Remove Border From Welcome Table Code:

Global Header:

<script type="text/javascript"><!--
document.getElementsByTagName("table")[0].setAttribute("cellSpacing", '0');
//--></script>

Code Database:

If you have a Code Database (a forum that serves as a collection of scripts) on your message board, you may paste the following code into that forum to add it your own code list.

[b]Title:[/b] [url=http://proboards.gamingmedley.com/codes/remove-border-from-welcome-table.html]Remove Border From Welcome Table[/url]
[b]Creator:[/b] Unknown
[b]Cross-Browser:[/b] Yes
[b]Placement:[/b] Global Header
[code]<script type="text/javascript"><!--
document.getElementsByTagName("table")[0].setAttribute("cellSpacing", '0');
//--></script>[/code]