Beautiful, works like a charm. THANK YOU.
Now if I want to get the image text wrap similar to the below code
Code:
<img src="{param}" align="{option}" alt="Inline Image" border="0" hspace="5" vspace="5" />
{param} is already taken in
Code:
<div style="background-color: #F9F9F9;border: 1px solid #CCCCCC;padding: 3px;font: 11px/1.4em Arial, sans-serif;margin: 0.5em 0pt 0.5em 0.8em;width:452px;">
<img src="{option}" style="vertical-align:middle;margin-bottom:3px;width:450px;height:350px;" title="Image" /><br />
<div style="text-align:center;">{param}</div>
</div>
It would have been easy if it was not for the div parameter around the image/caption.
What can be done?