I have a website laid out in tables. I wanted to convert the tables into Div containers. What is the best/easiest way to do this? I know some css, but am not sure how to do this. Thanks
This will help: http://forums.digitalpoint.com/showthread.php?p=8141503 (It's the same link as the one in my signature.)
it's a minefield but the "find and replace" tool in dreamwever can do all the pages very quickly if you're clever with it (please make back ups just in case!)
Please read Dan's link and don't fall into the trap of replacing every td with <div> and thinking you've got it! There's no difference and nothing better about a page filled with thousands of <div>s over a page built out of a table. Both are way more code than necessary.