Print Page | Close Window

Disapearing text

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=20209
Printed Date: 11 April 2026 at 1:21pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Disapearing text
Posted By: miroen
Subject: Disapearing text
Date Posted: 07 June 2006 at 1:34pm
Hi,
 
I found a strange thing, sometimes the last couple of lines of a post disapear. And it is only in IE (6) See image:
 
 
 
<-- Here
 
 
 
 
 
 
 
 
 
 
 
Can someone tell me what is going on and more likely how to solve this?
 
Thanks,
Miroen



Replies:
Posted By: WebWiz-Bruce
Date Posted: 07 June 2006 at 2:58pm
This can happen sometimes if posts are copied and pasted from MS Word as MS Word can bloat out the post with hidden code that courses issues.

Other thing that can course this is if you have incorrectly modified the CSS files.


-------------
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: miroen
Date Posted: 08 June 2006 at 8:45am
I've checked my CSS files and I can't find any differences with the original.
Also there is no hidden code inside the post. Any other solutions maybe?


Posted By: WebWiz-Bruce
Date Posted: 08 June 2006 at 9:53am
I had a look at the forum on your site and it appears in IE that the table cell holding the post is not growing to display the entire post.

I believe this has something to do with the way you have integrated the forum in your site is preventing IE from rendering the table correctly.

The only suggestion I can make is that you alter the integration till you get the layout back correctly, pay particular attention to the way tables are set and your own CSS used on these table.


-------------
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: zac1
Date Posted: 08 June 2006 at 9:48pm
Originally posted by miroen miroen wrote:

Hi,
 
I found a strange thing, sometimes the last couple of lines of a post disapear. And it is only in IE (6) See image:
 
 
 
<-- Here
 
 
 
 
 
 
 
 
 
 
 
Can someone tell me what is going on and more likely how to solve this?
 
Thanks,
Miroen
 
just find this part of code in forum_posts.asp file :
 
<td valign="top" height="150" class="msgLineDevider">
and replace vith this :
 
<td valign="top" class="msgLineDevider">
 

 


Posted By: WebWiz-Bruce
Date Posted: 09 June 2006 at 9:20am
This is in there so that posts that require only one line of text always appear the same size.

Web Wiz Forums now uses XHTML.

Looking at your site again, it appears you removed the following line:-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This means that IE is not using it's XHTML engine to parse the page, thus coursing the issue you mention.

If you un-modify the forum and place back into the header the line above the forums layout will function correctly.


-------------
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: miroen
Date Posted: 09 June 2006 at 11:01am
Thanks guys!
I'll re-insert the line mentioned.


Posted By: zac1
Date Posted: 09 June 2006 at 10:27pm
Originally posted by -boRg- -boRg- wrote:

This is in there so that posts that require only one line of text always appear the same size.

Web Wiz Forums now uses XHTML.

Looking at your site again, it appears you removed the following line:-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

This means that IE is not using it's XHTML engine to parse the page, thus coursing the issue you mention.

If you un-modify the forum and place back into the header the line above the forums layout will function correctly.
 
Yes it is true, but if someone in post put only one image (witch is only one line of code) image wil be "cuted" to 150 pixels Confused



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