Hi peeps
With this bit of code below the 2 images appear on seperate lines
I would like them to appear on the same line but with a couple of spaces
seperating them, I have tried a few ways but as i aint a coder i am struggling
Please advise?
Code:
<if condition="$post['field25']"><div class="info"><a target="_blank" href="http://feedback.ebay.co.uk/ws/eBayISAPI.dll?ViewFeedback&userid=$post[field25]">
<img border="0" src="http://www.bashys-place.com/forums/images/misc/mybay.gif" alt="View eBay Feedback"></a></div>
</if>
<if condition="$post['field26']"><div class="info"><a target="_blank" href="http://spaces.msn.com/$post[field26]">
<img border="0" src="http://www.bashys-place.com/images/msn.gif" alt="View myspace profile"></a></div>
</if>