Page not displaying correctly

  • Thread starter Thread starter Teriel9
  • Start date Start date
T

Teriel9

I have built a website for a friend with FP2003
There are 3 pages which when viewed on my computer with 5 different
browsers, display correctly, however when my fiend views it the text,
particularly the first line, does not.
Can anyone please help the following link goes to one of the pages
http://www.gundogs-wales.co.uk/bryndylan.htm
Thanks in advance
 
when I ran it through the W3C validator (for HTML) there were 39 "errors".
the most notable was incorrect or missing DOCTYPE which could be throwing
your friend's browser into "quirks mode" and causing your trouble.

here's a link to the IE developer toolbar, it's very useful:
http://www.microsoft.com/downloads/...64-672D-4511-BB3E-2D5E1DB91038&displaylang=en

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
 
Hi Chris,
Many thanks for your prompt response, I have downloaded the toolbar and
found DOCTYPE problem as you said.
I assume this needs to go into the top of every page in he site?
rgds
Teriel9


--
All our emails are scanned by Norton Antivirus before sending
Please advise any virus that gets through
Chris Leeds said:
when I ran it through the W3C validator (for HTML) there were 39 "errors".
the most notable was incorrect or missing DOCTYPE which could be throwing
your friend's browser into "quirks mode" and causing your trouble.

here's a link to the IE developer toolbar, it's very useful:
http://www.microsoft.com/downloads/...64-672D-4511-BB3E-2D5E1DB91038&displaylang=en

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

If you make web sites for other people, you should check out ContentSeed:
http://contentseed.com/
--
 
Back
Top