I am wondering how to change from table mode to Div tag mode without starting over?
Posted on April 2nd, 2010 in Starting Over | 1 Comment »
I created a website using tables because I couldnt remember what the DIV tag codes were in Dreamweaver, I am wondering whether I can change it all to DIV tags without starting all over, please help if anybody can.
Leave a Reply
You must be logged in to post a comment.





One Response
Replace the <td> & </td> with <div id="identifier"> and </div> or <span class="identifier">, remove all of the <table> and <tr> entries, and then set up your css to do your layout on the new format.