Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Post getting cut off again?
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Post getting cut off again?

 Post Reply Post Reply Page  12>
Author
JVRudnick View Drop Down
Groupie
Groupie


Joined: 06 August 2004
Location: Canada
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote JVRudnick Quote  Post ReplyReply Direct Link To This Post Topic: Post getting cut off again?
    Posted: 30 March 2007 at 7:45pm
I've just noticed that some posts my forum members are making are "cut off" ???
 
 
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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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">

Back to Top
JVRudnick View Drop Down
Groupie
Groupie


Joined: 06 August 2004
Location: Canada
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote JVRudnick Quote  Post ReplyReply Direct Link To This Post 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

is as follows --

<!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">
<head>

WHICH looks perfectly as it should, right? I changed nothing on that page at all....
 
So why the cutoff then?
 
Jim
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.


Back to Top
JVRudnick View Drop Down
Groupie
Groupie


Joined: 06 August 2004
Location: Canada
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote JVRudnick Quote  Post ReplyReply Direct Link To This Post 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 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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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;
Back to Top
JVRudnick View Drop Down
Groupie
Groupie


Joined: 06 August 2004
Location: Canada
Status: Offline
Points: 64
Post Options Post Options   Thanks (0) Thanks(0)   Quote JVRudnick Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 02 April 2007 at 6:00pm
Try using div instead:-

<div style="align: center;">  </div>
Back to Top
 Post Reply Post Reply Page  12>

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.