Ray_Net wrote:
If a receive an HTML mail from per exemple phpmailer.php ans this mail is in an HTML format.... Is this paragraph <p><!-- pagebreak --></p> acting as a skip to a new page, when i print the mail received by my SM email client ?
Maybe the author was hoping it would, but there is no reason why it would work. It is just an empty paragraph element with an html comment. Maybe
<p style="page-break-after: always;"><!-- pagebreak --></p> might work better, but I would style the preceding paragraph over an empty element.
-- Take care, Jonathan ------------------- LITTLE WORKS STUDIO http://www.LittleWorksStudio.com _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

