[[html-css|html/css]] \\ ====== 3-spaltiges Layout ====== Hier ein dreisplaitges Layout mit Kopf- und Fußzeile:\\
Links
Mitte
Zu beachten ist hier, dass die mittlere Spalte nach der linken und rechten Spalte steht!\\ \\ #header { clear: both; } #left { float: left; width: 100px; } #right { float: right; width: 100px; } #middle { padding: 0 100px 0 100px; } #footer { clear: both; }