Thanks David.
I deliberately used the % signs, in order that all content will be viewable in different resolutions.
I'm not sure how else I could cater for somebody viewing it in 600x400. Possibly by using JavaScript to sense the resolution(???) Anyway, I don't have time to do that now.
Viewing the page under Netscape 4 and IE5, the RBA logo is displayed with a space underneath it, even when I remove all of the percent signs. In fact, when I try and display this image in a simple table cell like this -
<table border="1">
<tr>
<td>
<img src="Rba_left_banner.png">
</td>
</tr>
</table>
- it still gets displayed with a space underneath it. I've converted the image to a gif, and the result's the same.
This space is not part of the image, but all of the browsers I've tried (apart from Netscape 6) display it.
Does anyone have any idea what's going on?