Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Constraining the forum with a visible table.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Constraining the forum with a visible table.

 Post Reply Post Reply
Author
ppkppk View Drop Down
Groupie
Groupie
Avatar

Joined: 24 November 2003
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote ppkppk Quote  Post ReplyReply Direct Link To This Post Topic: Constraining the forum with a visible table.
    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!
Back to Top
ppkppk View Drop Down
Groupie
Groupie
Avatar

Joined: 24 November 2003
Location: United Kingdom
Status: Offline
Points: 43
Post Options Post Options   Thanks (0) Thanks(0)   Quote ppkppk Quote  Post ReplyReply Direct Link To This Post 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;
}


Edited by ppkppk - 06 October 2010 at 3:38pm
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.