• I recently put some icons in the lefthand column of my site https://www.ieatpeople.com and I cannot figure out how to remove the borders to these images, while still keeping the borders for the images on my regular posts. Any help would be appreciated.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Thread Starter mycoo62

    (@mycoo62)

    so i got the borders to disappear by making the icons on the left links, but now, when I click on one of the icons it links to the correct articles, but the whole entire page text turns into a link. furthermore, they all link back to the same page. see if you can see what im talking about.

    detail how you got the border to disappear, because I have a theory you did it wrong. ?? are you familiar with css?

    <a href="..."><img src="..."/a>

    to

    <a href="..."><img src="..."></a>

    first

    next up, how to fix the borders… that just came back.. ??

    in your css add this line


    #sidebar2 a, #sidebar2 img {
    text-decoration: none;
    border: 0px;
    }

    yes I know I am doing two different things to two different types of objects, but it should solve your problem and then some.

    dude… not one to judge… usually. but your blog posts are… interesting…

    Thread Starter mycoo62

    (@mycoo62)

    well I did not do anything with the intention of making it disappear it just happened. I altered the code so that the image was made into a link, and the border was gone.

    something else strange has happened aswell. the last icon i linked has the page ID number 24, and links to a particular page. now, all of the icons pull up their aformented pages, but the text becomes a giant link page to the ID number 24 page. so, my thinking is that it has something to do with the code, or lack thereof, in my leftsidebar. if you would like to see the code, let me know.

    i already told you everything to fix
    do what I said and it shall be fixed

    [side note: belinep’s posts were eaten by the antispam stuff, so myc0062 may not have seen them originally]

    Thread Starter mycoo62

    (@mycoo62)

    yup, i did not see them until now, i will go see if it works, thanks for the help.

    Thread Starter mycoo62

    (@mycoo62)

    awesome that did it, thank’s alot for your help. also, glad you find my entries “interesting”.

    Thanks you HandySolo

    Oh, and PS: May want to resolve the thread.

    Thread Starter mycoo62

    (@mycoo62)

    I am still having the same issue on IE, but not on mozilla. Any ideas?

    can’t see it, looks fine in IE to me…

    actually, what is it supposed to look like? because I think you have a few more problems… :-/

    Thread Starter mycoo62

    (@mycoo62)

    well, i like the way it looks with the icons lined up one the lefthand column. what problems are you noticing, belinep?

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Image Bordering’ is closed to new replies.