Forum Moderators: open
The only thing they ask is.....will it print out on a standard A4 page (thats standard in NZ).
So i am right back to basics here, building a site in a table 700px wide.And defining font sizes in em.
Works fine in firefox, prints perfect. In IE6 it is too big.
Can anyone help with this?
And I think in IE6 you cant specify ems as your print units ..so you may need browser sniffers to serve tailored pages
However I stand willing to be corrected ..on the IE ems thing..:)
defining font sizes in em
One "em" will refer back to the user-set font size in the browser, so how big it is in absolute terms can definitely vary. For print, I think specifiying in points (pt) is the best way to go.
So I'd suggest trying "em" for the CSS on-screen font unit and "pt" for the CSS print.