Forum Moderators: not2easy
.sidecol {
position: absolute;
left: 15px;
top: 75px;
width: 140px;
text-align:center;
font-size: 12px;
padding: 5px;
border-color: #CC9966;
border-style: double;
}
.mainspace {
text-align: center; display: block;
padding-left: 5px;
margin-left: 145px;
padding-right: 5px;
margin-right: 145px;
}
.rtsidecol {
position: absolute;
right: 15px;
top: 75px;
width: 140px;
text-align:center;
font-size: 12px;
padding: 5px;
border-color: #CC9966;
border-style: double;
}
I've tried setting the mainspace width but that didn't help Any ideas would be greatly appreciated.