|
Author | Topic: Left Menu (Read 127 times) |
All Seeing Eyes Administrator
     member is offline
Joined: Aug 2006 Posts: 5 Karma: 0 |  | Left Menu « Thread Started on Sept 29, 2007, 1:24pm » | |
This part is added to global header <table border="0" width="100%" height="90%" align="center" valign="center"> <tr> <td width="100" valign="top"><BR /><BR /><BR /> <table border="0" width="100%" cellspacing="0" cellpadding="0" valign="center"> <tr> <td class="titlebg" align="center" height="25"> <font class="text1" size="2"><b>MENU</b></font></td> </tr> <tr> <td class="catbg" height="18" align="center"> <font size="2" class="cattext"><b>Links</b></font></td></tr> <tr> <td align="center" class="windowbg2"> <a href="http://www.proboards.com">Proboards</a> <br/> <a href="http://support.proboards.com">Support</a> <br /> <a href="http://www.Google.com">Google</a> <br /> <a href="http://www.allseeingeyes.info">Website</a> </td> </tr> <tr> <td class="catbg" height="18" align="center"> <font size="2" class="cattext"><b>Links (bulleted)</b></font></td></tr> <tr> <td align="left" class="windowbg2"> <ul> <li> <a href="http://www.proboards.com">Proboards</a></li> <br/> <li> <a href="http://support.proboards.com">Support</a></li> <br /> <li> <a href="http://www.Google.com">Google</a></li> <br /> <li> <a href="http://www.allseeingeyes.info">Website</a></li> </ul> </td> </tr>
<tr> <td class="catbg" height="18" align="center"> <font size="2" class="cattext"><b>News</b></font></td></tr><tr> <td align="center" class="windowbg2"> <marquee direction="up" scrollamount="1" height=120 onmouseover=this.stop() onmouseout=this.start()> Instead of using the newsfader, it's possible to add your announcements here too. <br /> or you could change the title, and use it for affiliates banners. <br /> The general board has the same menu, but is attached to the board. </marquee> </td> </tr> <tr> <td class="catbg" height="18" align="center"> <font size="2" class="cattext"><b>Counter</b></font></td></tr><tr> <td align="center" class="windowbg2"> <!-- Counter etc insert here --> <font size="1">00012345</font> </td> </tr> </table> </td> <td valign="top">
Then add this part to global footer
</td> </tr> </table>
| |
|
All Seeing Eyes Administrator
     member is offline
Joined: Aug 2006 Posts: 5 Karma: 0 |  | Re: Left Menu « Reply #1 on Sept 29, 2007, 1:30pm » | |
If you want the menu attached to the board like it is in general board, edit the first line of the table
<table border="0" width="95%" height="90%" cellspacing="0" cellpadding="0" align="center" valign="center">
then use the forum resize in global footer
<script type="text/javascript"> <!-- fWidth = document.getElementsByTagName('table'); for(t=0; t<fWidth.length; t++) { if(fWidth[t].width=="92%") fWidth[t].width='100%'; } // --> </script>
| |
|
All Seeing Eyes Administrator
     member is offline
Joined: Aug 2006 Posts: 5 Karma: 0 |  | Re: Left Menu « Reply #2 on Sept 29, 2007, 1:32pm » | |
the content is just an example, wether it be menu's, news, or affiliates. the counter is for show only, just replace with your own counter code
counter available at www.statcounter.com
| |
|
|