Dark Angel
%Europe/Berlin %718 %2006, 17:14
Hallo,
Ik ben bezig met mijn nieuwe website alleen ik heb een probleem. Het probleem is dat ik een margin rond mijn site hou en tussen de plaatjes hou ik een witrand? Wie kan mij helpen?
voorbeeld is te zien op ***
html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta http-equiv="description" content="">
<meta http-equiv="keywords" content="">
<meta http-equiv="imagetoolbar" content="no">
<title>Welkom bij mesign.nl</title>
</head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td align="left" valign="top"><table width="628" height="271" border="0">
<tr>
<td class="bg-home1"></td>
<td class="bg-home3"><p class="tekst-home">Tekst bla bla bladie bladie
bla </p></td>
<td class="bg-home2"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
css:
body{
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
border:none;
}
a:active, a:link, a:visited, a:focus{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
text-decoration:none;
}
a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
text-decoration:underline;
}
.bg-home1{
background:url(../img/home_links.jpg) top right no-repeat;
height:248px;
width:254px;
}
.bg-home2{
background:url(../img/home_rechts.jpg) top left no-repeat;
height:248px;
width:94px;
}
.bg-home3{
background:url(../img/bg_home_lijnen.jpg) top left repeat-x;
height:248px;
}
.tekst-home{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
line-height:17px;
padding-left:20px;
}
volgens mij is het een hele stomme fout of ben ik gewoon iets vergeten, maar kom er echt niet uit :( . Alvast bedankt voor de hulp.
Ik ben bezig met mijn nieuwe website alleen ik heb een probleem. Het probleem is dat ik een margin rond mijn site hou en tussen de plaatjes hou ik een witrand? Wie kan mij helpen?
voorbeeld is te zien op ***
html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta http-equiv="description" content="">
<meta http-equiv="keywords" content="">
<meta http-equiv="imagetoolbar" content="no">
<title>Welkom bij mesign.nl</title>
</head>
<body>
<table width="100%" height="100%" border="0">
<tr>
<td align="left" valign="top"><table width="628" height="271" border="0">
<tr>
<td class="bg-home1"></td>
<td class="bg-home3"><p class="tekst-home">Tekst bla bla bladie bladie
bla </p></td>
<td class="bg-home2"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
css:
body{
margin-top:0;
margin-left:0;
margin-right:0;
margin-bottom:0;
border:none;
}
a:active, a:link, a:visited, a:focus{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
text-decoration:none;
}
a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000;
text-decoration:underline;
}
.bg-home1{
background:url(../img/home_links.jpg) top right no-repeat;
height:248px;
width:254px;
}
.bg-home2{
background:url(../img/home_rechts.jpg) top left no-repeat;
height:248px;
width:94px;
}
.bg-home3{
background:url(../img/bg_home_lijnen.jpg) top left repeat-x;
height:248px;
}
.tekst-home{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
line-height:17px;
padding-left:20px;
}
volgens mij is het een hele stomme fout of ben ik gewoon iets vergeten, maar kom er echt niet uit :( . Alvast bedankt voor de hulp.