I have a main CSS file that I use in my header include to be reflected
across my site. However, I've written another one for when I want a table to
have "small" attributes. I'm including it before the table that I want it to
affect but the table seems to be using the styles from the header. I thought
that stylesheets "overrode" previous stylesheets on attributes included, but
this doesn't seem to be the case. Can you help?
This is the format I'm using for both the initial style and the later "small
table" style.
<LINK rel="stylesheet" type="text/css" href="/includes/smalltable.css">
TIA...Patrick