[A] Resize Forum Width Feb 6, 2007 7:21:34 GMT Quote Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by rarRAR on Feb 6, 2007 7:21:34 GMT Placement: Global Footers<script>// change board widthborderWidth = document.getElementsByTagName('table');for (bw=0;bw<borderWidth.length;bw++) {if (borderWidth[bw].width=='92%') {borderWidth[bw].width='700';}}// --></script>Edit the red part to the width you want in either pixels or percent.