David Jones wrote:
> Is there a way to align roman numeral list numbers left, instead of
> right-aligned on the period?
>  
> Example:
> I. List item 1
> II. List item 2
>  
> Instead of:
>  I. List item 1
> II. List item 2
>  

i suggested this to david offlist, but since it seems like a simple 
answer to a simple question, i'm reposting to the list, for the record.

ul { list-style-position: inside }

as described here:
http://www.blooberry.com/indexdot/css/properties/list/lsposition.htm

(happy to read why this is an inferior solution, though :-)

josh

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

Reply via email to