<?xml version="1.0" encoding="UTF-8"?>
<!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">
<head>
<title>hielo</title>
<style type="text/css">
.col{float:left;}
.lastCol{float:none}
#product_col1{width:30%;}
#product_col2{width:30%;}
#product_col3{width:30%;}
</style>
</head>
<body>
<div id="product_col1" class="col">
<!--Contents of column 1-->a
</div>
<div id="product_col2" class="col">
<!--Contents of column 2-->b
</div>
<div id="product_col3" class="col lastCol">
<!--Contents of column 3-->c
</div>
</body>
</html>
hielo
Veteran Poster
1,124 posts since Dec 2007
Reputation Points: 116
Solved Threads: 244