Is there a reason to use:
instead of the way I did it?:
[/color]
Your way requires the use of [img] tags around the image url and my way (which came from you too
) doesn't which is arguably easier.
HTML Code:
<span title="{option}">{param}</span>
HTML Code:
[color=#008000]<a title=[color=#0000ff]"{option}"[/color][color=#008000]>[/color][color=#800080]<img src={param}>[/color][color=#008000]</a>[/color]
Your way requires the use of [img] tags around the image url and my way (which came from you too

Comment