• Resolved randomlifer

    (@randomlifer)


    Here’s the thing, i read a lot of threads about making pictures unclickable in posts.

    in my case it’s about making picture unclickable in a text box widget (right sidebar), since there’s no picture uploader, i have to write/copy html code directly in the box. I uploaded the picture to photobucket.com and used the provided code, the thing is, that picture is now clickable and redirecting people to my photobucket account… is there a way to add something to the provided html code so the picture becomes unclickable?

    here’s my website. The picture is the one top right (teslas revenge)

    here’s the provided code: <a href="https://s376.photobucket.com/user/punkanormal/media/f7a1b66b-9948-422f-97d0-60157d38aa19_zps89cd5e6f.jpg.html" target="_blank"><img src="https://i376.photobucket.com/albums/oo202/punkanormal/f7a1b66b-9948-422f-97d0-60157d38aa19_zps89cd5e6f.jpg" border="0" alt=" photo f7a1b66b-9948-422f-97d0-60157d38aa19_zps89cd5e6f.jpg"/></a>

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bill

    (@chubbycrow)

    You should be ok getting rid of the surrounding <a> tags and pare it down to just
    <img src="https://i376.photobucket.com/albums/oo202/punkanormal/f7a1b66b-9948-422f-97d0-60157d38aa19_zps89cd5e6f.jpg" border="0" alt=" photo f7a1b66b-9948-422f-97d0-60157d38aa19_zps89cd5e6f.jpg"/>.
    You might also change the alt attribute’s value to something more meaningful, if you’d like.

    Thread Starter randomlifer

    (@randomlifer)

    Works just fine.

    thanks a lot!

    Bill

    (@chubbycrow)

    Great. You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to made images unclickable in text box widget’ is closed to new replies.