 |
|

10-03-2010, 06:52 AM
|
 |
Member
Latest Blog: None
|
|
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
|
|
|
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.
|

10-03-2010, 07:21 AM
|
 |
Super Moderator
|
|
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,116
|
|
|
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.
|

10-03-2010, 09:42 AM
|
 |
Member
Latest Blog: None
|
|
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
|
|
|
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.
|

10-03-2010, 11:12 AM
|
 |
Super Moderator
|
|
Join Date: 02-10-07
Location: Central Kentucky
Posts: 10,116
|
|
|
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.
|

10-04-2010, 12:27 AM
|
 |
Member
Latest Blog: None
|
|
Join Date: 10-01-10
Location: Belgium / Denmark
Posts: 42
|
|
|
Thank you.
__________________
Will add something here once I decide on a sig that doesnt push the envelope on acceptability.
|

10-04-2010, 06:55 AM
|
 |
v7n Mentor
|
|
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
|
|
W3Schools is the way to learn everything from scratch
http://w3schools.com/
|

10-08-2010, 11:31 AM
|
|
Banned
Latest Blog: None
|
|
Join Date: 11-11-09
Posts: 101
|
|
|
The best way to design you website in HTML is CSS besause it is google friendly
|

10-08-2010, 02:53 PM
|
 |
v7n Mentor
|
|
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
|
|
|
I never heard such statement before.
google friendly ... sorry, Bot's do not read CSS.
CSS is for layout, tables for tabular data. Period.
|

10-10-2010, 06:26 AM
|
|
Junior Member
|
|
Join Date: 10-10-10
Posts: 12
|
|
|
CSS is best for layout. Tables as said above are for data. NEVER, but NEVER use tables for your layout.
|

10-18-2010, 07:54 AM
|
|
Junior Member
|
|
Join Date: 09-08-10
Posts: 10
|
|
|
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!
|

10-18-2010, 12:40 PM
|
 |
v7n Mentor
|
|
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
|
|
|
If I have to display data then I am using table, if not... CSS
|

11-04-2010, 02:03 AM
|
 |
Member
Latest Blog: None
|
|
Join Date: 11-02-10
Location: Israel
Posts: 37
|
|
|
tables? it's 2010 hello!... tables were used decades ago
|

11-17-2010, 07:10 AM
|
|
Contributing Member
Latest Blog: None
|
|
Join Date: 11-12-10
Posts: 53
|
|
|
well i uses css for best results
|

11-19-2010, 04:26 AM
|
|
Member
Latest Blog: None
|
|
Join Date: 11-15-10
Location: Croatia
Posts: 48
|
|
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
|

11-19-2010, 07:22 AM
|
 |
Contributing Member
|
|
Join Date: 11-05-10
Posts: 116
|
|
|
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.
|

11-24-2010, 04:12 AM
|
 |
v7n Mentor
|
|
Join Date: 12-18-09
Location: Palma de Mallorca
Posts: 519
|
|
|
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!
|

11-26-2010, 04:28 AM
|
|
Contributing Member
Latest Blog: None
|
|
Join Date: 09-02-10
Posts: 300
|
|
|
Now a days every one use CSS and its also good for google spider to crawl your site fast.
|

11-28-2010, 10:10 AM
|
|
Junior Member
|
|
Join Date: 11-28-10
Posts: 5
|
|
|
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.
|

11-30-2010, 08:14 PM
|
 |
Contributing Member
Latest Blog: None
|
|
Join Date: 08-07-08
Posts: 1,067
|
|
|
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.
|

12-03-2010, 04:21 PM
|
|
Junior Member
|
|
Join Date: 12-03-10
Posts: 16
|
|
|
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.
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
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
|
|