Re: text/css and table

Hi!

    I think what you are trying to do is this:

<table id="STYLENAME" border=0 width="100%">

    In your CSS, you may need to do this:

    <style type="text/css">

     #STYLENAME    {
                                    color:            #FAC200
                                    }
    </style>

-----Original Message-----
From: Iztok Polanic <ssdipola@guest.arnes.si>
To: WWW HTML <www-html@w3.org>
Date: Tuesday, October 13, 1998 3:56 PM
Subject: text/css and table


>Hello !!!
>
>In <head> of my page I have some style sheets. But I also have some tables
>on this page and the style sheets don't work? Why? 
>OK...then I tried to put the style sheets in the <table> tag:
>
><table style="color: #FAC200" border=0 width="100%">
>
>But they still don't work. How come???
>
> Bye.
>
>                                          //////
>      xxxxxx                             ( o o )
>      xx  xx           /------------oOO-----O-----OOo------------\
>      xx  xx           |           From: Iztok Polanic           |
>       xxxx            |  E-mail: Iztok.Polanic1@guest.arnes.si  |
>      xx  xx           |      WWW: http://kotzi.home.ml.org      |
>     xx    xx          |            http://www.intering.si       |
>    xx      xx         |           ICQ: Kotzi => *12556824*      |
>                       \-----------------------------------------/
>
>

Received on Tuesday, 13 October 1998 16:06:30 UTC