Re: Table nightmare
by "Keith D Sellars" <Keith(at)webgraffix.com>
|
| Date: |
Fri, 9 May 2003 14:49:19 -0400 |
| To: |
"M Carr" <admin(at)laingsociety.org>, <hwg-basics(at)hwg.org> |
| References: |
3mcarr |
| |
todo: View
Thread,
Original
|
|
Best thing to do in my opinion is start with validating the page. Go to
http://www.w3c.org, validate the page and then go from there.
The only thing that I can see at a quick glance is that you have some
closing p tags ( /p ) throughout the
http://laingsociety.org/colloquia/psychotherapy/fps1.htm page. This may be
what is causing the problem.
There are certain html elements that paragraph tags can't include (this is
what I mean by "overlapping"). For instance, don't use the following:
<p> <hr width=100> </p>
... but instead use something like:
<p> </p> <hr width=100>
... also can't have paragraph tags including a table.
Try that and then validate the site.
Thanks,
Keith D Sellars
WebGraffix
www.webgraffix.com
"Making database sites seem easy"
----- Original Message -----
From: "M Carr" <admin(at)laingsociety.org>
To: <hwg-basics(at)hwg.org>
Sent: Friday, May 09, 2003 1:32 PM
Subject: Table nightmare
> Dear Everyone,
>
> I've been struggling for months with the writing of an academic website,
at
> http://laingsociety.org. The visitors to the site equally use Mac and
> Windows browsers, and fairly older operating systems, such as Win95, etc.
>
> I have been trying to implement CSS tags where possible, and in an
> effort to make sure everyone will receive a decently-formatted page I
think
> I've done something to wreck the template table,
> because the characters of text in the right margin appear to be cut off,
and
> the whitespace that should be on the right is not showing up. I can't
> replicate this problem on any computer I have access to and would be so
> grateful if someone could tell me how to fix this problem.
>
> Here are two examples of the problem pages:
> http://laingsociety.org/colloquia/psychotherapy/fps1.htm
> http://laingsociety.org/colloquia/critpsych/stillc1.htm
>
> I've uploaded screenshots of what the pages are supposed to look like
here:
> http://laingsociety.org/despair.htm
>
> Really at my wit's end, hope to hear from someone soon, Thanks.
>
> Maggie.
>
>
>
>
>
>
>
>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.