vForums Support > vForums :: Support :: > Few questions

Few questions - Posted By Alex Bailey (system) on 13th Feb 08 at 1:57pm
Whats the code for resize or where can i find it.

How do i remove the border around the banner

Re: Few questions - Posted By Ross (admin) on 13th Feb 08 at 4:10pm
 
Whats the code for resize or where can i find it.


That option can be found in the "Site Design" -> "Modify Colors" page {Smile}


Quote:
How do i remove the border around the banner


Code:
 
  1. <script type="text/javascript">
  2. <!--
  3. document.getElementById('welcome_table').cellSpacing = '0'
  4. //-->
  5. </script>
 


In the global header

Re: Few questions - Posted By Alex Bailey (system) on 13th Feb 08 at 5:14pm
Cheers for that.