Schrift liegt nicht richtig an Tabellengrenze

  • Hallo!
    Ich baue meine HP mit Dreamweaver und habe dieses Problem:
    In einer Tabellenzelle habe ich einen Text der OBEN LINKS an der Tabellengrenze (also in der oberen linken Ecke) beginnen soll. In DReamweaver wird das richtig angezeigt, jedoch zeigt es mein Browser(Firefox) falsch an, so als ob sich über dem Text noch eine Leerzeile befinden würde.
    Ich danke für Hilfe! 8)

  • <td width="446" height="70" valign="top"><p class="Stil12">texttexttexttexttexttexttexttexttexttexttexttext</p></td>

  • okay, aber bin anfänger solltest du wissen. was meinst du bei css mit stil12 ?

    hier die datei:
    <body>
    <table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr bgcolor="#000000">
    <td width="100"><div align="center">HOME</div></td>
    <td width="100"><div align="center">Musik</div></td>
    <td width="100"><div align="center">Downloads</div></td>
    <td width="100"><div align="center">G&auml;stebuch</div></td>
    <td width="100"><div align="center">Kontakt</div></td>
    </tr>
    </table>
    <table width="700" height="340" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#000000">
    <tr>
    <td height="5" colspan="0" valign="top" bgcolor="#FFFFFF"></td>
    </tr>
    <tr>
    <--! HIER DER BETROFFENE TEXT>
    <td width="446" height="70" valign="top"><p class="Stil12">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In quis turpis in nibh malesuada condimentum.

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In quis turpis in nibh malesuada condimentum.

    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In quis turpis in nibh malesuada condimentum.</p></td>
    <td width="43" height="70" valign="top"><p class="Stil11"></p></td>
    <td width="193" height="70" valign="top" bgcolor="#CCCCCC"><p class="Stil13 Stil14"><u>Neues:</u>

    -
    Seite seit dem online

    - alle Bereich noch im Aufbau
    </p> </td>
    </tr>
    <tr>
    <td height="260" colspan="3" valign="top"></td>
    </tr>
    <tr bgcolor="#666666">
    <td height="20" colspan="3"></td>
    </tr>
    </table>
    </body>
    </html>