nextgates
Junior Member
CISCO CCNA & CCNP Certified
Posts: 430
inherit
45437
0
Nov 19, 2007 20:03:59 GMT -8
nextgates
CISCO CCNA & CCNP Certified
430
June 2005
mnagy
|
Post by nextgates on Jun 21, 2005 14:58:52 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jun 21, 2005 15:04:01 GMT -8
You need the dividing categories code, and the head and base images code. Both should be in the database.
|
|
nextgates
Junior Member
CISCO CCNA & CCNP Certified
Posts: 430
inherit
45437
0
Nov 19, 2007 20:03:59 GMT -8
nextgates
CISCO CCNA & CCNP Certified
430
June 2005
mnagy
|
Post by nextgates on Jun 21, 2005 15:46:07 GMT -8
<script type="text/javascript"> <!-- /* Dividing Categories - Created by Peter
This code cannot be reposted anywhere other than SSDesigns or ProBoards Support.
This header must stay intact. */
// Size of the gap between categories var gapSize = 25;
var tabHTML = '<td id="rr" colspan="5"></table></td></tr></table><div style="height:' + gapSize + '"></div><table width="100%" cellspacing="0" cellpadding="0" class="bordercolor"><tr><td><table cellpadding="4" cellspacing="1" width="100%"><tr>';
if(location.href.match(/\.com(\/|.+cgi(\?|#.+|\?\w+=home)?)?$/i)){ var tBod = document.getElementsByTagName("tbody"); for(tb = 0; tb < tBod.length; tb ++){ for(r = 2; r < tBod.item(tb).rows.length; r ++){ var tBodObj = tBod.item(tb).rows.item(r).cells.item(0); if(tBodObj.className == "catbg" && tBodObj.colSpan == "5" && tBodObj.align != "right"){ var c = tabHTML + tBod.item(tb).firstChild.innerHTML + "</tr>"; var p = tBodObj.parentNode.innerHTML; var tBodPar = tBod.item(tb).parentNode.parentNode.parentNode.parentNode.parentNode; tBodPar.parentNode.innerHTML = tBodPar.parentNode.innerHTML.replace(p, c + p); } if(tBod.item(tb).rows.item(r).firstChild.id == "rr"){ tBod.item(tb).rows.item(r).style.display = "none"; } } } }
//--> </script>
Main Page
What do you mean by main page?
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 21, 2005 15:50:52 GMT -8
He means the code goes in the Main Footer Only
|
|