Posted by Roy A. on 02/01/07 18:40
On 1 Feb, 15:22, "fuli open" <fulio...@yahoo.com> wrote:
> On Feb 1, 7:56 am, "J.O. Aho" <u...@example.net> wrote:
>
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> > "http://www.w3.org/TR/html4/loose.dtd">
>
> > or
>
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> > "http://www.w3.org/TR/html4/strict.dtd">
>
> If xhml things are already included in the code, I wonder whether the
> above two doctypes are adequate for my page.
I think an HTML 4.01 doctype is more adequate for your page than
xhtml.
Your pages is rendering in backwards compatibility mode. If you don't
want to change that (in your existing pages) you could use:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
But try to see if you can use standards mode.
[Back to original message]
|