Is there any way of stopping images getting cut off when a web page is printed? Maybe by automatically resizing them or something? Ladyhawk.
** ASP/VB/Java Programmer **
When I make a priteble page I set all sized in cm like so:
<IMG src="PassBackRed.gif" style="width: 8cm; height: 5cm" border=1>
When you want a new page you put in something like this before the element that has to go on the new page:
<p style="break-before: always"></p>
In my experience this is ignored a lot of times by IE so to be sure that the rest goes on the new page I fill the page with white space:
<tr><td bgColor=#FFFFFF style="width: 4.9cm; height: 1.8cm"></td></tr>
Also, when I'm trying to get applets to fit on a printed page (or tables for that matter) I use percentage width and heights, rather than pixels. codestorm
Fire bad. Tree pretty. - Buffy
select * from population where talent > 'average'
<insert witticism here>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.