![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Bulleted List
Is there a way to do a bulleted list WITHOUT indenting the entire thing? I
want to use bullets, but the bullets always indent causing me to lose precious space in the left column of my website. I know how to do the inside an outside bullets, but both ways the entire list indents. I want to start my bullet right at the left edge. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Bulleted List
"Sam" wrote:
> Is there a way to do a bulleted list WITHOUT indenting the entire thing? <ul style="margin-left: 1em; padding-left: 0;"> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul> shows pleasing results in IE, Opera and Firefox. -- <http://schneegans.de/lv/> · RFC 4646 compliant language tag validator |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Re: Bulleted List
Try this:
<ul style="margin-left: 1em;> "Sam" <Sam@discussions.microsoft.com> wrote in message news:8552B971-0A8C-4156-81E9-D0B0E7D63FDB@microsoft.com... > Is there a way to do a bulleted list WITHOUT indenting the entire thing? > I > want to use bullets, but the bullets always indent causing me to lose > precious space in the left column of my website. I know how to do the > inside > an outside bullets, but both ways the entire list indents. I want to > start > my bullet right at the left edge. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Re: Bulleted List
Mike Mueller wrote:
> <ul style="margin-left: 1em;> This would be unsufficient in Opera and Firefox. -- <http://schneegans.de/sv/> · XML Schema Validator |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Re: Bulleted List
insufficient
Otherwise, I'll take yur word on it, as I did not try in them "Christoph Schneegans" <Christoph@Schneegans.de> wrote in message news:6c2mnjF3e811qU1@mid.individual.net... > Mike Mueller wrote: > >> <ul style="margin-left: 1em;> > > This would be unsufficient in Opera and Firefox. > > -- > <http://schneegans.de/sv/> · XML Schema Validator > |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|