Print Page | Close Window

Post getting cut off again?

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=23022
Printed Date: 07 April 2026 at 9:39pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Post getting cut off again?
Posted By: JVRudnick
Subject: Post getting cut off again?
Date Posted: 30 March 2007 at 7:45pm
I've just noticed that some posts my forum members are making are "cut off" ???
 
Please go to -- http://www.teen-terminal.com/problems/cutOffPost.htm - http://www.teen-terminal.com/problems/cutOffPost.htm
 
where you can see the post has been cut off - sort of like it's in an IFRAME that will not accomodate the content.
 
and with no scrollers, who can read same?
 
help here guys?

Jim


-------------

http://www.thebeatlesforum.com -
thebeatlesforum.com
Love me Do!



Replies:
Posted By: WebWiz-Bruce
Date Posted: 31 March 2007 at 8:03am
This is usually coursed when you have edited the pages so that they are no longer XHTML so the browser renders the page in quirks mode instead of as XHTML.

The top line of your forums web pages needs to be:-

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">



-------------
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: JVRudnick
Date Posted: 31 March 2007 at 6:48pm
Are you sure???
 
Other than the header file....the top of that page

  http://www.teen-terminal.com/forum_posts.asp?TID=152 - http://www.teen-terminal.com/forum_posts.asp?TID=152

is as follows --

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd - http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" http://www.w3.org/1999/xhtml - http://www.w3.org/1999/xhtml " dir="ltr" lang="en">
<head>

WHICH looks perfectly as it should, right? I changed nothing on that page at all....
 
So why the cutoff then?
 
Jim


-------------

http://www.thebeatlesforum.com -
thebeatlesforum.com
Love me Do!


Posted By: WebWiz-Bruce
Date Posted: 01 April 2007 at 11:23am
The line needs to be the first line in the source code.

Looking at your source code for you page you have the following at the top:-
</center>
This is stopping the browser rendering the page as XHTML. Looks like you have edited some file and put this into the file which is coursing the problem.




-------------
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: JVRudnick
Date Posted: 02 April 2007 at 4:39pm
Yes, I did have that as a residual html command to STOP the pages from being centered after showing the top bar logo etc.
 
If you visit now, you'll see that yes, all the posts now are "full length," ie none are cut off, as I've removed that </center> tag...
 
But all the posts are now <centered> themselves...ie go to --
http://www.teen-terminal.com/forum_posts.asp?TID=138 - http://www.teen-terminal.com/forum_posts.asp?TID=138  and you can see that the photos are now seen, but the posts are all centered. How do I make them all left aligned...
 
?

Jim


-------------

http://www.thebeatlesforum.com -
thebeatlesforum.com
Love me Do!


Posted By: WebWiz-Bruce
Date Posted: 02 April 2007 at 5:04pm
Just edit the css_style/default_style.css and add the following for some of the tables and the .msgBody this should prevent IE from centring elements:-

text-align: left;


-------------
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: JVRudnick
Date Posted: 02 April 2007 at 5:34pm
Thanks so much!
 
I placed it in this area....
 
/* Forum posts */
.msgBody{
 width: 100%;
 text-align: left;
}
 
and it works fine...
 
the thing now is, that the whole site is LEFT hand aligned...ie the site is not centered anymore in the user window?
 
that I'm sure has nothing to do with the addition I just made...I think it was the deletion of the <center></center> that I made in the header.asp page....can you offer how to center the whole forum in the user window?

Jim


-------------

http://www.thebeatlesforum.com -
thebeatlesforum.com
Love me Do!


Posted By: WebWiz-Bruce
Date Posted: 02 April 2007 at 6:00pm
Try using div instead:-

<div style="align: center;">  </div>


-------------
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: JVRudnick
Date Posted: 05 April 2007 at 3:41pm
Sorry, where do I put that <div>? in the .css file and if so, whereabouts?
 
Upgrading btw, sucks!!!!
 
Jim


-------------

http://www.thebeatlesforum.com -
thebeatlesforum.com
Love me Do!


Posted By: WebWiz-Bruce
Date Posted: 05 April 2007 at 4:21pm
You use a div in your HTML instead of <center> tags.

Upgrading is straight forward as long as you have not modified the code or in your case you used a version that was not meant for production servers and carried repeated warnings on the download page to use the software for testing purposes only.


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