Re: DIVS AND TABLES

Have you tried to put this table within a div element with attribute
align="center", like this:

<div align="center">
   <table>
   ...
   </table>
</div>

Vincent.

> I have a div element with text-align:center property
> if i place a paragraph inside this element,  it  is correctly centered
> if i place a table inside the element, it is not centered in Amaya
> but is in other browsers.... what is happening?
> John Russell, VE3LL@RAC.CA
> http://www.cgocable.net/~jrussel
> 
> Be sure to check your HTML markup code
> tags by using http://validator.w3.org or
> http://www.htmlhelp.com/tools/validator/
> 
> 

Received on Tuesday, 17 July 2001 06:09:25 UTC