Hello Michael
On 13-Oct-01, Michael M. Rye wrote: > It gets centered because your HTML is invalid. Every tag in HTML > is supposed to have an ending tag. Your <P> tags don't. The > following code (yours, modified) with the proper ending tags > gets rendered correctly with Voyager 3.3.117: > > <P ALIGN="CENTER">This should be centered.</P> > <P>This should not be.</P> > not ending <p> tags is NOT invalid.. validator.w3.org doesnt even mind. Sure its probably 'better' to end them, but its an allowed thing not to. When the browser reaches the next <p> tag it should signify the end of the previous paragraph and attributes should be reset. Regards buzz -- <sb>ExoticA - http://exotica.fix.no _____________________________________________________________________ Voyager Mailing List - http://v3.vapor.com/ Voyager FAQ....: http://faq.vapor.com/voyager/ Listserver Help: mailto:[EMAIL PROTECTED]?Subject=HELP Unsubscribe....: mailto:[EMAIL PROTECTED]?Subject=UNSUBSCRIBE
