How to align custom bullets to the text?

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: How to align custom bullets to the text?

Post by Jade »

Try changing the margin-top to negative pixels.

[text]
margin-top: -10px;
[/text]
Post Reply