I am a newbie to css, I have an app that i built using dreamweaver 8 to display
the presentation layer. My problem is that I used tables to house the data
that I am dynamically generating inside of the table cells, but it builds so
many tables and takes the page so long to render. I want to try to convert my
tables to css to eliminate some of the time it takes to render the page. Is
this a viable solution? And if it is can someone point in the right direction
to start finding resources to begin the conversion?

Thanks