|
Post by Simpsons Rule on Dec 7, 2003 18:39:25 GMT -5
<SCRIPT LANGUAGE="JavaScript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width='80%'; } } // --> </script>
Change the Red part to change the width of the forum. Place it in your Footers. Do not[/b] make it more tthan 100%. Doing so can cause serious problems.#nosmileys
|
|
G-11
Full Member
Let's have fun!
Posts: 22
|
Post by G-11 on Dec 7, 2003 20:54:32 GMT -5
<SCRIPT LANGUAGE="JavaScript"> <!-- tablew = document.getElementsByTagName('TABLE'); for(t=0;t<tablew.length;t++) { if(tablew[t].width=="92%"){ tablew[t].width='80%'; } } // --> </script>Change the Red part to change the width of the forum. Place it in all of your Headers. Also, be careful when changing you 80% part. You can only go up to 100%. Any higher and troubles may occur
|
|
|
Post by Simpsons Rule on Dec 7, 2003 20:57:15 GMT -5
I added that to the original post.
|
|
G-11
Full Member
Let's have fun!
Posts: 22
|
Post by G-11 on Dec 7, 2003 20:58:42 GMT -5
Oh. Sorry. I didn't see it.
Hey wait a minute! You modified it and put that in there... ahh who cares
|
|
|
Post by Simpsons Rule on Dec 7, 2003 21:02:00 GMT -5
That's what I mean. I added it after you said that Some people won't bother to read replies.
|
|
G-11
Full Member
Let's have fun!
Posts: 22
|
Post by G-11 on Dec 7, 2003 21:02:53 GMT -5
Some people won't bother to read replies. Well they should. Some replied are important
|
|
|
Post by demont on Jan 27, 2006 17:44:06 GMT -5
I have a question with this code...I used it, and now the area that displays the user name and the like is nearly half as big as the box with the posts...How do I fix it? nebulaart.proboards75.com/index.cgi
|
|
|
Post by JZSquared on Jan 31, 2006 11:32:09 GMT -5
I have a question with this code...I used it, and now the area that displays the user name and the like is nearly half as big as the box with the posts...How do I fix it? nebulaart.proboards75.com/index.cgiYou mean the last post column? You can't really fix that unless you get a code that changes the width of each column. You could try SSD or something of the like. And each width code as simple as this one will do the same thing. Or you can remove your topics and post columns completely and that'll increase the size back to what it was in the last post column.
|
|