5
Hi,
Below is my example of a possible solution. List-Style-Type becomes none and as a left top placed background image you whould your own custom bullet (or what other pictures you like).
Quote:
LI
{
BACKGROUND-POSITION: left top;
LIST-STYLE-POSITION: inside;
BACKGROUND-IMAGE: url(/images/dot.gif);
MARGIN-LEFT: 2px;
COLOR: #2f5376;
BACKGROUND-REPEAT: no-repeat;
LIST-STYLE-TYPE: none
}
Changing this means that all lists will be moderated like that automatically. So, if you feel uncomfortable with that, another solution would be to remove the
and - tags and add an image before the link plus a
after the link in the above example.
Good luck,
Martijn