MyBB Community Forums

Full Version: My advertisement question on code?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello in the section where you add ad image. How do I get it to pull image instead of putting the hyperlink on the page? I assume I need to add code besides just inserting the link to the image. Can anyone help?
2nd question is there a way to add a hyperlink to the banner ads that I am trying to put in there?

Thanks. Screen shot of the part I am talking about added
I don't know the plugin, but this should be enough
<a href='http://adsite.com/adsurl/' target='_blank'><img src='/link/to/your/image.png'/></a>
(2016-10-21, 07:25 PM)Neeeeeeeeeel.- Wrote: [ -> ]I don't know the plugin, but this should be enough
<a href='http://adsite.com/adsurl/' target='_blank'><img src='/link/to/your/image.png'/></a>

you'r right Smile
And before add <center> and after </center>
If not your ad is showed on the left side and not in the middle.