Cassius
01-17-2005, 08:56 AM
i have worked on some html pages and css files and all seemed to be working fine as i wanted it. Eventually, i did not have the doctype tag on the html pages, so now i added the following doctype:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
However, as soon as i added this tag, it seems that i lost the position of some items (note that i added this tag to my .php pages, not to the .css file).
Does someone know, why this may happen, and what can i do to resolve it ?
Thank You
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
However, as soon as i added this tag, it seems that i lost the position of some items (note that i added this tag to my .php pages, not to the .css file).
Does someone know, why this may happen, and what can i do to resolve it ?
Thank You