Re: Complain on <center>

> <center>
> 	<h1>Heading</h1>
> </center>
> 
> 	|
> 	v
> 
> <h1 align="center">Heading</h1>

Better would be to achieve this in CSS.  I think you'll find that if you submit
such code to Tidy in its "clean" mode, you'll get it back without either
<center> or <.. align="center"> but instead with all the centering handled by
CSS.
+++++++++++++++++++++
Peter Evans evans@i.hosei.ac.jp

Received on Thursday, 30 March 2000 03:53:45 UTC