Please login or register. Welcome to the Studio, guest!


Quick Links:


newBookmarkLockedFalling

crazynarutard

crazynarutard Avatar

*****
Senior Studio Member

1,470


August 2005
Main footers
<script type="text/javascript">
/* Category splitter
created by CrAzY_J
Do no redistribute this code without the creator's permission
This header comment must stay intact at all times*/
//Gap Size
var Height = '25px';
/*Do not edit beyong this point*/
var gTable = document.body.getElementsByTagName( "table" );
for( ta = 0 ; ta < gTable.length ; ta ++ )
{
if( gTable[ta].cellPadding == "4" && gTable[ta].rows[0].cells[0].innerHTML.match(/Forum\sName/))
{
var FN = gTable[ta].rows[0].cloneNode(true).innerHTML;
var gTRows = gTable[ta].getElementsByTagName( "tr" );
for( r = 0 ; r < gTRows.length ; r ++ )
{
if( gTRows[r].cells[0] )
{
if( gTRows[r].cells[0].className == "catbg" && gTRows[r].cells[0].align != "right" && !gTRows[r-1].cells[0].innerHTML.match(/Forum\sName/) )
{
document.body.innerHTML = document.body.innerHTML.replace( gTRows[r].innerHTML, '</tr></table></td></tr></table><div style="height:' +Height+ '"></div><table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#6E94B7" class="bordercolor"><tr><td><table cellpadding="4" cellspacing="1" border="0" width="100%"><tr>' +FN+ '</tr><tr>' +gTRows[r].innerHTML );
}
}
}
if( gTable[ta-2].rows[0] )
{
if( gTable[ta-2].rows[0].cells[0].className == "titlebg" && gTable[ta-2].rows[0].cells[0].align == "center")
{
document.body.innerHTML = document.body.innerHTML.replace( gTable[ta].innerHTML, '</table></td></tr></tbody></table><div style="height:' +Height+ '"></div><table border=0 width="100%" cellspacing="0" cellpadding="0" bgcolor="6E94B7" class="bordercolor"><tbody><tr><td><table cellpadding="4" cellspacing="1" border="0" width="100%">' +gTable[ta].innerHTML );
break;
}
}
}
}
</script>


Edit the Red Part for the gap size betweent the categories :)



Code is for Sudden Launch only


Last Edit: Jun 30, 2006 21:14:12 GMT by Chris

newBookmarkLockedFalling