can someone give me an example how to convert this table into DIV Thanks advance <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> </table> HTML:
In order to transfer a table to a div with the correct width's height's etc, you will need CSS to define the sizes you require. You can replace the table tags with div tags..pretty similar to what you have there but with <div></div>. But you have to define the size.