[thelist] CSS and deprecated <font> used within sentence

sfmalo sfmalo at msn.com
Wed Jul 25 22:52:03 CDT 2001


Ahhhhhh, I see. Thank you (again) so much, ppk.

Sharon

----- Original Message -----
From: "Peter-Paul Koch" <gassinaumasis at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, July 25, 2001 10:47 AM
Subject: Re: [thelist] CSS and deprecated <font> used within sentence
>
> >Have a situation where I have a word (name of software) written as
follows:
> >
> ><.b><.strong><.font size="3" color="#0000A0">X<./font><.font size="2"
> >color="#800000"><.em><.i>w<./i><./em><./font><.font
> >             size="3" color="#0000A0">SCAN<./font><./strong><./b>
> >
> >I'm stumped. Can't figure out how to make it a class without affecting
the
> >entire <td> or <p>. Any way to do this using CSS?
>
>
> b.special {
> font: 17px times;
> font-weight: 600;
> color: #0000a0;
> }
>
> b.special span {
> font-size: 12px;
> color: #800000;
> font-style: italic;
> }
>
> <b class="special">X<span>w</span>SCAN</b>
>
> Tested in NN4 & 6, IE5.5, Opera 5, all Win98. The font size is not exactly
> the same, but near enough. Maybe the small 'w' should get font-weight:
300,
> decide for yourself.
>
> ppk
---------------------------------------------------------------------------
Sharon F. Malone
"web design and Internet writing services"
http://www.24caratdesign.com






More information about the thelist mailing list