NetTalk Central

Author Topic: Table Class CSS  (Read 4863 times)

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Table Class CSS
« 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]

Mike Grigsby

  • Sr. Member
  • ****
  • Posts: 380
    • Yahoo Instant Messenger - onthedotsoftware
    • View Profile
    • MyHomeAssets! Software (among others)
Re: Table Class CSS
« Reply #1 on: February 15, 2009, 08:38:42 PM »
Make sure your PageBody and Body sections of the CSS do not have a background color.
Mike Grigsby
Credify Systems
Central Oregon, USA