• Resolved blankpixelscg

    (@blankpixelscg)


    Hey guys, I’m setting up a theme (modifying it) to my liking for a new blog, and I’m going to have my sidebar links made up of images (like each image is a link to an article). Now, by images I don’t mean pictures, I men like buttons. The only problem is that when I put an image n the sidebar and add a link, it puts up an annoying border that throws everything out of whack – it also ruins the illusion of space between the buttons that I thought I was so clever in thinking up.

    You can take a look at it here (https://blankpixels.com/live). You’ll notice that only one of them has a border, this is because that’s the only one with a link inserted. Oh, and they’re placeholder buttons – kind of a proof of concept thing.

    I tried inserting “border = “0”” into the widget html, but it’s no go. I don’t think I can CSS it, but I haven’t tried. Maybe I could disable borders? Is that even possible?

    If you could give me some help I’d be much obliged.

Viewing 2 replies - 1 through 2 (of 2 total)
  • marjiec

    (@marjiec)

    Here it is.
    In your css.
    a img {

    padding: 5px;

    border: 1px solid #ccc;

    }

    Thread Starter blankpixelscg

    (@blankpixelscg)

    I’ll try and pull that out in a minute. Right now, you are my buddy.

    EDIT: Success!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Borders in teh Sidebar… Arrgh!’ is closed to new replies.