When it comes to building sites some people are still using tables to create their layouts. While these still may work they are outdated and can look unprofessional. This is where CSS and Divs come in. Not only are they the new and latest design technique but they also can give your site a superior look. Some other benefits to using CSS and Divs include faster load times, cross-browser compatibility, lower hosting costs, less time spent, consistency maintained, easier for SEO, etc.
Search
Categories
- Advertising
- Brand and Identity
- Domain Names
- E-Commerce
- Graphic Design
- Internet Marketing
- New Web Design Projects
- Photography
- Pro Web Marketing News
- Search Engine Optimization
- Security News
- Social Networking and Media
- Tech News
- Traverse City
- Web Content
- Web News
- Web Standards
- Website Design
- Website Hosting
- Website Re-designs
- Website Tools
-
Sign up for our newsletter!
Twitter: prowebmarketing
- Be Careful! Facebook "Privacy settings" may not provide FULL privacy...... http://fb.me/EgzmxYK2 about 10 hours ago from Facebook
- Did anyone hear the storm last night?!? WILD 05:55:34 PM July 28, 2010 from Facebook
- Opening Night!..who is checking out the outdoor film festival at the open space?! Schedule: Tonight:... http://fb.me/AIxjiH6u 04:08:11 PM July 27, 2010 from Facebook
Serving Areas for Web Design
Useful Links
Archives
-
Recent Posts
Tags
blog blogging Branding browser business business networking collaboration content css design development Email google graphic desgin hints hosting service iceman Identity Internet Marketing marketing networking new optimization project projects race search engine Search Engine Optimization search engine tips SEO site social media social networking social networking business networking tips Traverse City video web web design web design marketing web development web hosting web site website Website DesignRecent Comments
Website Design by Pro Web Marketing -
Powered by
WordPress
Entries (RSS)
and Comments (RSS).
Terms of Use

The way I see it, and what I also got from reading those two articles, is that the ONLY way the table was promoted was as an easier way to do stuff that’s really really hard to do right with CSS, and might need to be rebuilt with a smaller addition. Table-style columns (equal height, background images) spring to mind. They were not promoting going back to all tables, nor going back to all tables but with CSS instead of font tags. They were promoting using table tags as a last-resort-workaround for a very limited set of setups until CSS3 gets implemented, so they can get the job done today. It may be evil evil evil to some of you, but it’s that or five more hours writing code and testing across browsers.
Thanks for the comment!
I will admit that in some situations it can save some time to just take the “easy way out” and go with a table. However, as I have become more experienced and gained more mastery over CSS I have learned how to efficiently and quickly create the elements with CSS. It may take a few more minutes, but if you ever have to go back and change, update, scale, or expand that element, it will be a lot easier if you stick with CSS and XHTML semantics with div-based structures.
Scalability and maintainability are becoming more and more important as the web evolves and becomes more interactive. Ajax is impossible to build into poorly-formed code. If you want to save time in the long run, it’s better to do it once and do it right