Basically you want to replace table <TR> tags with <DIV> and <TD> tags with <SPAN> (obviously no need for the <TABLE> anymore) to achieve the effect you're looking for. Set the width of the span tags in your CSS and assign all spans you want the same width to the same class. HTH!
--- In [email protected], "Jagadheesh M." <[EMAIL PROTECTED]> wrote: > > hi all,How to draw tables using div and css? if we draw a table using diva and css, is there any attachment between all the rows? Means, When the width of the first column of first row increases, will the the first column of next row increase? how can i achieve this?Thanks.anbudan,-Jag. > > > [Non-text portions of this message have been removed] >
