I just had to - its probably a disorder :-D


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

<html>
<head>

<style>

body {
margin:0px;
}

.left_column_50 {
width:50%;
float:left;
text-align:center;
margin:0px;
}

.right_column_50 {
width:50%;
float:right;
text-align:center;
margin:0px;
}

.left_column_33 {
width:33%;
float:left;
text-align:center;
margin:0px;
}

.center_column_34 {
width:34%;
float:left;
text-align:center;
margin:0px;
}

.right_column_33 {
width:33%;
float:right;
text-align:center;
margin:0px;
}

</style>
</head>



<body width="100%">

<div class="left_column_50">50%</div>
<div class="right_column_50">50%</div>
<div class="left_column_33">33%</div>
<div class="center_column_34">34%</div>
<div class="right_column_33">33%</div>

</body>
</html>


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/f88b131fe666e79c2c067f096c932787.squir...@192.168.1.100

Reply via email to