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
don't inline your styles. Use class="something" on a div wrapper around your table and setup your style from there Like this div class="table1" table ..... /table /div then in your .css file use something like table1.table td { name : value } Better yet, use a client side framework like kendo ui and jquery that can take care of all the formatting for you.

Continue reading...
 
Status
Not open for further replies.
Back
Top