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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing

Status
Not open for further replies.

Ladyhawk

Programmer
Jan 22, 2002
534
AU
Is there any way of stopping images getting cut off when a web page is printed? Maybe by automatically resizing them or something? Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
Theres a way of hard coding page breaks into the page , I think its CSS related but it doesn't work on all browsers, probaly most reliably on IE5+ and NS6 ish. ***************************************
Party on, dudes!
[cannon]
 
if i recall correctly, this happens because the printer can only hadle 800px in width. if this is the case, a rememdy could be keeping all your pages within this limit. or, opening a pop-up this size and printing from there.
 
To check out the CSS-thingy mentioned by KarveR have a look at this:
thread215-273941 This is not a bug - it's an undocumented feature...
;-)
 
Some of the pictures are longer than an A4 page. Is there a way to automatically resie them with printed? Ladyhawk. [idea]
** ASP/VB/Java Programmer **
 
you can go to FILE|PAGE SETUP, and set your margins to the smallest it will allow you, and that might help you reduce how much is cut off. But that will only work on your computer, you can't specify it on other peoples computers at least I don't think you can.
colorado.gif

¡Buena Suerte!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top