• Here is what I have to style the list :

    .tags ul { width: 475px; }
    
    .tags li {margin-left: 5px; margin-bottom: 8px; display: inline; float: left; list-style: none; }
    
    .tags li a { padding: 2px; background: #000; color: #fff; 	}
    
    .tags li a:hover{ text-decoration: none; background: #00eaff; color: #fff; } 
    
    .tags li a:visited{ text-decoration: none; background: #000000; color: #00eaff; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter keysuuh

    (@keysuuh)

    If you take a look at the first post,
    I have the Tags located at the bottom of the post…
    I want the list to be positioned more to the left,
    but I can’t seem to find the right code for it.
    I also would like to have a space from the bottom of the Tags to the second gray border at the bottom…
    Please Help!

    Thread Starter keysuuh

    (@keysuuh)

    Figured it out
    toodles.

    Alwyn Botha

    (@123milliseconds)

    Please mark thread as resolved so that

    – others with similar problem can see it as resolved and will read this thread for help if they have similar problem

    – people providing help see it as resolved and will not waste time reading this post.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List Not positioning right (Please Read)’ is closed to new replies.