Mar 24, 2004 #1 WayneDoherty Technical User Joined Mar 6, 2002 Messages 54 Location GB How do I force a page break in a page if visitors want to print.
Mar 25, 2004 #2 Cheech Technical User Joined Nov 6, 2000 Messages 2,933 Location EU Make them goto a printer friendly page [Peace][Pipe] Upvote 0 Downvote
Mar 25, 2004 #3 LTeeple Programmer Joined Aug 21, 2002 Messages 362 Location CA You can also use cascading style sheet - although this will only work in certain browsers. Create a class called something like .breakhere define the class as follows: .breakhere { page-break-before: always; } Right where you want the page break, just use the class tag (i.e. <p class="breakhere">) Hope this helps! Cheers! Laura Upvote 0 Downvote
You can also use cascading style sheet - although this will only work in certain browsers. Create a class called something like .breakhere define the class as follows: .breakhere { page-break-before: always; } Right where you want the page break, just use the class tag (i.e. <p class="breakhere">) Hope this helps! Cheers! Laura
Mar 26, 2004 #4 Roadrunner999 Technical User Joined Jan 26, 2004 Messages 6 Location GB How do I do a Printer Frienfly Page. Upvote 0 Downvote
Mar 30, 2004 #5 lebisol IS-IT--Management Joined Jan 3, 2003 Messages 3,325 Location US http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=Printer+Friendly+Pages > need more info? :: don't click HERE :: Upvote 0 Downvote
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=Printer+Friendly+Pages > need more info? :: don't click HERE ::