Hello Jools
On 27-Nov-01, you wrote: > > Hello Jools > > On 27-Nov-01, Jools Smyth wrote: > is a bug. >> >>> This behaviour in IE is not wrong, it's standards compliant, and >>> it's also easy to work around: don't mark your page with the DTD >>> which is a flag to all browsers that the page does follow that >>> standard. >> > > hmm actually im reading html4 info again and now im not sure :) > > http://www.w3.org/TR/html4/struct/tables.html#h-11.3.2.1 The big thing to read is the stuff in the CSS specifications about style inheritance. You'll see that such properties as "text-align" are inherited from the previous element. IE6 simply supports this inheritence like a real object oriented browser would, and condusive to the rest of the web standards. If alignment is inherited, then all text alignment for objects underneath it will be aligned that way - and in terms of browser objects there can be no difference between: <div align="center"> and <div style="text-align: center;"> .. can there? -- Matt _____________________________________________________________________ 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
