On Nov 18, 2011, at 10:37 AM, Elli Vizcaino wrote: > So you mean to tell me that a negative text-indent does not work when > text-align is set right? I didn't think one had to do with the other. So in > order to solve this, I should set the text-align: left then?
It is not that text-indent doesn't work with text-align:right, it is that you only have one (1) formatted line. Observe yourself: http://dev.l-c-n.com/_temp/ti-tr.html And yes, you should set text-align:left on a suitable element (remember that text-align inherits). Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
