Hey list, question here on what is correct or not.
 
We have a document online and to get it to format correctly when printed
someone came up with this tag:
 
Inline
<p style="page-break-after:always"></p>
 
But I have also seen it in a CSS file like this:

CSS 
p{
page-break-before: always;
}
 
Is it correct inline to not have the "  ;  " after always?  I always
thought you had to have it just as in the CSS structure?
 
Just trying to get some clarity on this.
 
Thanks,
 
 
Cory
 
 
 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to