Einzelnen Beitrag anzeigen
  #2 (permalink)  
Alt 20.07.2006, 09:59
Benutzerbild von Lloyd Larkin
Lloyd Larkin Lloyd Larkin ist offline
Don Quijote
XHTMLforum-Mitglied
 
Registriert seit: 19.11.2005
Ort: Wien
Beiträge: 733
Lloyd Larkin befindet sich auf einem aufstrebenden Ast
Standard

Für FF kannst du zusätlich in der zweiten Tabelle margin: 0 auto; angeben. Und das zweite text-align: center; brauchst du nicht.
Code:
<table style="width:400px;">
     <tr>
          <td style="text-align: center;">
                Zentrierter Text
                <table style="width:200px; border:1px solid black; margin: 0 auto;">
                    <tr>
                        <td>Diese Tabelle im IE zentriert und auch im FF ;).</td>
                    </tr>
                </table>
          </td>
     </tr>
</table>
__________________
The only thing to do with good advice is pass it on. It is never any use to oneself. - Oscar Wilde -
#me { position: absolute; }
Mit Zitat antworten
Sponsored Links