Forum Post: RE: SpeedScript and CSS

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top