bluewaves Posted May 23, 2007 Share Posted May 23, 2007 Anyone care to give me some tips on my new website: http://www.coolchecks.net I am self taught, so I hope you are kind. The top of my html should have something in it, but I've tried some of the standard suggested coding and it messes up my graphics. Any suggestions on what should go before the <html>? Thanks... Quote Link to comment https://forums.phpfreaks.com/topic/52593-new-website-for-approval/ Share on other sites More sharing options...
tippy_102 Posted May 23, 2007 Share Posted May 23, 2007 I'm not sure what you mean by "what should go before the <html>". Are you talking about the doctype declaration? Something like: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> You will need to have the doctype match your code in order for it to render properly. Here is information on doctypes: http://alistapart.com/stories/doctype/ Once you have added that, you can validate your code: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.coolchecks.net%2F Quote Link to comment https://forums.phpfreaks.com/topic/52593-new-website-for-approval/#findComment-259582 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.