vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Boarder around banner :/

[F] Boarder around banner :/ - Posted By Nick (nickb) on 10th Jan 08 at 4:29pm
For some reason my "Boarder around banner" code does not work, and it should.

This is the code:
Code:
 
  1. <script language="javascript">
  2. <!--
  3. document.getElementById("welcome_table").cellSpacing=0;
  4. //-->
  5. </script>
 


Now this code should remove the boarder around the banner, for skins that have rounded off banner, such as my Mage Designs

Thanks,
Darkmage

Fixed by Wrighty - I'm unable to reply to threads for some reason.
I modified the code above to work. It was using the table[0] method.