Forum Moderators: not2easy
A <col> is a html tag you can use inside a <table>.
It supports the class and id attributes so you should be able to target them by CSS.
I've never played with it, but the CSS standard is rather strict in what you're supposed to use:
[w3.org...]
- border
- background
- width
- visibility
nothing else ...
If you want to understand why this is (highly technical):
[ln.hixie.ch...]