habe jetzt herausgefunden, dass es wohl definitv ueber css funktioniert, nur leider kenne ich den befehl nicht. hier ein auszug aus meinem css code:
body {
/* margin: 0px; padding: 0px; */
font-family: Verdana,Arial,Helvetica,sans-serif; font-style: normal;
font-variant: normal; font-weight: normal; font-size: 12px; line-height: 1.2;
margin: 0px 10px 0px 10px;
padding:0px;
background: #EEEDED url('images/bg3.gif'); background-repeat: repeat;
}
#page {
max-width: 90%;
min-width: 650px;
margin: 0 auto;
}
#header {
width: 100%;
}
#headerimg {
}
.description {
}
#wrapper {
width: 100%;
}
#content {
float: left;
width: 90%;
}
#sidebar {
width: 28%;
margin-left: 70%;
}
#footer {
width: 100%;
clear: both;