squiblo Posted July 28, 2009 Share Posted July 28, 2009 i could not find the correct place to post this script, anyway, when i change my doctype to: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> the line spacing and other things are different in IE, i need this doctype becuase i have css codes in my pages, how can i change this? Quote Link to comment Share on other sites More sharing options...
haku Posted July 28, 2009 Share Posted July 28, 2009 Well, you are definitely on the right track by adding a doctype to your document - it's very important to have one. Unfortunately you have just discovered the problems that arise when you add it after you have already started coding, instead of before. The only way to fix everything is to adjust it all in your CSS. It's a pain in the butt, but next time you code a document, you will know to start with the doctype already in the document, and won't have to deal with this problem again. Good luck! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.