Quote:
Originally Posted by sloth00
Any HTML to get rid of the Upper and Lower margins as well ?
Tried this but didn't work:
html {
margin-bottom: -60pt;
margin-top: -60pt
}
|
I think that works but it makes more sense to me to put it on the body tag instead so try that just in case it doesn't work.
body {
blah; blah; blah;
}
And make sure you're putting it at the
bottom of the last css file linked to in the html files.