home-sidebar, can't get a img button to show up

Support Area Forums Responsive Visual home-sidebar, can't get a img button to show up

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #13768
    James Junior
    Participant

    At one point I had a button img on my home-sidebar via “href”, I switched hosts and now the button won’t show up anymore. I’ve tried to figure this out but I can’t. Any idea why a linked image won’t show up? Thanks in advance.

    #13778
    Bill Robbins
    Moderator

    James,

    I took a look in the text widget and here’s what’s showing up:

    
    <a href="http://ccfministry.com/wp-content/uploads/2013/08/Get-Connected.png" /></a>
    

    That’s actually a link to the image file itself (the href=”http://link.com&#8221; tells where the link will go). What appears between the

    
    <a href="http://yourlink.com">
    

    and

    
    </a>
    

    is what will actually be clickable as a link. So for an image you’ll want it to look like this:

    That will make the image a link that will go to http://yourlink.com. Just replace the http://yourlink.com with the URL you’d like to link to.

    See if that won’t get your link back up and running. If you have any trouble, let me know.

    Bill

    #13780
    James Junior
    Participant

    Oh man, what a newbie mistake! I knew that at some point but obviously missed it here. Thanks so much, worked like a charm

    #13781
    Bill Robbins
    Moderator

    Anytime. Have a great day!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘home-sidebar, can't get a img button to show up’ is closed to new replies.