1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css" media="screen">
#A {
width:900px;
height:20px;
background-image:url(blog_fond.jpg);
background-repeat:repeat-y;
}
#B {
float:left;
}
#C {
float:left;
}
</style>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div id="A">
<div id="B">
<p>sdgdsfgdsg</p><p>sdgsdggf</p><p>ytruytrutr</p>
</div>
<div id="C">
<p>sdgdfsgdsfg</p><p> </p><p>fhgngfnnfhgf</p>
</div>
</div>
</body>
</html> |