Tue Aug 10, 2004 12:36 am
Tue Aug 10, 2004 1:47 am
Tue Aug 10, 2004 4:45 am
Tue Aug 10, 2004 7:31 am
Tue Aug 10, 2004 9:07 am
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="sv">
<head>
<title>Something</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
<div id="content">Hohoho, I can write things here! and it all wraps 'n stuff!! :D
</div>
</div>
</body>
</html>
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
font-size: 12px;
}
#container {
margin: auto;
width: 425px;
height: 300px;
background-image: url(../images/blog1.gif);
}
#content {
margin: 4px;
top: 6px; /* Puts this div 6px downwards from the div its in. */
left: 229px; /* Puts this div 229px from the left of the div its in. */
height: 289px;
width: 190px;
position: relative; /* Relative position to the div its in, instead of the whole site (absolute). */
}