Print Page | Close Window

Constraining the forum with a visible table.

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=28888
Printed Date: 29 March 2026 at 4:25am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Constraining the forum with a visible table.
Posted By: ppkppk
Subject: Constraining the forum with a visible table.
Date Posted: 04 October 2010 at 8:13am
Hi There,
 
As my web site is constrained to 1000px wide, I would like to do the same with version 9.69 of the forum. I would like to have it bounded by a table just like this one, can anyone help?
 
Also a note for Bruce, It is not possible to enter text into the message box on IE9 beta. I got around it by clicking on the bold button first, which then brought the blinking cursor up and allowed me to type.
 
IE9 is super quick though!



Replies:
Posted By: ppkppk
Date Posted: 06 October 2010 at 3:14pm
OK, I have managed to do it by myself after a little trial and error.
 
I added
 
<TABLE CELLPADDING="10" CELLSPACING="1" BGCOLOR="#959595" ALIGN="CENTER">
  <TR>
    <TD BGCOLOR="#FFFFFF">
 
after <body> remark in /includes/header.asp
 
and
 
</TD>
  </TR>
  </TABLE><br />
 
after <!-- footer --> remark in /includes/footer.asp

--------------------------------------------------------------
 
I edited the CSS file also to constrain the size to 1000px.
 
around line 190 in forum/css_styles/default/default_style.css
 
I changed it to...
 
.basicTable{
 text-align: left;
 border: 0px;
 width: 1000px;
}
 
.errorTable{
 text-align: left;
 border: 1px solid #F5C41C;
 background-color: #FFFFB0;
 width: 1000px;
 color: #000000;
}
 
.tableBorder{
 text-align: left;
 border: 1px solid #CCCCCC;
 background-color: #FFFFFF;
 width: 1000px;
}



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net