Gast123456: Tabellenprobleme

Beitrag lesen

Hello Leute!
Habe ne frage -> Richte alles mit css aus nur nimmt mir die tabelle cellpadding nicht :( Was kann ich dagegen tun? Hier der Code!
<table border="0" width="635" align="right" cellpadding="7" cellspacing="0">
   <tr>
    <td class="leftheadcontent" width="10" height="25"></td>
    <td class="middleheadcontent" width="615" height="25">hallo du meine maus</td>
    <td class="rightheadcontent" width="10" height="25"></td>
   </tr>
   <tr>
    <td class="middlecontent" height="50" colspan="3">hallo du meine maus</td> <-- hier soll der text eingerückt werden nur funkt das ned :(
   </tr>
   <tr>
    <td class="leftfootcontent" width="10" height="21"></td>
    <td class="middlefootcontent" width="615" height="21"></td>
    <td class="rightfootcontent" width="10" height="21"></td>
   </tr>
   </table>