I'm trying to force printing long images on several pages. What would be the best way to achieve this using HTML and / or CSS ?

Thanks

link|improve this question

70% accept rate
1  
AFAIK there's very little cross-browser consistency when it comes to printing, so there's probably no universal solution... – deceze Aug 17 '10 at 8:17
feedback

1 Answer

up vote 1 down vote accepted

I finally found out that positioning my image with absolute value helps for almost every modern browser.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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