[css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Francesco
I guess I've never had to deal with LI text long enough to wrap to the second line. Now I notice that the second line begins under the bullet and not justified to the same place as the first line of text. Any way to fix that? Francesco

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Paul Novitski
At 07:09 PM 1/20/2006, Francesco wrote: I guess I've never had to deal with LI text long enough to wrap to the second line. Now I notice that the second line begins under the bullet and not justified to the same place as the first line of text. Any way to fix that? How about this:

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Philippe Wittenbergh
On 21 Jan 2006, at 12:09 pm, Francesco wrote: I guess I've never had to deal with LI text long enough to wrap to the second line. Now I notice that the second line begins under the bullet and not justified to the same place as the first line of text. Any way to fix that? ?? The defaults

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Mike Soultanian
enough to wrap to the second line. Now I notice that the second line begins under the bullet and not justified to the same place as the first line of text. Any way to fix that? also, check that you don't have any text-indent as that will give you that behavior. ask me how I know ;)

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread peter hyde-smith
- Original Message - From: Francesco [EMAIL PROTECTED] Subject: [css-d] how to make LI text justify to the right of the bullet? I guess I've never had to deal with LI text long enough to wrap to the second line. Now I notice that the second line begins under the bullet and not

Re: [css-d] how to make LI text justify to the right of the bullet?

2006-01-20 Thread Francesco
Thanks everyone. A combination of: list-style-position: outside; and placing a specific left margin on the li fixed the issue. Francesco __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List