MyBB.de Forum
Style Fehler - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Theme-Diskussionen (https://www.mybb.de/forum/forum-84.html)
+--- Thema: Style Fehler (/thread-11842.html)



Style Fehler - becool - 18.12.2008

Eine Frage wie kann ich das amchen das das fenster in der mitte bleibt wie hier und nicht das es rechts ist?

http://djberry.dj.ohost.de/Upload/


RE: Style Fehler - sebastian3288 - 18.12.2008

Code:
#container {
    width: 93%;
    background: #fff;
    border: 1px solid #e4e4e4;
    color: #808000;
    margin: auto auto;
    padding: 20px;
    text-align: left; /* IE 5 fix */
}
Schau dir das mal an.
width würde bei dir ca. 840px; reichen. margin: auto;

ungetestet Wink