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 top margin is fixed. Bottom margin depends a lot on font, font-size and line-height — i.e., how many lines can fit on a screen depends on font, font-size and line-height. If you play with those settings, you'll see that the size of the bottom margin changes.