Learn Tableless Designs and CSS
By: Neil Thurlwell - SEO for BT (CustomerStreet)
Jan
08
If you are currently using tables of frames to design the layout of your websites then I urge you to learn CSS. CSS is not complicate. Matthew Hadwen wrote an easy to read article about What is CSS ?
- CSS can dramatically reduce the amount of code you use on your website compared to tables making it easier for browsers (IE, Firefox etc.) to display your pages quicker
- The reduced code also means that search engines can find the content of your website quicker and will not find it a chore on your website.
- As all the styles for your website are stored in one file it makes it so much quicker and easier to impliment changes to the whole site.
- More and more styles are being created and alot will reduce the need for adding images on your pages.
Did you know
There are styles available to add drop shadows to boxes ?
For more information on CSS please visit the Customer Street CSS Blog.