Click to See Complete Forum and Search --> : Is Doctype are absolutely require !!


turb
01-16-2005, 08:04 PM
Hi!

got a css problem and have done many test today.

The only way to resolve my problem with all theses pc browser (FF,IE5-5.5-6,MZ,OPERA and NN7) was to remove the Doctype.

So i'm asking : why do i need doctype if without it, my site structe is perfect to me ???

Jeff Mott
01-16-2005, 08:21 PM
If your style layout breaks by putting the browser into standards compliance mode (a result of including the doctype) then most likely it is due to incorrect coding.

Removing the doctype means you solve the problem by ignoring the blinking warning light. Or you can post your code and people here can help you to figure out what went wrong and how to fix it.