M
Matt Baker
Guest
If you need to tag a particular row with a style do it something like this (exact .css syntax will very depending on what you're trying to do). .table1 .strong { font-weight : bold; } And tr class="strong" in your html file.
Continue reading...
Continue reading...