When I load the following html into IE5 and print from the file menu, it all prints on one page. What's goin' on? Can someone supply me with the code that does what I'm after?
<html>
<head></head>
<body>
hello page 1
<hr style="page-break-after: always" width="60%">
hello page 2
</body>
</html>
Many thanks,
<html>
<head></head>
<body>
hello page 1
<hr style="page-break-after: always" width="60%">
hello page 2
</body>
</html>
Many thanks,