Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How get control over how website prints

Status
Not open for further replies.

lovejaeeun

Technical User
Jan 13, 2004
60
US
This should be a simple problem to solve?

I want the website page to print according the the font-size I use on my website. As it is, no matter what I set my website font-size, the page always prints with the same font size (it looks like 12pt).

Also, I want table background colors to print. Right now it all comes out as white.

Thanks!
 
you need to make a style sheet and use this in the page where you define your other style sheets

<link rel=&quot;stylesheet&quot;
type=&quot;text/css&quot;
media=&quot;print&quot; href=&quot;print.css&quot; />

<Signature>
Sometimes the Answer You Are LOOKING for can be FOUND BY SEARCHING THE FAQ'S @&%$*#!!!
</Signature>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top