Hallöchen,
ich hab mal eine Frage.
Also ich möchte links bzw. rechts neben meinen Hauptcontainer 2 kleinere Container hinsetzen.
Code:
PHP Code:
#container1 {
margin: 0px auto;
width: 0px auto;
height: 884px;
background-color: #fafafa;
text-align: center;
padding: 0;
}
#container2 {
center: 0;
margin: 40px auto auto auto;
width: 618px;
height: 310px;
border: 1px solid #ccc;
background-color: white;
text-align: center;
padding: 0;
}
#container3 {
center: 0;
margin: 40px auto auto auto;
width: 618px;
height: 410px;
border: 1px solid #ccc;
background-color: white;
text-align: center;
padding: 0;
}
Das ist der Code zu den 2 Hauptcontainer, wie kann ich nun links daneben welche hinmachen.
Hab es schon mit float versucht, ging aber irgendwie nicht.
Bitte einfach den PHP Code posten, danke.
Edit: Css Code natürlich.