Quote:
Originally Posted by 44reader
Should I specify that in ems? I'm sure that's better than using fixed dimensions e.g. inches. But can you specify a margin as a percent of the page or something?
|
Quote:
Originally Posted by JSWolf
You can use a percent like 48% to have a top margin of 48% from the top of the page.
|
Yes, but according to the CSS spec, percent in margins always refers to the page
width. That is, "top-margin: 48%" and "left-margin: 48%" are exactly the same size, almost half the page width. I can't say whether or not ebook readers follow the specs, though.