MyBB Community Forums

Full Version: How the picture Clickable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi...

I want a picture Clickable

When you click on it to if you'd like to Insert the editor

My code Is:

<div style="text-align:center;margin:0 -8px;">
<img border="0" alt="[D.L.B: download.png]" src="http://forum.softgozar.com/images/download.png">
</div>

Thanks
where are you using above code ? if it is in a post, have you enabled html posting ?
oh sorry

this code is in "smilieinsert"

complete code is:

<div style="margin:auto; width: 170px; margin-top: 20px;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="150">
<tr>
<td class="thead"><span class="smalltext"><strong>{$lang->smilieinsert}</strong></span></td>
</tr>
<tr>
<td class="trow1">
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="2" id="clickable_smilies">
{$smilies}
</table>
</td>
</tr>
{$getmore}
</table>


<div style="text-align:center;margin:0 -8px;">
<img border="0" alt="[d.l.b: download.png]" src="http://forum.softgozar.com/images/download.png">
</div>
<a href="http://example.com/"><img border="0" alt="[d.l.b: download.png]" src="http://forum.softgozar.com/images/download.png"></a>
Thanks Dear

I tested this code
but this code opened the link in the new tab i want when clicked this pic insert in the editor

Such as smilies when clicked insert to editor

thanks
Add the image to your smilies Toungue
this pic very large

See:

[Image: dyso5r3oeqvrpetqa6e.png]

If the insert in the smilies I will add the irregular

I don't understand?
this photo is great for put in smilies
I still don't understand.
Pages: 1 2