stylising bullets and lists in css
Posted: Fri Aug 12, 2005 10:47 am
Hi I am having a problem with a list within my site. Once I remove the indentation from the bullets the text wraps around underneath the bullet, so appears like so:
* wordswrap
underneath bullet
rather than
* words are wrapped
tidily like so
does anyone no why my css is not working
the code I am using is shown below:
All help will be appreciated, thanks in advance
alex[/list]
* wordswrap
underneath bullet
rather than
* words are wrapped
tidily like so
does anyone no why my css is not working
the code I am using is shown below:
Code: Select all
ul li{
margin: 2px;
padding: 0px;
}All help will be appreciated, thanks in advance
alex[/list]