I am cleaning up a site which has no DOCTYPE or beginning html tag. When I add <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> it moves my whole page down by one or two line breaks. Does anyone know why?
HA HA! If I take out "http://www.w3.org/TR/html4/loose.dtd" it has no effect on the page. Is it OK to just put <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> as doctype? or will this make it go into quirks mode?