MyBB Community Forums

Full Version: insert the code to redirect image to an url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, im here to try to improve my forum!Now i have problem with technical and no more design!
Im triyng to add an image that i want when i click on it to redirect on specific website.i didn't find how to add this, i have tryed to add an html code with editing post of user but it's impossible,nothing changes,please help
Where do you want to add that image?

Simple html looks like this:

<a href="http://www.yourforum.com" target="_blank"><img src="image-location" />
</a>
i want to add into post, and this don't work for me

<a href="http://www.realmadrid.com/cs/Satellite/en/1193041516534/Historia/Club.htm" target="_blank"><img src="http://www.letsplanmywedding.com/forums/attachment.php?aid=41" />
</a>

and look how it show: http://www.letsplanmywedding.com/forums/...d=60#pid60
Oh sorry didn't know you want to put it in post Smile

It should go like this:

[url=http://site.com/][img]http://site.com/images/image.png[/img][/url]
oh yes you are right,how you can know were i want to insert it Big Grin

seems it works, thanks!