NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: kevin plummer on February 11, 2009, 07:03:31 PM

Title: Table Class CSS
Post by: kevin plummer on February 11, 2009, 07:03:31 PM
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]
Title: Re: Table Class CSS
Post by: Mike Grigsby on February 15, 2009, 08:38:42 PM
Make sure your PageBody and Body sections of the CSS do not have a background color.