Nieuw lid |
|
<style type="text/css">
<!--
#content {
width:750px;
padding:0px;
margin: 0px;
background-color:#333333;
border: 1px solid #000000;
}
#aboutme2_titel {
width: 650px;
height: 90px;
color: #8f0500;
font-weight:bold;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:50px;
padding-left:50px;
vertical-align:top;
float:left;
margin: 0px;
}
#aboutme2_text {
width: 650px;
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:70px;
float:left;
margin: 0px;
}
a.aboutme, a.aboutme:link, a.aboutme:visited, a.aboutme:active, a.aboutme:hover {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border: 0px;
text-decoration: none;
}
</style>
</head>
<body>
<div id="content">
<div id="aboutme2_titel">About Me</div>
<div id="aboutme2_text">
<strong>Name:</strong> David Henderickx<br />
<strong>Adress:</strong> Belgium - Boom // France - Vincy Sur Seine<br />
<strong>Birthday:</strong> 12 November 1986<br />
<strong>Occupation:</strong> Test Engineer<br />
<br />
<strong>Interests:</strong> Photography, Cars, Software/Website Programming<br />
<br />
<strong>Sports:</strong> Mountainbiking, Running, Swimming<br />
<br />
<strong>Contact Me:</strong><a href="mailto:e" class="aboutme">Click Here</a><br />
</div>
</div>
<style type="text/css"> <!-- #content { width:750px; padding:0px; margin: 0px; background-color:#333333; border: 1px solid #000000; } #aboutme2_titel { width: 650px; height: 90px; color: #8f0500; font-weight:bold; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:50px; padding-left:50px; vertical-align:top; float:left; margin: 0px; } #aboutme2_text { width: 650px; color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding-left:70px; float:left; margin: 0px; } a.aboutme, a.aboutme:link, a.aboutme:visited, a.aboutme:active, a.aboutme:hover { color: #FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; border: 0px; text-decoration: none; } </style> </head> <body> <div id="content"> <div id="aboutme2_titel">About Me</div> <div id="aboutme2_text"> <strong>Name:</strong> David Henderickx<br /> <strong>Adress:</strong> Belgium - Boom // France - Vincy Sur Seine<br /> <strong>Birthday:</strong> 12 November 1986<br /> <strong>Occupation:</strong> Test Engineer<br /> <br /> <strong>Interests:</strong> Photography, Cars, Software/Website Programming<br /> <br /> <strong>Sports:</strong> Mountainbiking, Running, Swimming<br /> <br /> <strong>Contact Me:</strong><a href="mailto:e" class="aboutme">Click Here</a><br /> </div> </div>
ik heb het aangepast in floats en voor de test "content" als een dotted omkadering te zorgen. Echter geeft hij mij een lijn, wat dus wil zeggen dat ik een content van 1px hoog heb.
Ik snap echt niet wat ik mis doe
edit: had vergeten clear: both |