| Author | Topic: Codes (Read 185 times) |
All Seeing Eyes Administrator
     member is offline
Joined: Sept 2007 Posts: 2 Karma: 0 |  | Codes « Thread Started on Sept 14, 2007, 3:05pm » | |
go to headers/footers, and set the preferences to 'global header above welcome table', add tha code from dynamicdrive to global header http://www.dynamicdrive.com/dynamicindex14/leftrightslide.htm
you can have a border using a table <table width="728" cellpadding="4" cellspacing="1" align="center" class="bordercolor">
<tr> <td width="100%" height="100" class="windowbg2" vAlign="top" align="center"> DYNAMIC DRIVE CODE HERE </td> </tr> </table>
I added this part of the DD code in global footer <p align="center"><font face="Arial" size="-2">Free DHTML scripts provided by<br> <a href="http://dynamicdrive.com">Dynamic Drive</a></font></p>
then you need this code to remove the top of the welcome table
http://socal.proboards26.com/index.cgi?b....read=1119059503 this code <script type="text/javascript"> <!-- /* Remove Welcome Background, Leave only Menu Bar */ document.getElementsByTagName("tr")[3].style.display="none"; // --> </script>
but a change, the [0] was changed to [3] (marked in red) and the code needs to be added in main and ALL board headers
NOTE: some codes may not work due to the preferences being changed
| |
|
All Seeing Eyes Administrator
     member is offline
Joined: Sept 2007 Posts: 2 Karma: 0 | | |
|