- This topic has 4 replies, 2 voices, and was last updated 9 years, 1 month ago by Andrew Misplon.
- AuthorPosts
- October 12, 2015 at 5:05 pm #2545
cloudontapParticipantLong time no talk!
I went to replace an old logo with a new logo in our website’s footer — however, the image is not showing up. I checked in the code and it is there. I also tinkered with resizing the issue and moving it around on the header with no luck. Any ideas?
Website: http://www.cloudontapsc.com
Image: http://cloudontapsc.com/wp-content/uploads/2015/10/select-partner_thumb-e1444660594486.png
Thanks!October 12, 2015 at 7:34 pm #2547
Andrew MisplonKeymasterHi cloudontap 🙂
Great to hear from you.
If I’m checking the right widget then your source looks like this:
<a href="http://cloudontapsc.com/wp-content/uploads/2015/04/pardot_preferred_partner_logo.png"></a>
Try:
<img src="http://cloudontapsc.com/wp-content/uploads/2015/04/pardot_preferred_partner_logo.png" />
That should do the trick.
October 12, 2015 at 7:35 pm #2548
Andrew MisplonKeymasterYou can of course wrap the image tag in a link tag if you want to link the image.
October 12, 2015 at 8:03 pm #2555
cloudontapParticipantAndrew — that worked! Thank you! 🙂 Great to hear from you as well.
October 12, 2015 at 8:31 pm #2557
Andrew MisplonKeymasterSuper, glad to hear that helped.
All the best.
- AuthorPosts
You must be logged in to reply to this topic.