How do you Add Link to an Image?

milksheikh

Paragon
Joined
Sep 30, 2013
Messages
2,032
Reaction score
6
FP$
725
My question is : How do you add link to an image with the image being from a image url (imgur.com) Via HTML Coding in Footer in Mybb?

I really need answer quick! 🙂
 
<a href="http://yourlink.com"><img src="http://yourimageurl.com" /></a>

Add this to the footer template.
 
That either means they've disabled HTML or you're doing something incorrectly.
 
Check the html closing tags, you might have not closed all of them
 
<a href="http://imgur.com/6krtrxc"><img src="http://i.imgur.com/6krtrxc.jpg" title="Hosted by imgur.com" /></a> Just change the colored links with your expecting links. Hope that will work.
 
Try to insert the image in HTML format:
<img src="images/dzen.png" alt="Alt text">
 
Back
Top Bottom