Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 10-31-2008, 11:51 AM Divs or Table?
Super Talker

Posts: 101
Trades: 0
I delved into css just last week, and so far I have been really impressed. Still I have a problem. I am currently desiging a template for a webpage that will use a layout similar to the video results page on youtube (boxes stacked on top of one another - inside there's a screenshot and video description. It seems to me like using tables would be the best option to acheive this. That way when I edit the template page I can always add more boxes should I need them for a particular page just by pressing the return key on dreamweaver. If I use divs layered inside one another to make a "div table", I would have to keep it saved as a library item and bring it in each time I need an extra box. And this seems too impractical.

If I use a large div as the main container for my webpage and also use additonal divs inside the main one to hold the banner and navigation but use tables for the body, would this be considered good webdesign according to standards? Good in terms of searh engine scanability, load time, etc. as when compared to a website that uses no tables.
Towhid is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-31-2008, 11:59 AM Re: Divs or Table?
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
It makes absolutely no difference to search engines whether you use tables or divs. Load time only depends on the amount of markup on the page, and is usually not very significant.

Without looking at your design, I would say, that if the section of information takes on a form that is like tabular data, even if there is images or video inside of it also, then there is nothing wrong with using a table to display it.
__________________
Join me on
Please login or register to view this content. Registration is FREE

Last edited by wayfarer07; 10-31-2008 at 12:01 PM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 11-04-2008, 04:55 AM Re: Divs or Table?
Novice Talker

Posts: 6
Trades: 0
You only should use tables where they made for. Use tables for listings of data. Use DIV for layout your site.
vidal is offline
Reply With Quote
View Public Profile
 
Old 11-04-2008, 07:33 AM Re: Divs or Table?
Average Talker

Posts: 25
Trades: 0
hi

Read the comment post by the diff user for this post.
http://www.imarc.net/communique/view...ble_battle_2k6

thanks
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
masteryooshi is offline
Reply With Quote
View Public Profile
 
Old 11-04-2008, 04:04 PM Re: Divs or Table?
angele803's Avatar
Perfectly Imperfect

Posts: 1,774
Name: Stephanie
Location: Oklahoma
Trades: 2
You could use definition lists instead of nested divs for the video screen shots and descriptions. Here is a good tutorial about definition lists. It also has some links at the end of the article that show you how to use CSS to style definition lists to achieve different results.
Once you learn more about using CSS instead of tables for layouts, you will really start to prefer CSS. It is so much more flexible.
__________________

Please login or register to view this content. Registration is FREE
angele803 is offline
Reply With Quote
View Public Profile
 
Old 11-12-2008, 06:16 AM Re: Divs or Table?
Skilled Talker

Posts: 52
Name: Delon
Trades: 0
Don't use tables. Tables are amateurish. They clutter your code. Nothing beats a pure CSS layout. Avoid tables at all cost.
oceankid is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Divs or Table?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16733 seconds with 12 queries