Post by Smangii on Apr 24, 2006 20:42:19 GMT -5
A news and menu box with hide/show and easy-edit regions. No head/base images in this code, if u want them just use the regular <img src="url"> at the tippity top and the very bottom of the code between the two <center> and </center>.
Preview: Here
Place in Main Header:
Preview: Here
Place in Main Header:
<!-- EZ INSANE NEWS BOX START
Created by Smangii @ www.smangii.proboards78.com
This code cannot be distributed anywhere else unless
given permission -->
<center>
<table id="newsable" align="center" border="0" width="720" cellspacing="0" cellpadding="0" class="bordercolor">
<tr>
<td>
<table cellpadding="2" cellspacing="1" border="0" width="100%">
<tr>
<td class="titlebg" align="center" colspan="2" height="25">
<font color="000000" size="1">
<b>Navigation Menu:</b>
<a href="javascript:void(0);" onClick="document.getElementById('menu').style.display='none';">Hide</a> /
<a href="javascript:void(0);" onClick="document.getElementById('menu').style.display='';">Show</a>
</font>
</td>
</tr>
<tr>
<td id="menu" width="100%" class="windowbg2" valign="center" align="center">
<font size="1" face="verdana">
<center>
<br>
<!-- INSERT YOUR MENU LINKS BELOW -->
<a href="URL">LINK</a> |
<a href="URL">LINK</a> |
<a href="URL">LINK</a> |
<a href="URL">LINK</a> |
<a href="URL">LINK</a> |
<a href="URL">LINK</a>
<!-- INSERT YOUR MENU LINKS ABOVE -->
<br>
</center>
</font>
</td>
</tr>
<td class="titlebg" align="center" colspan="2" height="25">
<font color="666666" size="1">
<b>Latest News & Updates:</b>
<a href="javascript:void(0);" onClick="document.getElementById('news').style.display='none';">Hide</a> /
<a href="javascript:void(0);" onClick="document.getElementById('news').style.display='';">Show</a>
</font>
</td>
</tr>
<td id="news" width="100%" class="windowbg2" align="center" valign="center" style="display: none; >
<font color="000000" size="1">
<center>
<br>
<!-- INSERT YOUR UPDATES BELOW -->
Update #1 -
Update #2 -
Update #3 -
<!-- INSERT YOUR UPDATES ABOVE -->
<br>
<br>
</center>
</font>
</td>
</tr>
</table>
</table>
</center>
<!-- EZ INSANE NEWS BOX END -->