Hi Matthias,>
Versuche, die div-Elemente durch semantisch passendere zu ersetzen. Auch für normalen Text gibt es was besseres als div: p zum Beispiel.
... brachte keine Änderung.
Offensichtlich hängt es damit zusammen:
I read that the <center> tag is deprecated, however I cannot find any real equivalent to it in CSS. text-align works for text but not other elements, and auto margins only work if you know the width of the container (so not a solution if you don't know the width in advance). So is there any real equivalent to this <center> tag?
Wenn ich das Ganze in <center> </center> packe oder align=center angebe, funktioniert es, aber beides ist ja wohl "depreciated".
Gruß
Jochen