|
Posted by David Dorward on 11/02/05 10:11
Ram wrote:
> Usually to tell a table what css class it's using I'm using the
There is no such thing as "a CSS class". You can give it an HTML class, and
then write a style which matches elements of that class (or tables of that
class, or tables of that class that descendend from a div with the id
'foo', etc, etc).
> Is there a way to tell the table what css file to use?
No. A stylesheet (perhaps made up of multiple external files) applies to the
entire document.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|