lapaka: Unterstreichen einer Zeile

Beitrag lesen

Hallo ich habe eine Rechnung / tabelle im HTML geschrieben

jetzt würde ich gerne eine Linie zwischen die Zeilen 4 und 5 einzeichen...

Leider bekomme ichd as nciht hin, hat irgendjemand nen Tip für mich?

Vielen Dnak

hier mal der HTML-code

<table width="100%" border="0" bordercolor="#000000" cellpadding="0" cellspacing="1" >  
 <tr>  
  <td><b><font face="helvetica"><font size="2">Menge</font></b></td>  
  <td><b><font face="helvetica"><font size="2">Bezeichnung</b></td>  
  <td><b><font face="helvetica"><font size="2">Einzelpreis</b></td>  
  <td><b><font face="helvetica"><font size="2">Betrag</b></td>  
  
 </tr>  
 <tr>  
<font face="VERDANA,ARIAL,HELVETICA">  <td>{!Produktkauf__c.Menge__c}</td>  
  <td><td><font face="ARIAL"><font size="2">{!Produktkauf__c.Produktkatalog__c}</td>  
  <td><td><font face="ARIAL"><font size="2">{!Produktkauf__c.Listenpreis__c}</td>  
  <td><font face="ARIAL"><font size="2">{!Produktkauf__c.Gesamt_inkl_mwst__c}</td></font>  
  
 </tr>  
  <td><font face="ARIAL">&nbsp;</td>  
  <td><font face="ARIAL">&nbsp;</td>  
  <td><font face="ARIAL"><font size="2">Nettobetrag</td>  
  <td><font face="ARIAL"><font size="2">{!Produktkauf__c.Gesamt_vor_MwSt__c}</td>  
  
 </tr>  
 <tr>  
  <td><font face="helvetica">&nbsp;</td>  
  <td><font face="helvetica">&nbsp;</td>  
  <td><font face="helvetica"><font size="2"> Mehrwertsteuer</td>  
 <td><font face="helvetica"><font size="2">{!Produktkauf__c.MwSt1__c}</td>  
  
  </tr>  
  <tr>  
  <td><font face="helvetica">&nbsp;</td>  
  <td><font face="helvetica">&nbsp;</td>  
  <td><b><font face="helvetica"><font size="2"><b> Rechnungsbetrag</b></b></td>  
  <td><font face="ARIAL"><font size="2">{!Produktkauf__c.Gesamt_inkl_mwst__c}</font></td>  
  
  </tr>  
</table>