[thelist] CSS question????

Minh Lee Goon evolt at goonies.info
Wed Aug 28 13:51:01 CDT 2002


Since you've already defined the .textnormal class in your style sheet, you
don't need to define it again in the td part of the style sheet. You should
only have:

.textnormal { blah }

Then you refer to that class in your td tag like this:

<td class="textnormal">

HTH


http://www.goonies.info/
Not the film. The family.

----- Original Message -----
From: "Matt Mozer" <matthewmozer at hotmail.com>
To: <thelist at lists.evolt.org>
Sent: Wednesday, August 28, 2002 1:36 PM
Subject: [thelist] CSS question????


>
> Hello all,
>
> I would like to know how I can call a textnormal class i have below in my
td
> style or if it is possible.
>
>
> .textnormal {  font-family: arial; font-size: 11px; color: #000000;
> text-decoration: none}
>
> table { border: 0; }
> td { class: textnormal; }
>
>
> I thought this would work since in the actual table data i call
> <td class = "textnormal"></td>
>
> but this does not seem to be the case.
>
> How do I reference the "textnormal" style in the td style?
>
> Thank you
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>




More information about the thelist mailing list