CSS or Tables
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Webmaster/SEO forum, WebPublishingForum forum Forum Index -> Web Design/Programming

Do you use tables or CSS to format your sites?
Always CSS
64%
 64%  [ 9 ]
Always tables
14%
 14%  [ 2 ]
Sometimes CSS sometimes tables
21%
 21%  [ 3 ]
Total Votes : 14

Author Message
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Thu Nov 09, 2006 12:35 am    Post subject: Reply with quote   

Ant wrote:
Yeah, i did it once with phpbb, took a week to complete, was a lot fun to do (god i'm a geek) but it didn't look great so never used it, just felt accomplished and then removed it Smile

Unless you're really good at CSS, it's difficult to make a complex layout like forum using CSS alone and make it look good.
_________________
Travel News Online College Degree
Back to top
                  
Darkman



Joined: 20 Nov 2006
Posts: 4

PostPosted: Mon Nov 20, 2006 1:16 pm    Post subject: Reply with quote   

Damnz wrote:
When it comes to forums, you just have to forget about the W3C compliance Smile. Especially phpBB styles, they're so heavily bloated with tables! Very Happy

But take a look at my forum http://templora.com
It is W3C compliant. Forum part uses tables. And the main page uses CSS.
Wink
Back to top
                  
Zerabira



Joined: 01 May 2006
Posts: 105

PostPosted: Wed Dec 06, 2006 11:08 am    Post subject: Reply with quote   

Damnz wrote:
Another con of tables is that SEs give the values inside it some less value Very Happy!!
How true is this, have you done any tests yourself or got a link to more research?
_________________
CultIdols.com, where the sublime meets the ridiculous.
Back to top
                  
Fed



Joined: 04 Jan 2007
Posts: 43

PostPosted: Thu Jan 04, 2007 11:03 pm    Post subject: Reply with quote   

I use CSS, making the switch from tables to divs and css was kind of a pain for few days but I'd NEVER come back
css driven layouts give you more flexibility and display better than tables in the majority of modern browsers
applying a change to a table based layout can take way too much, obtaining the same result in a css driven website is often not so hard and time consuming
Back to top
                  
dojo



Joined: 13 Jun 2006
Posts: 88
Location: Romania

PostPosted: Thu Jan 11, 2007 12:52 pm    Post subject: Reply with quote   

I use both. Tables for the layout and CSS for the text and links and backgounds ... I have some very graphical sites with a lot of pieces to put together, still don't have the courage to make the layot exclusively on css
_________________
Webmaster Tips & Tricks - Music forums - Movie forums
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Fri Jan 12, 2007 12:47 pm    Post subject: Reply with quote   

dojo wrote:
I use both. Tables for the layout and CSS for the text and links and backgounds ... I have some very graphical sites with a lot of pieces to put together, still don't have the courage to make the layot exclusively on css
There is a good reason why we want to use CSS for fonts and also lines and rectangles here and there. If we use CSS and creates an external file, we can change fonts, lines and rectangles all at once. In my opinion, you don't get as much benefit as you convert all tables to CSS.
_________________
Travel News Online College Degree
Back to top
                  
Fed



Joined: 04 Jan 2007
Posts: 43

PostPosted: Fri Jan 19, 2007 4:51 pm    Post subject: Reply with quote   

always CSS and I'd never go back, css gives you all the flexibility you might need when inserting a new element in the layout (e.g. an oversized banner, a new section...) and you can edit the layout only editing the CSS if you coded it smartly
_________________
ImageTemple.com | TutorialStream.com
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Sat Jan 20, 2007 2:39 am    Post subject: Reply with quote   

Fed wrote:
always CSS and I'd never go back, css gives you all the flexibility you might need when inserting a new element in the layout (e.g. an oversized banner, a new section...) and you can edit the layout only editing the CSS if you coded it smartly
Then ... what do you do when you get an application that uses a bunch of tables? BBS for example?
_________________
Travel News Online College Degree
Back to top
                  
Fed



Joined: 04 Jan 2007
Posts: 43

PostPosted: Sat Jan 20, 2007 8:46 am    Post subject: Reply with quote   

I wrap the table structure into a div and add elements with divs at top or bottom if needed (banners etc)
I also use to create the headers on custom skins with divs
the board itself remains coded with tables
_________________
ImageTemple.com | TutorialStream.com
Back to top
                  
seo



Joined: 16 Mar 2006
Posts: 1999

PostPosted: Sat Jan 20, 2007 12:36 pm    Post subject: Reply with quote   

Fed wrote:
I also use to create the headers on custom skins with divs
the board itself remains coded with tables

That makes more sense. Converting all tables into divs is not easy (to me anyway).
_________________
Travel News Online College Degree
Back to top
                  
Fed



Joined: 04 Jan 2007
Posts: 43

PostPosted: Sat Jan 20, 2007 1:39 pm    Post subject: Reply with quote   

to rewrite a forum with divs you should go through all the forum files and it wouldn't be easy, it wouldn't either make sense since the structure of a forum is fine with tables in my opinion...there's no layout to display (and if you want you can code the external layout with divs) but mostly tabular data
_________________
ImageTemple.com | TutorialStream.com
Back to top
                  
vyc



Joined: 09 Feb 2008
Posts: 13
Location: UK

PostPosted: Sat Feb 09, 2008 7:45 pm    Post subject: Reply with quote   

Ant wrote:
seo wrote:
Ant wrote:
lately i have been using just css (except forums and tabular data on sites). It was a nightmare at first but really getting the hang of it now.
You have to be very ambitious and patient in order to convert any forum into div/css. All forum software use a bunch of tables in order to create rows and columns. Making XHTML compliant isn't that difficult, but replacing all tables with div/css is tough.


Yeah, i did it once with phpbb, took a week to complete, was a lot fun to do (god i'm a geek) but it didn't look great so never used it, just felt accomplished and then removed it Smile

mmmmm, nested quotes.
_________________
http://www.voiceyourconcerns.co.uk - Debate controversial topics and let others know your views.
Back to top
                  
altyfc



Joined: 02 May 2006
Posts: 671
Location: Aardvarkland

PostPosted: Wed Feb 13, 2008 10:05 am    Post subject: Reply with quote   

I usually use tables.

Reading through this, though, I guess I better brush up more no my CSS. Confused
_________________
Business Forums - Sport Forums - Travel Forums
Back to top
                  
Display posts from previous:   
Post new topic   Reply to topic    Webmaster/SEO forum, WebPublishingForum forum Forum Index -> Web Design/Programming All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 

Related topics
 Topics   Replies   Author   Views   Last Post 
No new posts What SEO steps do you make when creating a site? 23 highpeak 3025 Thu Feb 28, 2008 2:15 pm
Truelyana View latest post
No new posts Your best site 32 seo 3368 Fri Sep 22, 2006 8:03 am
jadedman View latest post
No new posts How long does DMOZ take to list your site? 39 seo 3953 Thu Sep 21, 2006 10:27 am
Damnz View latest post
No new posts Using Flash on yoru site, problem or not? 4 LucnetSolutions 760 Tue May 16, 2006 10:39 am
seo View latest post
No new posts Submit your new site to search directories? 4 seo 1010 Tue May 02, 2006 8:29 pm
highpeak View latest post
 


Powered by phpBB © 2001, 2002 phpBB Group