Whats the code for resize or where can i find it.
How do i remove the border around the banner
Whats the code for resize or where can i find it.
That option can be found in the "Site Design" -> "Modify Colors" page![]()
How do i remove the border around the banner
Code:
- <script type="text/javascript">
- <!--
- document.getElementById('welcome_table').cellSpacing = '0'
- //-->
- </script>
In the global header
Cheers for that.