Click here to Skip to main content
15,910,211 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Font problem in net Pin
Bradml28-Nov-06 19:14
Bradml28-Nov-06 19:14 
QuestionGoogle map API - adding overlays/tiles Pin
Grapes-R-Fun28-Nov-06 15:19
Grapes-R-Fun28-Nov-06 15:19 
QuestionTable-less layouts Pin
JimmyRopes28-Nov-06 13:42
professionalJimmyRopes28-Nov-06 13:42 
AnswerRe: Table-less layouts Pin
MatrixCoder28-Nov-06 14:06
MatrixCoder28-Nov-06 14:06 
GeneralRe: Table-less layouts Pin
JimmyRopes28-Nov-06 14:13
professionalJimmyRopes28-Nov-06 14:13 
AnswerRe: Table-less layouts Pin
George L. Jackson28-Nov-06 14:15
George L. Jackson28-Nov-06 14:15 
GeneralRe: Table-less layouts Pin
JimmyRopes28-Nov-06 14:26
professionalJimmyRopes28-Nov-06 14:26 
AnswerRe: Table-less layouts Pin
Guffa28-Nov-06 15:47
Guffa28-Nov-06 15:47 
Tables was used for layout at the time that there were no alternatives. It's a hack to do layout without any tools for layout. It was very useful at that time, but that time is not now.

The default behaviour of a table is to adapt itself to it's contents, and it was left up to each browser to figure out how to do it, which resulted in that each browser does it a little bit different. This behaviour that has to be defeated completely when using them for layout by specifying an exact size on all the cells, but people did put up with that because the benefit was that it was possible to do layout, and there weren't any alternatives around.

Today there are alternatives. You can use html to structure the information and css to do the layout. That allows you to separate the information from the presentation, which benefits load times, maintainence, search engine indexing and accessibility.

The table tag still has a purpose, of course, and that is it's original purpose; to make tables.


---
b { font-weight: normal; }

JokeRe: Table-less layouts Pin
George L. Jackson28-Nov-06 16:10
George L. Jackson28-Nov-06 16:10 
JokeRe: Table-less layouts Pin
Guffa28-Nov-06 16:39
Guffa28-Nov-06 16:39 
GeneralRe: Table-less layouts Pin
JimmyRopes29-Nov-06 2:30
professionalJimmyRopes29-Nov-06 2:30 
Questioncustom web combobox component options only work if I use Pin
howardjr28-Nov-06 8:54
howardjr28-Nov-06 8:54 
QuestionTooltip window Pin
texan_wiz28-Nov-06 6:38
texan_wiz28-Nov-06 6:38 
AnswerRe: Tooltip window Pin
shefali_sinha29-Nov-06 7:41
shefali_sinha29-Nov-06 7:41 
QuestionA race between onClick & onChange Pin
Malcolm Smart28-Nov-06 5:14
Malcolm Smart28-Nov-06 5:14 
AnswerRe: A race between onClick & onChange Pin
Shog928-Nov-06 6:07
sitebuilderShog928-Nov-06 6:07 
GeneralRe: A race between onClick & onChange Pin
Malcolm Smart28-Nov-06 10:27
Malcolm Smart28-Nov-06 10:27 
AnswerRe: A race between onClick & onChange Pin
Bradml28-Nov-06 12:12
Bradml28-Nov-06 12:12 
GeneralRe: A race between onClick & onChange Pin
Malcolm Smart28-Nov-06 20:28
Malcolm Smart28-Nov-06 20:28 
GeneralRe: A race between onClick & onChange Pin
Bradml28-Nov-06 21:22
Bradml28-Nov-06 21:22 
Questionreading file Pin
netDeveloper28-Nov-06 4:51
netDeveloper28-Nov-06 4:51 
AnswerRe: reading file Pin
Shog928-Nov-06 5:03
sitebuilderShog928-Nov-06 5:03 
AnswerRe: reading file Pin
MatrixCoder28-Nov-06 9:19
MatrixCoder28-Nov-06 9:19 
GeneralRe: reading file Pin
Guffa28-Nov-06 15:19
Guffa28-Nov-06 15:19 
GeneralRe: reading file Pin
Bradml28-Nov-06 15:32
Bradml28-Nov-06 15:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.