Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1688 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

Tableless Website

Thread title: Tableless Website
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
11-21-2008, 10:36 AM
#1
jackdowson is offline jackdowson
Status: I'm new around here
Join date: Aug 2008
Location:
Expertise:
Software:
 
Posts: 8
iTrader: 0 / 0%
 

jackdowson is on a distinguished road

  Old  Tableless Website

Hi Everyone,

Would it be better to make website table less? Has anyone ever developed website completely table less?

And, what's the purpose of making a site table less?

Hope, I will have some good inputs from you guys. Thanks...

__________________
Jack Dowson
Real Estate Agents? Do you need one and how do you find one?

11-25-2008, 12:41 AM
#2
Saulie is offline Saulie
Saulie's Avatar
Status: I love this place
Join date: Jul 2007
Location: London
Expertise:
Software:
 
Posts: 687
iTrader: 15 / 100%
 

Saulie is on a distinguished road

Send a message via MSN to Saulie Send a message via Skype™ to Saulie

  Old

Heya Jack

It's better to code a website tabless, the main reasons being it is so much cleaner, so it will be much easier to edit, load faster, and be more accessible. There's no need to make anything completely tabless, tables should be used to hold content in a page, just as long as their not abused and used to structure the site's design.

Hope that helps.

11-26-2008, 07:02 AM
#3
coder-chris is offline coder-chris
Status: I'm new around here
Join date: Nov 2008
Location:
Expertise:
Software:
 
Posts: 12
iTrader: 0 / 0%
 

coder-chris is on a distinguished road

  Old

Yeah. If you have tabular data then you need a table. As you are coding the actual structural parts of the page then use CSS rather than tables.

Using CSS and divs, there is a lot more style flexibility than tables.

11-26-2008, 10:18 PM
#4
JamesW is offline JamesW
Status: Member
Join date: Mar 2006
Location: London, Ontario, Canada
Expertise: Design & Photograph
Software: Photoshop, Dreamweaver, Chrome
 
Posts: 182
iTrader: 1 / 100%
 

JamesW is on a distinguished road

Send a message via MSN to JamesW Send a message via Skype™ to JamesW

  Old

Originally Posted by coder-chris View Post
Yeah. If you have tabular data then you need a table. As you are coding the actual structural parts of the page then use CSS rather than tables.

Using CSS and divs, there is a lot more style flexibility than tables.
What he said about tables, tables should be used for Tables and not for design. Oh and for Forms because CSS and Them can be evil sometimes ;lol.

I develop completely tables designs, my site is tabless and could be done with a table too but, what you cant do with a table is control it as well as i can with Divs and CSS (http://jwilkinson.ca/site) that is tabeless.

11-29-2008, 03:34 AM
#5
jFrost is offline jFrost
Status: I'm new around here
Join date: Nov 2008
Location:
Expertise:
Software:
 
Posts: 2
iTrader: 0 / 0%
 

jFrost is on a distinguished road

  Old

Layers appear as they load, whereas tables will have to be fully loaded before they appear. This makes a lot of difference for those on a slow internet connection.

11-29-2008, 04:13 AM
#6
zelphics is offline zelphics
Status: Member
Join date: Oct 2007
Location:
Expertise:
Software:
 
Posts: 128
iTrader: 1 / 100%
 

zelphics is on a distinguished road

  Old

It's a good idea to make a tableless website, but i don't think it's as crucial as everyone says its. Websites built with tables are just as easy to code and easy to edit, it's just an older methodod of coding that has become unpopular over the past couple years.

11-29-2008, 07:42 AM
#7
pixma is offline pixma
Status: Junior Member
Join date: Oct 2008
Location: Turn around baby...
Expertise:
Software:
 
Posts: 33
iTrader: 0 / 0%
 

pixma is an unknown quantity at this point

  Old

Tabless is best.

11-29-2008, 10:06 AM
#8
Saulie is offline Saulie
Saulie's Avatar
Status: I love this place
Join date: Jul 2007
Location: London
Expertise:
Software:
 
Posts: 687
iTrader: 15 / 100%
 

Saulie is on a distinguished road

Send a message via MSN to Saulie Send a message via Skype™ to Saulie

  Old

Originally Posted by zelphics View Post
It's a good idea to make a tableless website, but i don't think it's as crucial as everyone says its. Websites built with tables are just as easy to code and easy to edit, it's just an older methodod of coding that has become unpopular over the past couple years.
Easier to code if you are using dreamweaver and can click a button to insert a table and type in the amount of rows and columns you want. If your actually 'coding' it's not easier. As for editing, tables are definitely not as easy to edit, there a nightmare to edit. Once you have a table based structure, your trapped, your going to find it really hard to get out of it.

11-30-2008, 03:08 AM
#9
zelphics is offline zelphics
Status: Member
Join date: Oct 2007
Location:
Expertise:
Software:
 
Posts: 128
iTrader: 1 / 100%
 

zelphics is on a distinguished road

  Old

Originally Posted by Saulie View Post
Easier to code if you are using dreamweaver and can click a button to insert a table and type in the amount of rows and columns you want. If your actually 'coding' it's not easier. As for editing, tables are definitely not as easy to edit, there a nightmare to edit. Once you have a table based structure, your trapped, your going to find it really hard to get out of it.
easy is in the eyes of the beholder mate!

I personally find them just as easy to code.

12-01-2008, 01:12 PM
#10
Zazou is offline Zazou
Status: I'm new around here
Join date: Nov 2008
Location:
Expertise:
Software:
 
Posts: 22
iTrader: 1 / 100%
 

Zazou is on a distinguished road

  Old

I remember when I first started coding, and I used tables. But, as soon as I got into CSS, I found it the way to go.
CSS is much more... fluid. You can achieve way more with css that just cannot be done with tables.
I have designed and coded tons of different sites without tables. Some people were amazed by the fact that my layouts didn't use tables.
Tables should be used to display tabular data only.
CSS is also better because it allows your site to be more accessible (WAI) to people with disabilities.
Try going to a site and checking out its structure (take off the stylesheets in your browser). With CSS, only the data is displayed, but when tables are involved for the design, there are images all over the place, which are images we don't need.

Closed Thread  
Page 1 of 2 1 2 >


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

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed