inherit
134992
0
May 26, 2012 2:38:57 GMT -8
SubDevo
Creator of LSD...
3,861
December 2008
subdevo
|
Post by SubDevo on May 18, 2009 18:01:57 GMT -8
Change Code Area Size in "Modify Headers and Footers" by SubDevoTested in IE, FF, Opera and Safari. This is a simple, yet oh so helpful code for administrators. Changes the code area size (in modify Headers and Footers) to a custom height and width. Now you can see more of your code at one time! ;D Enjoy!!! SubDevo Edit the number in these lines: var nCol="121"; // Desired Width (Default is 100) var nRow="40"; // Desired Height (Default is 20) Location: Main Footer<script type="text/javascript"> <!-- /* Change Code Area Size in "Modify Headers and Footers" by SubDevo */ /* Main Footer - Please leave this header intact. Do not repost. */ /* interoceandesigns.proboards.com or lsdp.proboards.com */ var nCol="121"; // Desired Width (Default is 100) var nRow="40"; // Desired Height (Default is 20) if(location.href.match('headersfooters2')){ with(document.getElementsByName('header')[0]){rows=nRow, cols=nCol;} with(document.getElementsByName('footer')[0]){rows=nRow, cols=nCol;} } //--> </script>
|
|