I have been working on a website for the past few weeks. Its the first one I really have been doing myself. I have been using tables but have been reading lately about using tables to design a website is bad for SEO. So I am planning on converting them to CSS. How easy is it to do? Any advice?
I highly recommend this book: http://www.sitepoint.com/books/html2/
Learning to build tableless layouts has a learning curve. Having converted may tabled sites to css, I find it's best to just tear it down and start over. Build your html framework, put in your css, then copy/paste your content into the new layout.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
I have been working on a website for the past few weeks. Its the first one I really have been doing myself. I have been using tables but have been reading lately about using tables to design a website is bad for SEO. So I am planning on converting them to CSS. How easy is it to do? Any advice?
Congratulations (and respect) for being willing and open to the idea of using CSS and DIVs over tables.