|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I've created a webpage, but when i want to print it, and i need to, it isn't nicely printed, Is there a possible way to do a pagebreak, or is there a command to start a new page?? I appriciate every answer !!
|
|
#2
|
|||
|
|||
|
This can be done using the <p> tag. Here's an example.
<html> <body> Place your text for page 1 here. <p style="page-break-before: always"> Place your text for page 2 here. <p style="page-break-before: always"> Page 3... etc </body> </html> Cheers Steve |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > printing webpage |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|