| Author |
Message / Information |
-Zorren-

Quote | Reply |
| Forum Width posted on: 8/12/2006 5:12:28 PM Can a html code to set the max width of my society? I have seen others with a narrow width on the front page of the forum? |
Sharky
ChatArea.com Owner

Quote | Reply |
|
Forum Width
replied on: 8/13/2006 7:56:23 AM
If your talking about the society page, the page that lists all of your forums then you can put this CSS code withing a style tag in your society header to control the width:
.ForumContainer {width: 200px;}
|
-Zorren-

Quote | Reply |
|
Forum Width
replied on: 8/15/2006 4:16:58 PM
Ok, I copied that over to the style page and it did not work.
.ForumContainer {width: 200px;}
was there anything else to do or add?
|
Sharky
ChatArea.com Owner

Quote | Reply |
|
Forum Width
replied on: 8/16/2006 11:44:59 AM
You need to have a style tag around that code I gave you if you didn't already have that.
|