vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Remove Welcome Table Border

[F] Remove Welcome Table Border - Posted By ashkir (ashkir) on 16th Jan 08 at 5:04am
It lokos ugly around some banners :/

Re: Remove Welcome Table Border - Posted By Nick (nickb) on 16th Jan 08 at 5:14am
OOC- So I am wandering why it was removed from the database? Its to help banners like this: Preview

Re: Remove Welcome Table Border - Posted By Michael (wrighty) on 16th Jan 08 at 7:42am
 
OOC- So I am wandering why it was removed from the database? Its to help banners like this: Preview


I removed it cause it didn't work! {Tongue Out}

I forgot to add another! {Embarassed}


Code:
 
  1. <script>
  2. document.getElementsByTagName('table')[1].cellSpacing = '0'
  3. </script>