Hi All,
anyone know of any CSS\HTML properties I can set to get rid of the white space in the attached image?
***Here is my XHTML code***
<table class="Myheadingtable">
<tr>
<td width="10%"><img border="0" src="images/tphglobe.png" /></td>
<td width="80%"><img border="0" src="images/tpheclipse1.png"/></td>
<td width="10%"><a href="javascript:top.close()"><img border="0" src="images/close.png" /></a></td>
</tr>
</table>
****Here is my CSS stuff****
.Myheadingtable {
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
font-size: 24px;
width: 100%;
border: 0;
}
.Myheadingtable td {
background-image: url(tphbanner1.bmp);
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
text-align: center;
border: 0;
border-collapse: collapse;
}
[attachment deleted by admin]