Topic: Punbb Portal Problem!!
Ok im recently working on dividing my punbb portal in to 3 different coloums: A left side, a container, and a right side.
Here is my code....as you can see i have decided to use percentages cause its easier.
My error is this.....you can see it by visiting my portal: www.fatal-gfx.com/index.php
heres the code in my tpl file:
<style type="text/css">
#left {
width: 20%;
float: left;
}
#container {
width: 60%;
margin-left: 20%;
margin-right: 20%;
}
#right {
width: 20%;
float: right;
}
</style>
Could someone tell me what im doing wrong or what has gone wrong?