ugly tables., tables are ugly. |
ugly tables., tables are ugly. |
May 24 2008, 11:10 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 5,880 Joined: Nov 2007 Member No: 593,382 |
This is just me personally but If I ever go to a site that is just like a table with like nav on the left and content on the right I just leave.
Tables are just so unproffesional and ugly. I only ever use them to like hold or postiion content in a div section. I only use div sections. Who agrees that tables are gross. Also it seems like they are kind of behind with like other w3 guidlines. There just weird. |
|
|
|
![]() |
May 25 2008, 07:19 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
tables are perfectly fine for building a website. you can easily format them with a style sheet, exactly the way you would using divs. you can remove & add borders, padding, margins whatever you need.
tables are simply an easier way to align a layout. they're far better if you have a need for complex nested content. for example: it's going to be a tad more difficult (and take far longer) for a web designer to replicate a table like that using divs. because it's harder, inexperienced designers will result in malformed code that doesn't display properly in all browsers. sure, you can always use the float:; attribute, but browsers render widths of divs differently, meaning that if the width isn't absolutely perfect, then a div that is meant to be next to another will most likely drift to the line below it. even with perfection in widths, it's still difficult to get the correct padding, as some browsers will stretch the div according to the padding. tables are the most cross-browser compatible format for building a website, and definitely the easiest. it's just with the transition to web 2.0 that standards are calling more for divs compared to tables. |
|
|
|
May 26 2008, 03:31 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 5,880 Joined: Nov 2007 Member No: 593,382 |
tables are perfectly fine for building a website. you can easily format them with a style sheet, exactly the way you would using divs. you can remove & add borders, padding, margins whatever you need. tables are simply an easier way to align a layout. they're far better if you have a need for complex nested content. for example: http://i29.tinypic.com/312v5nc.png it's going to be a tad more difficult (and take far longer) for a web designer to replicate a table like that using divs. because it's harder, inexperienced designers will result in malformed code that doesn't display properly in all browsers. sure, you can always use the float:; attribute, but browsers render widths of divs differently, meaning that if the width isn't absolutely perfect, then a div that is meant to be next to another will most likely drift to the line below it. even with perfection in widths, it's still difficult to get the correct padding, as some browsers will stretch the div according to the padding. tables are the most cross-browser compatible format for building a website, and definitely the easiest. it's just with the transition to web 2.0 that standards are calling more for divs compared to tables. You can use a stylesheet with tables?! How?! That was my one problem I had with them. Can you give table and cells id and class's? |
|
|
|
May 28 2008, 12:17 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
You can use a stylesheet with tables?! How?! That was my one problem I had with them. Can you give table and cells id and class's? you can assign any HTML tag an ID or class, whether it be divs, tables / rows / cells, scripts, objects, fonts...absolutely anything. CSS is a pretty powerful tool. it's how i design my myspace div layouts - i use the predetermined myspace table classes to hide everything. |
|
|
|
JosephCohen123 ugly tables. May 24 2008, 11:10 PM
dreamstar7 Could you give an example of what it is you dislik... May 25 2008, 12:21 AM
JosephCohen123 QUOTE(dreamstar7 @ May 25 2008, 12:21 AM)... May 25 2008, 07:16 AM
roxxtar QUOTE(JosephCohen123 @ May 25 2008, 08:16... May 25 2008, 10:26 AM
aaayotiffany personally, i love some div layouts. i like tables... May 25 2008, 01:51 PM
XTC I don't like tables all that much. They'r... May 26 2008, 03:49 PM
dreamstar7 You can assign tables id's and classes like an... May 26 2008, 04:08 PM
emberfly I love tables. dey be coo. And you can add awesome... May 28 2008, 12:16 AM
synkro too lazy to write an essay explaining my love for ... May 28 2008, 12:45 AM
heartquasm i use tables a ton since it's super easy to po... May 28 2008, 01:05 AM
rockable Tables are ok if done right I think. :) May 29 2008, 04:13 PM![]() ![]() |