Overriding default table borders WordPress

To override these default borders, you need to write the opening table tag and each opening td tag this way:

<table style=”border:none;”>
<td style=”border:none;”>

Of course if you have the paid CSS upgrade you can get rid of the borders once for all, by adding the appropriate code in your CSS editor. In Choco or Twenty-Ten, for example, you would add this:

#content table, #content tr td {border:none;}

http://wpbtips.wordpress.com/