Ross
eCreations Staff
Posts: 1,768
|
Post by Ross on Jul 3, 2005 16:47:16 GMT
Global FooterWhen you reply, look at the cells to the left of the page containing "Subject:" "Message icon:" "Add tags:" "Add Smileys:" "Message" etc. This code will resize them. <script type="text/javascript"> <!-- /* shrink cells in reply by elindir 101support.proboards43.com/ */ var newWidth="10%"; //Change this to the width you want
if(document.postForm) { var td = document.getElementsByTagName('td'); for (m=0;m<td.length;m++) { if(td[m].width.match(/30%/) &&td[m].className.match(/windowbg(2)?/)){ td[m].width = newWidth; } } } //--> </script>
|
|