Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #1 (permalink)  
Old 10-03-2010, 06:52 AM
ernie's Avatar
Member
Latest Blog:
None

 
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
iTrader: 0 / 0%
CSS or tables?

Hello,

I was wondering what is considered the best way for building a website, css or tables? And what would be the exact advantage of the preferred method? Can it make a difference for the search engines?
__________________
Will add something here once I decide on a sig that doesnt push the envelope on acceptability.
 
Reply With Quote
  #2 (permalink)  
Old 10-03-2010, 07:21 AM
ScriptMan's Avatar
Super Moderator
 
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,116
iTrader: 4 / 100%
CSS for formatting and layout. Tables if needed for tabular data. CSS sites load faster than a complex table based layout.

CSS also makes remodeling a site a whole lot easier when you desire to do so.
__________________
SEO does not mean Spam Everywhere Online
Scriptman's Playhouse || Ramblings from an old man
2013 resolution: Don't feed trolls
ScriptMan
 
Reply With Quote
  #3 (permalink)  
Old 10-03-2010, 09:42 AM
ernie's Avatar
Member
Latest Blog:
None

 
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
iTrader: 0 / 0%
Thank you. I will look into converting my current tabled layout into a css one.
__________________
Will add something here once I decide on a sig that doesnt push the envelope on acceptability.
 
Reply With Quote
  #4 (permalink)  
Old 10-03-2010, 11:12 AM
ScriptMan's Avatar
Super Moderator
 
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,116
iTrader: 4 / 100%
Take the time to learn the right way. Use a separate style sheet, not inline coding. You will be so happy that you made the effort.

BTW, it looks like you are new here; Welcome to the forum.
__________________
SEO does not mean Spam Everywhere Online
Scriptman's Playhouse || Ramblings from an old man
2013 resolution: Don't feed trolls
ScriptMan
 
Reply With Quote
  #5 (permalink)  
Old 10-04-2010, 12:27 AM
ernie's Avatar
Member
Latest Blog:
None

 
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
iTrader: 0 / 0%
Thank you.
__________________
Will add something here once I decide on a sig that doesnt push the envelope on acceptability.
 
Reply With Quote
  #6 (permalink)  
Old 10-04-2010, 06:55 AM
csm's Avatar
csm csm is offline
v7n Mentor
 
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
iTrader: 0 / 0%
W3Schools is the way to learn everything from scratch

http://w3schools.com/
 
Reply With Quote
  #7 (permalink)  
Old 10-08-2010, 11:31 AM
Banned
Latest Blog:
None

 
Join Date: 11-11-09
Posts: 101
iTrader: 0 / 0%
The best way to design you website in HTML is CSS besause it is google friendly
 
Reply With Quote
  #8 (permalink)  
Old 10-08-2010, 02:53 PM
csm's Avatar
csm csm is offline
v7n Mentor
 
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
iTrader: 0 / 0%
I never heard such statement before.

google friendly ... sorry, Bot's do not read CSS.

CSS is for layout, tables for tabular data. Period.
 
Reply With Quote
  #9 (permalink)  
Old 10-10-2010, 06:26 AM
Junior Member
 
Join Date: 10-10-10
Posts: 12
iTrader: 0 / 0%
CSS is best for layout. Tables as said above are for data. NEVER, but NEVER use tables for your layout.
 
Reply With Quote
  #10 (permalink)  
Old 10-18-2010, 07:54 AM
Junior Member
 
Join Date: 09-08-10
Posts: 10
iTrader: 0 / 0%
Yep, css is the way to go for most cases.

However, tables have their uses too. I often run across people who are so anti-table that they will rewrite their own table css/div class whenever they need that file, which is a waste IMHO!
 
Reply With Quote
  #11 (permalink)  
Old 10-18-2010, 12:40 PM
csm's Avatar
csm csm is offline
v7n Mentor
 
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
iTrader: 0 / 0%
If I have to display data then I am using table, if not... CSS
 
Reply With Quote
  #12 (permalink)  
Old 11-04-2010, 02:03 AM
Aziz Natour's Avatar
Member
Latest Blog:
None

 
Join Date: 11-02-10
Location: Israel
Posts: 37
iTrader: 0 / 0%
tables? it's 2010 hello!... tables were used decades ago
__________________
Official Website - Portfolio & Services
 
Reply With Quote
  #13 (permalink)  
Old 11-17-2010, 07:10 AM
Contributing Member
Latest Blog:
None

 
Join Date: 11-12-10
Posts: 53
iTrader: 0 / 0%
well i uses css for best results
 
Reply With Quote
  #14 (permalink)  
Old 11-19-2010, 04:26 AM
Member
Latest Blog:
None

 
Join Date: 11-15-10
Location: Croatia
Posts: 48
iTrader: 0 / 0%
Sometimes you need to use tables. But tables are not good for layout. It will take less time to learn CSS than to make good layout with tables
__________________
web dizajn | web design for artists
 
Reply With Quote
  #15 (permalink)  
Old 11-19-2010, 07:22 AM
johneva's Avatar
Contributing Member
 
Join Date: 11-05-10
Posts: 116
iTrader: 0 / 0%
Really supprised this question is still comming up even now, I would have expected it to have died off ages ago now. Its a question that will come up again and again for a long long time for some weird reason.

As the other have said CSS for sure and as already mentioned learn how to do all your CSS in an external style sheet, helps with load times alot if done correctly.

Tables are just for displaying tabular data, layout should always be done with CSS.

Using CSS makes life so much easier when you want to make changes to the look of your website aswell, you can have a colour change for each day of the week if thats what floats your boat lol, but yeah defo CSS is a must.

This will actually help in terms of SEO aswell reducing the load times and amount of code in each page if done correctly.
__________________
Contract Hire - Total Fleet Services, UK vehicle leasing company
Fleet Management - Total Fleet Management
 
Reply With Quote
  #16 (permalink)  
Old 11-24-2010, 04:12 AM
csm's Avatar
csm csm is offline
v7n Mentor
 
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
iTrader: 0 / 0%
I think the reason this question will come again and again are programs like Photoshop and DreamWeaver where you can "slice" your graphics and work with the WYSIWYG editor.

But soon those sites have to think about their actual code because search engines are looking for tableless design...

CSS FTW!
 
Reply With Quote
  #17 (permalink)  
Old 11-26-2010, 04:28 AM
Contributing Member
Latest Blog:
None

 
Join Date: 09-02-10
Posts: 300
iTrader: 0 / 0%
Now a days every one use CSS and its also good for google spider to crawl your site fast.
__________________
Logo Design | Custom Logo Design
 
Reply With Quote
  #18 (permalink)  
Old 11-28-2010, 10:10 AM
Junior Member
 
Join Date: 11-28-10
Posts: 5
iTrader: 0 / 0%
I guess you know already which is best among the two but to add for your confidence i'll also tell you that CSS is powerful. Tables in site is now deteriorating. We're not saying you can't learn it anymore because table is very EASY to learn. Design and Development wise, CSS rules.
 
Reply With Quote
  #19 (permalink)  
Old 11-30-2010, 08:14 PM
seo-neon's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 08-07-08
Posts: 1,067
iTrader: 0 / 0%
Its so rare to see a website made out of tables since CSS has become the standards in styling and layouts for websites. You should use CSS for you site, it's easy to use and easy to learn. Tables are sparingly used on websites, hmmm maybe if you would show a tabular data then its the time to use tables.
 
Reply With Quote
  #20 (permalink)  
Old 12-03-2010, 04:21 PM
Junior Member
 
Join Date: 12-03-10
Posts: 16
iTrader: 0 / 0%
Take the times to learn the right way Use a distinguish style sheet, not inline coincidence You will be so happy that yourself made the effort.
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
tables gregy123 Coding Forum 9 10-12-2009 01:25 PM
tables jraemt86 Web Design Lobby 5 08-14-2008 08:12 PM
Why don't the tables to what I want them to do! Klaas Koopman Coding Forum 11 04-06-2006 07:51 AM
Tables or CSS? ATLien Web Usability 47 02-24-2006 08:12 AM
CSS vs. Tables GeXus SEO Forum 8 11-20-2005 12:22 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 11:08 PM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.