I am looking for a way to create a space between 3 images in postbit_legacy file:
This is the code:
PHP Code:
<table border="0" cellspacing="0" cellpadding="0" style="width: 61%" align="center">
<if condition="$post[field5]"><tr>
<td align="center"><img border="0" src="images/gender/$post[field5].gif" /></td>
</tr></if>
</tr>
<if condition="$post[field6]"><tr>
<td align="right"><img border="0" src="images/flags/$post[field6].gif" /></td>
</tr></if>
</tr>
</table>
<if condition="$post[userid]">
<span class="smallfont">
<center>
<!-- ONLINE -->
$post[onlinestatus]
<!-- ONLINE -->
</center>
</span>
<br>
Please see attached image: gender, flag and status as they appear without any spacing.
Can the above code be modified to separate these icons further; a part from each other ?
your help is much appreciated.