|
Any thoughts on how to make my webpages look ok when printed.
I've thought about making all my pages a certain width (about 650 pixels), but with my menu taking up almost 150 pixels, this limits the data portion of my page to about 500 pixels.
I've also seen it where scripts are used to exclude the menu when printing, thus letting you have a wider data portion of the page.
I've also heard of using CSS but I don't really understand this method.
What methods do you use and can you give me working examples? Thanks.
|