Whats the point of defining the style "page" if you aren't going to use it?
You should be using: <br style="page"> instead of: <BR style="page-break-after:always;"> There's also a cross-browser javascript print function here: http://www.dynamicdrive.com/dynamicindex9/other1.htm but I haven't tested it. -- timmah > Put the following inside your head tags > > <style> > BR.page{page-break-after:always} > </style> > > To call a page break use > > <BR style="page-break-after:always;"> > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
