On Mon, 18 Feb 2002 at 16:44 GMT, Carolyn Bentley wrote: > I need to be able to create a web page that has "page breaks" in it. <snip> > I think there might be a way to do this with tables. However I cannot > find any documentation about it. > > Is there anything you might suggest trying?
Although this is more a HTML/CSS question, you may want to look at the following CSS2 properties: page page-break-before page-break-inside page-break-after (although they are not supported by every browsers - Opera5/6 and IE5.5/6, and maybe Mozilla) Documentation and examples can be found in the CSS2 specifications: http://www.w3.org/TR/CSS2/page.html -- briac << dynamic .sig on strike, we apologize for the inconvenience >> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
