Originally posted by: TMPadmin
Hmm? But what if I only want specific cells of a table colored?
Tried this
<style>
TABLE {
color: ffffff;
}
TR {
color: ffffff;
}
TD {
color: ff66ff;
}
</style>
<STYLE TYPE="text/css">
A:link { color: #336666; text-decoration: none; }
but nothing changed? Can I have two styles in one .css?
Edit: Looking at that site now. I can see I'll be doing a bit of reading. Thanks!![]()
