MyBB Community Forums

Full Version: Plugin SideBox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi to all again.
In my forum http://portugal-forum.alojamentogratis.com
Hi have the plugin active "Sidebox", and hi have this question.
its possible to input a image with links in the additional box?
Hi try but doesent work.
thanks
Well, what are you doing, since I know it's possible? I've tested it and it works fine.
judel Wrote:Well, what are you doing, since I know it's possible? I've tested it and it works fine.

damm, I cannot make to show image.
This is the code to make the adicional box, and I try to input the image code but doesent work.
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong><center>my additional box</center></strong></td>
</tr>
<tr>
<td class="trow1"> This is my first additional box using SideBoxes!.</td>
</tr>
</table>
<br />

in this area
"<td class="trow1"> This is my first additional box using SideBoxes!.</td>" 
I try to imput the [img]link [/img] or <img> Link</img> , but doesent work. Where is my mistake?
Use
<img src="yourlink" />
WOW... that is all i can say here. Just WOW...........
thanks, the problem are solved, bur how can I imput the link in the image?
sory, my ignorance, im new in this field
2$CoMpLiCaTeD$4u Wrote:WOW... that is all i can say here. Just WOW...........
*kuch* Retard *kuch*

begincaos Wrote:thanks, the problem are solved, bur how can I imput the link in the image?
sory, my ignorance, im new in this field

<img src="http://community.mybboard.net/uploads/avatars/avatar_8505.gif" />

Will output
[Image: avatar_8505.gif]
[quote=LeX-]


my friend Lex, i can put the image code, but, now the problem is not that, maybe I'm not explain beter.
How can I make the image wit a URL togheter?
In a normal processor is this:

[Image: avatar_8505.gif]

[url=http://community.mybboard.net][img]http://community.mybboard.net/uploads/avatars/avatar_8505.gif[/img][/url]
Now, how I can make this result in the forum?
Like this:
<a href="yourlink"><img src="imageurl" /></a>

BP
blueparukia Wrote:Like this:
<a href="yourlink"><img src="imageurl" /></a>

BP

Its works fine, thanks to all people.
Smile
Pages: 1 2