Click here to Skip to main content
15,885,278 members
Home / Discussions / Web Development
   

Web Development

 
AnswerMessage Removed Pin
28-Mar-11 7:45
professionalUser 171649228-Mar-11 7:45 
GeneralRe: about element styling Pin
Ali Al Omairi(Abu AlHassan)29-Mar-11 2:39
professionalAli Al Omairi(Abu AlHassan)29-Mar-11 2:39 
GeneralRe: about element styling Pin
musefan29-Mar-11 2:29
musefan29-Mar-11 2:29 
GeneralRe: about element styling Pin
Ali Al Omairi(Abu AlHassan)29-Mar-11 2:36
professionalAli Al Omairi(Abu AlHassan)29-Mar-11 2:36 
QuestionAbout Form Design Pin
Ali Al Omairi(Abu AlHassan)27-Mar-11 0:34
professionalAli Al Omairi(Abu AlHassan)27-Mar-11 0:34 
AnswerRe: About Form Design Pin
JP_Rocks27-Mar-11 0:54
JP_Rocks27-Mar-11 0:54 
GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)27-Mar-11 2:18
professionalAli Al Omairi(Abu AlHassan)27-Mar-11 2:18 
AnswerRe: About Form Design Pin
Keith Barrow27-Mar-11 0:58
professionalKeith Barrow27-Mar-11 0:58 
There are two schools of thought on this:

School 1 is that tables are OK for styling, and it is possible to style this was. I don't do this.

School 2 [the one I belong to] is that you should never use tables for formatting as it loses the flexibility for formatting. Additionally (possibly more importantly) the html tags have a symantic meaning, tables are for tabular data. This reaps other benefits too: a well designed page can be ordered so a screen reader (for the partially sighted/blind) reads in the logical order which isn't always the same as the visual order. I almost (read 99.99%) never put any styling inline in the HTML, I do it all through CSS. See CSS Zen Garden[^] for examples. For each design the only thing that is different is the stylesheet.

IMO you should use the tags for their intended symantic purpose, others do have a different point of view.

GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)27-Mar-11 2:16
professionalAli Al Omairi(Abu AlHassan)27-Mar-11 2:16 
GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)28-Mar-11 0:24
professionalAli Al Omairi(Abu AlHassan)28-Mar-11 0:24 
GeneralRe: About Form Design Pin
Keith Barrow28-Mar-11 1:24
professionalKeith Barrow28-Mar-11 1:24 
GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)28-Mar-11 1:46
professionalAli Al Omairi(Abu AlHassan)28-Mar-11 1:46 
GeneralRe: About Form Design Pin
Keith Barrow28-Mar-11 2:16
professionalKeith Barrow28-Mar-11 2:16 
GeneralRe: About Form Design Pin
User 171649228-Mar-11 2:26
professionalUser 171649228-Mar-11 2:26 
AnswerRe: About Form Design Pin
Dalek Dave27-Mar-11 7:17
professionalDalek Dave27-Mar-11 7:17 
GeneralRe: About Form Design Pin
Ali Al Omairi(Abu AlHassan)27-Mar-11 8:25
professionalAli Al Omairi(Abu AlHassan)27-Mar-11 8:25 
GeneralRe: About Form Design Pin
Keith Barrow28-Mar-11 1:28
professionalKeith Barrow28-Mar-11 1:28 
QuestionUnable to perform simple upload from simple HTML page Pin
Branislav Vidovic25-Mar-11 1:25
Branislav Vidovic25-Mar-11 1:25 
AnswerRe: Unable to perform simple upload from simple HTML page Pin
Gerben Jongerius25-Mar-11 2:01
Gerben Jongerius25-Mar-11 2:01 
Questionmail addresses in html pages... Pin
Joan M24-Mar-11 9:57
professionalJoan M24-Mar-11 9:57 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev24-Mar-11 10:13
protectorAspDotNetDev24-Mar-11 10:13 
QuestionRe: mail addresses in html pages... Pin
Joan M27-Mar-11 20:59
professionalJoan M27-Mar-11 20:59 
AnswerRe: mail addresses in html pages... Pin
AspDotNetDev28-Mar-11 19:27
protectorAspDotNetDev28-Mar-11 19:27 
GeneralRe: mail addresses in html pages... Pin
Joan M29-Mar-11 0:41
professionalJoan M29-Mar-11 0:41 
AnswerRe: mail addresses in html pages... Pin
Dalek Dave25-Mar-11 5:00
professionalDalek Dave25-Mar-11 5:00 

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.