I have a lot of tables in the following format: {| class="wikitable" ... |}
I want to replace these with the following: {|border="2" cellspacing="0" cellpadding="4" ... |}
How can I do this? What could be the quickest solution?
I would think the quickest solution would be to change the border, cell spacing and padding for the class wikitable in the CSS. That's exactly what CSS does well.
http://www.w3schools.com/css/css_intro.asp
Mark W.