im using the below doctype for my site and im trying to set the page margins to zero but they wont budge. ive tried defining it in css and in the body tag in the page but they just wont move. if i take the doctype out i can set the margins where ever i like but with the doctype in the margins wont budge and i hate the border, it destroys the look of my site.
how do you set margins with this doctype?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
if i use other doctypes it stuffs my page up and puts like borders around some tables for what ever reason i dont know so that is why im using this doctype instead of others but this one gives me a margin problem.