victor NOAGBODJI wrote:
Hi all,
I'm trying to figure this all this afternoon, it seems like text-indent works 
only with  tags that are displayed as block and not with others.
I'm trying to have something like this:

Name:                                                  Phone:                   
                     Address:


Yes, the spec says text-indent applies to block level elements.
http://www.w3.org/TR/CSS21/text.html#propdef-text-indent

Your example looks like a data table, and therefore best implemented using a table, not CSS.

--
Bob Easton
Accessibility Matters: http://access-matters.com

______________________________________________________________________
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/

Reply via email to