naudefj wrote on Sun, 02 January 2011 09:48We can update the help (someone will have to write the text - I cannot).
Changing the html from LI to DIV is probably unnecessary. The same can be achieved by updating forum.css.tmpl.
Would this work for you?
<!--Start Wrapping text around Images -->
<a name="img"><b>Wrap Text Around images</b></a>
<br />
<table>
<tr>
<td width="300" align="center" valign="middle"><b>BBcode</b></td>
<td width="300" align="center" valign="middle"><b>Result</b></td>
</tr>
<tr>
<td valign="middle" align="center"><font color="#f00"><b>[imgl]</b></font><br /><font color="#060">http://www.prohost.org/img/pro_logo.gif<br
/></font><font color="#f00"><b>[/imgl]</b></font></td>
<td valign="middle" align="center"><img src="http://www.prohost.org/img/pro_logo.gif" alt="image With Text Wrapped Around it" width="204"
height="31" /></td>
</tr>
</table>
<br />
<i>Explanation:</i> You can use BBcode to Wrap text smoothly around images by enclosing the image url within [imgl][/imgl] "Image Left" or [imgr][/imgr] "image right" tags, These may also be used in conjunction with other text alignment and Styling tags.
<br /><br /><br />
<!--End Wrapping text around images -->