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...
Continue reading...