boober,
Yes, I want one column on each side instead of both on one side. At least I now know were the column codes are, but I can’t figure out how do place the columns where I want them.
Here is code:
/* Content */
#content {
width: 900px;
margin: 0 auto;
}
#colOne {
float:left;
width: 490px;
}
.commentby{
background:url(images/comment.gif) no-repeat;
padding:0 0 0 5px;
padding-left:20px;
}
.postedby{
background:url(images/page.gif) no-repeat;
padding:0 0 0 5px;
padding-left:20px;
}
#content .info span.page {background:url(images/page.gif) 0 50% no-repeat;}
#content .info span.cat {background:url(images/comment.gif) 0 50% no-repeat;}
#colOne img {
padding: 5px;
border: none;
margin: 5px;
}
#colTwo {
float: right;
width: 175px;
padding: 0 5px 0 5px;
}
#colTwo h3 {
margin-top: 10px;
}
#colThree {
float: right;
width: 175px;
padding: 0 5px 0 5px;
}