Kris: <td>'s optimal der Schrift anpassen !

Halli Hallo :/
Ich habe mal wieder eine Frage :

Ich möchste gern das ich bestimmten TD's keine festen Werte (width="xxx") zuweise - sie aber dennoch nur exakt so gross werden wie groß die eingefügte Variabel ist :/

lediglich die 2 Aussenseiten sollen sich der Breite des Browsers anpassen !

Bei meiner Testseite sollten die Linien (hr's) genau so wie sie jetzt unter der Überschrift und über dem Eintrag verlaufen. Jedoch möchste ich das der Abstand gleich 0 entspricht zwischen dem Ende der Überschrift und dem Anfang des Eintrages ... hier der Code :

[code:
<table cellspacing="0" cellpadding="0" border="0" width="100%" class="gh">
  <tr>
    <td colspan="13" height="5"></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td class="gs1"><b>&laquo;Customer&raquo;</b></td>
    <td>&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td class="gs1"><b>&laquo;ProjectNumber&raquo;</b></td>
    <td>&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td class="gs1"><b>&laquo;ProjectManager&raquo;</b></td>
    <td>&nbsp;</td>
    <td width="10">&nbsp;</td>
    <td class="gs1"><b>&laquo;Date&raquo;</b></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="3" width="10"></td>
    <td colspan="2" height="2"><hr color="#BBBBBB" size="2" noshade></td>
    <td height="3" width="10"></td>
    <td colspan="2" height="2"><hr color="#BBBBBB" size="2" noshade></td>
    <td height="3" width="10"></td>
    <td colspan="2" height="2"><hr color="#BBBBBB" size="2" noshade></td>
    <td height="3" width="10"></td>
    <td colspan="2" height="2"><hr color="#BBBBBB" size="2" noshade></td>
    <td height="3" width="10"></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td align="right" class="gs2"><b>&rarr;PANASONIC</td>
    <td width="10">&nbsp;</td>
    <td>&nbsp;</td>
    <td align="right" class="gs2"><b>&rarr;#273826</td>
    <td width="10">&nbsp;</td>
    <td>&nbsp;</td>
    <td align="right" class="gs2"><b>&rarr;Marion Butschkau</td>
    <td width="10">&nbsp;</td>
    <td>&nbsp;</td>
    <td align="right" class="gs2"><b>&rarr;10/2004</td>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td colspan="13" height="5"></td>
  </tr>
</table>
]

die dazugehörigen CSS Sachen :
[code:
body {
background-color : #FFFFFF;
margin-top : 0;
margin-bottom : 0;
margin-right : 0;
margin-left : 0;
padding-top : 0;
padding-bottom : 0;
padding-right : 0;
padding-left : 0;
color : #5A5A5A
}

.gh {
background-color : #555555;
}
.gs1 {
color : #AAAAAA;
}
.gs2 {
color : #CCCCCC;
}
]

Geht das überhaupt ?

mfg

KRIS !