I'm trying to print the page http://www.calibredesign.com/clients/spec/index.html?view=t_fabr.html(under the link graded fabric ArcCom in IE and Firefox, however, the first page that I printed out appears blank and it is not a complete content......does anybody know how to fix this by editing the html or any other code?

Thanks a lot for helping!!!!

link|improve this question

0% accept rate
Firefox 8.0 under Ubuntu, printed with no problems – Adnan Shammout Jan 10 at 15:12
feedback

1 Answer

I reccomend creating a print stylesheet.

<link rel="stylesheet" type="text/css" href="print.css" media="print">
link|improve this answer
Thank you for your reply, could do tell me exactly how it works? I'm very new in css and javascript – user973392 Jan 10 at 17:49
it is a specific stylesheet that defines how you want your printed content to look (media="print"). All of the style rules would be defined in "print.css", it is handy where you can hide all unrelated content such as navigation systems and banners, then change font sizes and colors for better readability. – Tank Jan 10 at 18:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.