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; }
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!
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.