0
I have a table in trac's wiki, just a regular html table, and manager asks me to add some styling. What is the best way to accomplish this? I can write a script which inserts style attribute to every DOM element needed, but of course I wish to use something like style
tag or anything else making this task less kludgy.