Contact Jan Thomas Consulting

October 11, 2007

CSS: Positioning the text to the right of the bullet in an unordered list

Filed under: Programming Techniques — jan @ 7:34 pm

redefine the UL tag.  In this case I created a whole new id:

#thisul {
 list-style-position: outside;
 list-style-type: disc;
 margin-left: 30px;
}

Make sure the position is outside and there is a left margin defined for the UL.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

You must be logged in to post a comment.

Powered by WordPress