Automatic Bullets on List
-
I have a list in my sidebar that I want to just use the
get_links_list
call on. I also have a way of listing stuff in the sidebar using an image I have saved. I have NO additional code other than:\\<?php get_links_list(); ?>\\
That part is in the sidebar file.
In my style file I have this:
\\#right ul
{
padding:0;
margin:2px 0px 0px 20px;
font-family:arial,sans-serif;
font-size:12px;
color:#000;
line-height:17px;
}#right li
{
background: url(images/bullet.gif) no-repeat;
background-position: center left;
padding-left: 10px;
margin-bottom: 8px;
}\\I am getting not only the bullet that I WANT, but also an additional set of bullets that I do NOT want. I think the problem may actually be in the code for how that
get_links_list
is written, and not in my theme.Can someone please advise?
Thank you very much!
- The topic ‘Automatic Bullets on List’ is closed to new replies.