MyBB Community Forums

Full Version: Need FLoat Image left, right !
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Help me, search code ! and tell me setup .
See as picture :
Well you can use something like

<div style="float:left; position:relative;"><img src="/images/img.gif" /></div>

Note that would be in the index template above

{$header}
Thank