Print Page | Close Window

Text is messy!

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=23908
Printed Date: 07 April 2026 at 3:56am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Text is messy!
Posted By: iSec
Subject: Text is messy!
Date Posted: 24 July 2007 at 2:05am
Am i the only one seeing this? I'm at work now using Windows XP IE6, at home I use IE7 and I see the samething... The text is messed up:
 
Can you see this? Text is messed up...


-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard



Replies:
Posted By: Nick-V
Date Posted: 24 July 2007 at 4:13am

Yes...its messed up. When the large text spans a second line that second line overlaps the first line and the bottom of it is cut off.



Posted By: tenkuking
Date Posted: 24 July 2007 at 8:46am
edit the css file of the skin ur forum used
eg.
 css_styles/default/default_style.css
 
find
/* Forum posts */
.msgBody{
 width: 100%;
 margin: 2px;
 float: left;
 overflow: auto;
}
 
and then add
 
.msgBody * {font-size:auto;line-height:150%;}
 
behind the red code above 


Posted By: Nick-V
Date Posted: 24 July 2007 at 10:47am
Should everyone make this CSS change - is it a problem with all of the standard CSS files or is this a workaround for info_tech only? I've not noticed the issue on my forum...


Posted By: tenkuking
Date Posted: 24 July 2007 at 10:54am
now it's for everyone i think, the recent released version all need update this

-------------
where the largest triad located ?


Posted By: WebWiz-Bruce
Date Posted: 24 July 2007 at 11:25am
Not sure if that is the best solution, but this will be looked into a tested for the next release.

There only appears to be a few minor bugs in the current release which slipped through the beta testing, but will have version 9.01 released by the end of this week to clearup these minor issues.


-------------
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: 24 July 2007 at 1:33pm
Originally posted by tenkuking tenkuking wrote:

edit the css file of the skin ur forum used
eg.
 css_styles/default/default_style.css
 
find
/* Forum posts */
.msgBody{
 width: 100%;
 margin: 2px;
 float: left;
 overflow: auto;
}
 
and then add
 
.msgBody * {font-size:auto;line-height:150%;}
 
behind the red code above 

thanks tenkuking, but that didn't fix it either... we'll wait for the new release and see what happens.



-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard


Posted By: Nick-V
Date Posted: 24 July 2007 at 5:31pm
I just pasted that exact text into my V9 forum and don't have a problem...
 
I have modded the standard CSS file for colours etc...don't know how my mods might have fixed it but they have. When I go back to the default CSS I get the problem.
 
I'll get my CSS to Borg if he wants it.


Posted By: Nick-V
Date Posted: 24 July 2007 at 9:24pm
I have traced why my CSS works and the standard ones do not. Only Borg can really say if I did the right thing but here it is.
 
Near the top of the standard CSS it says:
 
/* Text for most CSS classes */
body, .text, .smText, .error, a, a.smLink, a.msgLink, a.tLink, .WebWizRTEtextarea, .basicTable, .errorTable, .tableRow, .tableTopRow, .tableBottomRow, .evenTableRow, .oddTableRow, .hiddenTableRow, .PMtableRow, .PMmsgBody, .msgBody, .msgEvenTableRow, .msgOddTableRow, .msgHiddenTableRow, .msgOddTableSide, .msgEvenTableSide, .msgSignature, .calDateCell, .calTodayCell, .BBquote, .BBcode {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color : #000000;
 font-weight: normal;
 font-size: 12px;
 line-height: 16px;
}
 
The 'line-height' parameter forces all line heights to 16px and of course if you select a very large font this is not enough. I simply deleted this parameter and let the font size determine the line height.


Posted By: WebWiz-Bruce
Date Posted: 25 July 2007 at 9:29am
The solution is replace in the body section of the CSS file:-

line-height: 16px;

With:

line-height: 1.4;

This stops the text from being scrunched up which gives a much cleaner look for the forum, but also works for larger text sizes as the line spacing is now taken from the size of the text.

This has been tested in Firefox, Safari, Opera, IE7, IE6, and Netscape, and appears to work for all of them.


-------------
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: Neno
Date Posted: 25 July 2007 at 11:27pm
Well Borg you know I am not IT. Show as the New Version is release later this week these little things will clear-up with that. I will just wait aswell. Thanks Nick-V for the pointer to here. I will delete my other Thread.

-------------
http://nenosplace.com - - Neno's Place


Posted By: iSec
Date Posted: 26 July 2007 at 8:34am
Originally posted by -boRg- -boRg- wrote:

The solution is replace in the body section of the CSS file:-

line-height: 16px;

With:

line-height: 1.4;

This stops the text from being scrunched up which gives a much cleaner look for the forum, but also works for larger text sizes as the line spacing is now taken from the size of the text.

This has been tested in Firefox, Safari, Opera, IE7, IE6, and Netscape, and appears to work for all of them.
 
That did it. Thank you Borg... Smile


-------------
"When it gets dark enough, you can see the stars"
-Charles A. Beard


Posted By: WebWiz-Bruce
Date Posted: 26 July 2007 at 11:26am
Originally posted by Neno Neno wrote:

Well Borg you know I am not IT. Show as the New Version is release later this week these little things will clear-up with that. I will just wait aswell. Thanks Nick-V for the pointer to here. I will delete my other Thread.


As you host your forum with us Neno, I will make sure either myself or someone else will make this change to your forum on the server later today, so you don't need to wait for the next release.


-------------
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



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