• I am using WordPress’ default link manager to organize my links in my sidebar on my website. I want to be able to place 12×12 pixel arrow images next to the links to signify them as links. How can I do this with CSS so that ONLY the links in my sidebar show the 12×12 pixel images?

    https://www.ambitdesigns.com

Viewing 1 replies (of 1 total)
  • #sidebar ul.blogroll li {
      background: url(images/arrow_image.jpg) no-repeat;
      padding-left: 15px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Images Next to Links in Sidebar’ is closed to new replies.