html - DOCTYPE messes up formatting -
i know many people have similar problems when switching <!doctpye html> line, however, i've tried methods , classic html{height: 100%;} body {min-height: 100%;} method, along others, sadly, cannot figure out how insert code. every time add doctype , background image disappears, tried method background images, well. here's code- http://pastebin.com/554mctvx want there still center div. hope guys can :d ~wumbo put <!doctype html> at top of html file according w3c standardization. create separate css file mystyle.css , put css code there. make link of css file <link rel="stylesheet" type="text/css" href="mystyle.css"> ::-moz-selection { color: #ffffff; background: #00ffaa; } ::selection { color: #ffffff; background: #00ffaa; } a:link { color: #00ffaa; } /* visited link */ a:visited { color: #00d486; } /* mouse on link */ a:hover { color: #57...