|
-
August 14th, 2002, 12:03 PM
#1
I need information
Is there a way to generate a page break in HTML ?
Nicolas Bohemier
-
August 14th, 2002, 12:51 PM
#2
What do you mean by "page break"
Do you mean line break eg. <br />?
-
August 15th, 2002, 10:29 AM
#3
I mean when you print, you tell the printer to change page.
Nicolas Bohemier
-
August 16th, 2002, 06:11 AM
#4
Style wise
I usually set a style up like this:
<style media="print">
.pagebreak {page-break-before:always}
</style>
and then assign the style with <... class="pagebreak"..> whenever I want a new page. Have a shufti at http://msdn.microsoft.com/workshop/a...reakbefore.asp for applicable element tags.
Note, though, that this is an IE solution - any netscapers out there have any suggestions?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|