|
Post by Isa The Great on Jul 26, 2009 10:11:31 GMT -5
To Resize forum Put in global header:
<script type="text/Javascript"> <!-- // Resize Forum Width var newWidth = 695; // New Width
var secondWidth = Math.floor((25/23)*newWidth); document.write("<div align='center'><div style='width: "+secondWidth+"px; margin-left: auto; margin-right: auto;' align='center'>"); document.body.getElementsByTagName("TABLE")[0].width = newWidth; // --> </script>
<script> document.getElementsByTagName('table')[0].cellSpacing="0" </script>
<script type="text/javascript"> <!-- /* move "Hey, X"above banner */
var iCell = document.getElementsByTagName("td"); iCell[1].lastChild.innerHTML = iCell[2].getElementsByTagName("font")[0].innerHTML; iCell[2].style.display="none";
// --> </script>
<script type="text/javascript"> /* Simple PM bar above menus Coded By Xylish/Popojoe/joe Please do not post this code without permission from the original author! http://studiozero.proboards44.com */
//Set your classname for the pm bar classname = "titlebg";
//Edit your welcome message within the double quotes welcomemsg = "Welcome"
//Edit the postion of the pm bar: above or below position = "below"
// --> </script>
|
|