My CSS approach is here: http://www.kintera.org/site/lookup.asp?c=geIMLPOpGjF&b=1064623
I am trying to minimize structural markup by placing all labels in one div and all inputs in another. Pros: a) lots of presentation flexibility -- I can justify either all labels, all inputs, or both, to either left or right margins. b) lightweight Cons: a) I have to use margin-bottom for tables, to get labels and inputs to line up. b) if CSS is turned off, this looks terrible; I think this might be a deal-breaker, in fact... It occurs to me that it would be semantically correct to use a table here -- I think this is tabular information, essentially?. But if you were trying to do this table-free, how would you do it with the least amount of code? Thanks ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
