forum over-all width resizing
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=19434
Printed Date: 12 April 2026 at 4:04am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: forum over-all width resizing
Posted By: iSec
Subject: forum over-all width resizing
Date Posted: 19 April 2006 at 4:41pm
I have a forum which is being used with left frames...I'd like to resize the width of the overall forum size, where can I make the change? The default_style.css does not solve the problem as I tried all table width sizes on that file.
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 20 April 2006 at 9:31am
It is the default_style.css file that controls the width of the tables used in the forum.
Most are set to 99% or 98%, but this could be chnaged to pixels if you wish. ie. 400px
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: iSec
Date Posted: 20 April 2006 at 10:12am
|
I tried changing them to 90... and I can see the change on the forum tables...but for some reason the page is still having scrolls at the bottom. If you have a minute you can see it http://www.iraqvoice.com - here yourself...and click on Message Board.
I'm using IE as most of my members use that browser.... with FF it looks fine.
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
Posted By: WebWiz-Bruce
Date Posted: 20 April 2006 at 10:46am
It looks like a very strange CSS bug in IE.
The only thing I can suggest is that you keep messing with the CSS till you find a result that works with your site in IE.
Loosing the frames may help, as frame are not good for search engine spidering and are being depreciated.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: ohiopbx
Date Posted: 20 April 2006 at 8:27pm
|
it is the size of the Font: 12px
i set it to 10pt and fixed it!
I will grab the exact code tonight
but i worked for 5 hours last night trying to figure that booger out
|
Posted By: ohiopbx
Date Posted: 20 April 2006 at 9:48pm
|
Here it is, this is what i changed:
/* Text for most CSS classes */ .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .BBquote, .BBcode { font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-weight: normal; font-size: 12px; <- changed this to 10pt }
this seemed to fix my issues of the form growing and strinking
infact i changed all "font-size: ##px" to font-size:#-2pt". Fixed everything
what i mean by -2pt is lets say you have 19px make it 17pt, or 15px make it 13pt.
Hope this helps!
|
Posted By: wistex
Date Posted: 21 April 2006 at 6:28am
It would be better if you use the header and footer files to create the header, footer and sidebar. This is the method I use and Borg uses on this website. Much better than frames.
------------- http://www.wistex.com" rel="nofollow - WisTex Solutions http://www.caribbeanchoice.com/forums" rel="nofollow - CaribbeanChoice Forums
|
Posted By: WebWiz-Bruce
Date Posted: 21 April 2006 at 9:57am
If you are having problems with CSS styles, try using TopStyle Pro.
It's a great piece of software for setting up and editing CSS style sheets.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: Mikey
Date Posted: 21 April 2006 at 10:02am
I'll give that a go as i code in notepad and when i need a helping hand remembering CSS styles i fire up dreamweaver, on this computer thats no easy task
------------- Handyman man?
|
Posted By: iSec
Date Posted: 21 April 2006 at 11:03pm
ohiopbx wrote:
Here it is, this is what i changed:
/* Text for most CSS classes */ .text, .smText, .error, a, a.smLink, a.nav, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableLedger, .tableSubLedger, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .BBquote, .BBcode { font-family: Verdana, Arial, Helvetica, sans-serif; color : #000000; font-weight: normal; font-size: 12px; <- changed this to 10pt }
this seemed to fix my issues of the form growing and strinking
infact i changed all "font-size: ##px" to font-size:#-2pt". Fixed everything
what i mean by -2pt is lets say you have 19px make it 17pt, or 15px make it 13pt.
Hope this helps! |
I tried that, but it didn't solve the problem...
Like Borg suggested... Frames should be taken off anyways.
------------- "When it gets dark enough, you can see the stars"
-Charles A. Beard
|
|