italic , using<i>italic</i> bold , using<b>bold</b> underline , using<u>underline</u> italic, bold, underlined , using <i><b><u>italic, bold, underlined</u></b></i>

Apparently the 2.6 and 2.6.1 upgrade versions of Webtv may not "see"
the last line above as italic and bold and underlined,
but other upgrade versions (2.5, 2.5.5, 2.7) of Webtv and 'puter viewers will "see" it correctly:


netscape 6.0 with an iMac
'puter screen capture


internet explorer 5.0 with an iMac
'puter screen capture



Another test that 2.6 and 2.6.1 upgrades
may not "see" as intended:


italic alone here and then
bold and italic here and then
back to just italic
, using<i>italic alone here and then <b>bold and italic here and then</b> back to just italic</i>





CSS "fixes" for 2.6 and 2.6.1 upgrades:

http://www.transload.net/~tyhart/tytutes/css_fonts.html

http://wes-reins.com/csshelp.html


AND, two quick css fixes and demos:

<b style="font-style: italic; text-decoration: underline;">Text Here</b>
Demo of the above code:

bold, italic and underlined for "all"


and

<font size="5" color="665053"> <span style="font:italic;text-decoration:relief"> text here</span></font>
Demo of the above code:

text here

more codes






1