|
Posted by acb on August 18, 2007, 9:08 am
Please log in for more thread options
wrote:
> acb wrote:
> >> On Fri, 17 Aug 2007, acb wrote:
> >>> Can anyone please shed some light on why an html document
> >> Give URL!
>
> If it works on GeoCities, I can't use it as a basis for debugging much,
> but then, I can't stand GeoCities (or frames in general).
>
> What I did notice from your code is that it's not valid. You've got more
> than 60 errors in your CSS. Run the CSS through the validator athttp://ji=
gsaw.w3.org/css-validator/(and make sure your markup
> validates, too). I bet that'll help a lot.
>
>
>
> >>> that starts as follows:
> >>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
> >>> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
> >>> <html xmlns=3D"http://www.w3.org/1999/xhtml" lang=3D"en" xml:lang=3D"=
en">
> >>> is not rendering css tags read from a file?
> >> =BFQu=E9?
>
> >> 1) Include the attribute type=3D"text/css" .
>
> >> 2) Don't use XHTML but HTML 4.
>
> > I have the attribute.
>
> > Can you please be a bit more specific on point (2) - a link would do.
>
> Andreas means, I am sure, use a doctype for HTML 4 (I'd say 4.01,
> specifically) strict to avoid invoking quirks mode. Specifically, use
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
>
> instead of the XHTML 1.0 doctype you have on pg2 and instead of the
> missing doctype you (don't) have on pg1.
>
> --
> John
> Pondering the value of the UIP:http://blinkynet.net/comp/uip5.html
I just did that. It was the culprit and I am now starting to fix the
css tags (which I'v einherited from a relatively old system).
Thank you to everyone for their help.
Regards,
Al
|