Hi Lyn, On Sun, 17 Oct 2004 13:09:28 +0800, Lyn Patterson <[EMAIL PROTECTED]> wrote: > I am using the full doc type <!DOCTYPE HTML public"-//W3C//DTD HTML 4.01 > Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> on my main page. > > I thought I should add it to all the other pages but when I did so, the > contents of the left column moved towards the center in IE and Opera > so I took it off and things reverted to normal.
You should definitely have a full doctype on every page - without it your pages are not valid. The differences are due to IE and Opera going into "quirks mode" - emulating old (bad) browser behaviour - when no doctype is present. If you post the pages exhibiting the problem, I'm sure someone here will be able to give you some idea as to why. Cheers, Kay. -- Kay Smoljak http://kay.smoljak.com/ ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
