I just know html.but its not very good by using tables for designing. But can u plz help me to know how to use div ???
If you want the div tags to effect the entire table wrap them around it example below: <div align=center><table width="25" border="1"> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table></div> HTML:
Are you asking how you can arrange your page with div tags as opposed to tables? heres a tutorial http://tutorials.alsacreations.com/div/
If you have a knowledge in CSS, try to master the use of float, padding, margin, and the rest is optional.