It was quite a learning curve, but I’ve managed to learn how to do it and I’m in awe of the control you have with CSS.
When was your site created and do you plan on changing a table based site to CSS and what are the benefits?
I love tableless css that really differentiates the content and the layout. It’s just so much easier.
I don’t know if it’s easier (if you are just learning CSS), but it sure does give you total control and you can be as creative as you like.
How do you handle your content? Do use Dreamweaver?
Google doesn’t like nested tables.
its the question of using tables for format not data display.
I’ve recently started converting my site which I created in 2001 with Front Page to Dreamweaver.
It was quite a learning curve, but I’ve managed to learn how to do it and I’m in awe of the control you have with CSS.
When was your site created and do you plan on changing a table based site to CSS and what are the benefits?
Large images aside, nested tables are the worst for loading time as the browser has to make a bunch of additional calculations when rendering the page.
Table designs overcome many of screen and resolution problems encountered with a pure css design, especially the dreaded 3 column layout.
Also there are a number of cross browser compatibility problems with css layouts. For example both FF and IE treat margins and padding differently, however there are several hacks and workarounds. I believe FF renders css correctly but most visitors use IE. It is best to make sure it renders the way you want in as many browers and screen sizes/resolutions as possible.
Everything loads tons faster this way. And, whether google likes nested tables or not, it does like things to load fast.
Large images aside, nested tables are the worst for loading time as the browser has to make a bunch of additional calculations when rendering the page.
Thanks for that bit of info. My goal is to only use a table to display data from mySQL (once I figure that part out) and use CSS for everything else.
I use FF and IE to test and then compensate for the differences. As along as it pass the Browser Compatabilty test then I move on to the next thing. hehe
What affect does spry components have on speed and how many images or what should the final size of the each page be or NOT exceed?
Please login or Register to submit your answer