nice work but guess what ?
u r using below code in postbit-postbit_legacy
HTML Code:
<!-- MyTeam Hack by Injektilo - Start -->
<br /><if condition="$post[field5] != ''"><div class="smallfont">
My Team: <img src="images/MyTeam/$post[field5].gif" title="$post[field5]" align="center">
</div></if>
<!-- MyTeam Hack by Injektilo - End -->
that won't be center aligned ;)
im using this code and works nice for me
HTML Code:
<!-- MyTeam Hack by Injektilo - Start -->
<br /><if condition="$post[field5] != ''"><div class="smallfont">
My Team: <div align="center"><img src="images/MyTeam/$post[field5].gif" title="$post[field5]">
</div></div></if>
<!-- MyTeam Hack by Injektilo - End -->
screenshots included:
|