Post by mrhotshotbillup on Feb 19, 2006 8:21:57 GMT -5
Forum URL: cfftesting123.proboards52.com/
Problem:Isaname and I made this code. It works fine on my board however on my test board getting it ready to realese to the public the drop down isnt working.
Any help/editing would be greatly appreciated. I know I could do it myslef however I just got home from the hospital and was up all night.
Thanks.
The header right here should be fine its the footer Im having a hard time with.
Footer:
Problem:Isaname and I made this code. It works fine on my board however on my test board getting it ready to realese to the public the drop down isnt working.
Any help/editing would be greatly appreciated. I know I could do it myslef however I just got home from the hospital and was up all night.
Thanks.
The header right here should be fine its the footer Im having a hard time with.
<script language="javascript">
\\\\Copyright 2006 mrhotshotbillup special thanks isaname please do not repost. This code was made for [url]http://coldfirefroums.proboards55.com[/url]. No reposting or editing this header without mrhotshotbillup's permission//////
function Toggle(item) {
obj=document.getElementById(item);
visible=(obj.style.display!="none")
key=document.getElementById("x" + item);
if (visible) {
obj.style.display="none";
key.innerHTML="\\/";
} else {
obj.style.display="block";
key.innerHTML="/\\";
}
}
</script>
<center>
Copyright 2006 to mrhotshotbillup ( Do not remove this)
<table border="0" cellspacing="0" cellpadding="0" width="700">
<tr>
<td align="left" valign="left">
<a href="YOUR BOARD URL"><font size="1">FORUM NAME</font></a>::<font size="1">Code Database</font>
</td>
</tr>
</table>
<table class="bordercolor" border="0" cellspacing="1" cellpadding="1" width="700">
<tr>
<td class="windowbg" width="100%" align="center" valign="center" colspan="2">
<font size="7"><tt>Code Database</tt></font><br/>
<font size="2">FORUM NAME</font>
<div style="display:none;">
Footer:
</div>
</td>
</tr>
<tr>
<td class="windowbg" width="150" align="center" valign="top">
<font size="3"><b>Cold Fire Coding</b></font><hr color="000000">
<a href="URL TO THE CODE DATABASE BOARD">Code Database</a><br/>
</td>
<td class="windowbg" width="550" align="left" valign="top">
<center><font size="4">Code Database</font></center><br/>
<b><a ID="DROP DOWN MENU (welcome hack)" href="javascript:Toggle('welcometablehacks');">\/</a>Welcome Table Hacks</b><br>
<div ID="welcometablehacks" style="display:none; margin-left:2em;">
<ahref="URL TO THREAD ADD BUTTONS TO NAV BAR">Add Button(s) to Nav Bar</a><br/>
<b><a ID="xprofileminiprofilehacks" href="javascript:Toggle('profileminiprofilehacks');">\/</a>Profile/Mini-Profile Hacks</b><br>
<div ID="profileminiprofilehacks" style="display:none; margin-left:2em;">
<b><a ID="xglobalhacks" href="javascript:Toggle('globalhacks');">\/</a>Global Hacks</b><br>
<div ID="globalhacks" style="display:none; margin-left:2em;">
<b><a ID="xmainpage" href="javascript:Toggle('mainpage');">\/</a>Main Page</b><br>
<div ID="mainpage" style="display:none; margin-left:2em;">
<b><a ID="xmisc.nocategory" href="javascript:Toggle('misc.nocategory');">\/</a>Misc./No Category</b><br>
<div ID="misc.nocategory" style="display:none; margin-left:2em;">
<b><a ID="xthreadhacks" href="javascript:Toggle('threadhacks');">\/</a>Thread Hacks</b><br>
<div ID="threadhacks" style="display:none; margin-left:2em;">
</div>
</td>
</tr>
<tr>
<td colspan="2" align="left" valign="top" width="700" class="windowbg2">
<b>Updates Soon</b><br/>
Posted By: <i>YOUR NAME</i> on: DATE, TIME<br/>
<tt>
THis is the message section<br/><br/>
We added this in so you could use it<br/><br/>
Feel free to edit it
</tt>
</td>
</tr>
<tr>
<td colspan="2" align="left" valign="top" width="700" class="windowbg2">
<b>Updates</b><br/>
Posted By: <i>USERNAME</i> on: Date, TIME<br/>
<tt>
This code is done!<br/><br/>
Hope you enjoy it<br/><br/>
Thanks for your time<br/><br/>
</tt>
</td>
</tr>
</table>
</center>