guten tag
ich habe eine kleine seite geschrieben (noch im aufbau) und da ist mir aufgefallen, dass rings um die seite ein weisser rand ist (getestet im ie und firefox). weiss jemand wie man diesen entfernen kann?
lg niemand
ps: hier der code meiner page:
<?xml version="1.0" encoding="ISO-8859-1"?>
/\*document\*/
table.wrap {
margin:0;
margin-top:150px;
width:100%;
min-width:1050px;
border-collapse:collapse;
}
.wrap {
height:300px;
}
#links {
width:150px;
text-align:left;
padding-left:0;
}
#linklist {
margin:0;
list-style-type:none;
line-height:18pt;
}
#linklist a {
font-size:10pt;
text-decoration:none;
font-weight:bold;
}
#image {
padding:0;
width:448px;
background-image:url("bla.jpg");
background-repeat:no-repeat;
}
#orange {
background-color:#f60;
max-height:300px;
}