Hey guys,
at the moment I have my banner like this

with one gif to the left (leftbanner.gif), and one to the right (right banner.gif) using this code (Thanks to help from
ccbtimewiz)
<body>';
echo '
<div class="tborder" ', $context['browser']['needs_size_fix'] && !$context['browser']['is_ie6'] ? ' style="width: 100%;"' : '', '>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="catbg" height="32" align="left" width="60%">';
echo '
<img src="', $settings['images_url'], '/bannerright.gif" style="margin: 4px;" alt="Pipe Chat"', $context['forum_name'], '" />';
echo '
</td>
<td class="catbg" height="32" width="40%" align="right">
[url=http://www.cornellanddiehl.com/]<img style="margin: 4px;" src="', $settings['images_url'], '/bannerleft.gif" alt="Cornell & Diehl" />
</td>
</tr>
</table>';

BUT..............
I would like to add a 3rd image SP.gif that is right side justified too, and as a clickable link to the site hxxp://www.smokingpipes.com/ .....so iv saved the image into the image folder, but am not sure how to change the code in index.template to get it like this?
