Hello,
I have this html:
Also it it possible to add width and height??
I have this html:
<a href="{$link}" title="{$title}" onclick="Modalbox.show(this.href, {title: this.title, overlayClose: false, width: 250,height:150}); return false;" class="button3 orange">{$title}</a>
Now I want to use:[alink={$link}]{$title}[/alink]
How can I do it?Also it it possible to add width and height??