I tried margins on the side boxes and reducing the width of the center column but it always draws towards the left column. Is there a way to center it. Thanks. http://www.estore.haskellgraphics.co...index&cPath=73
I tried margins on the side boxes and reducing the width of the center column but it always draws towards the left column. Is there a way to center it. Thanks. http://www.estore.haskellgraphics.co...index&cPath=73
Think I need to modify something here but I can't find anything that will center it.Code:.centerColumn { background-color:#FFFFFF ; width: 650px; }
try adding the following to your .centercolumn declaration
.centerColumn {
margin:0 auto; try adding this.
background-color:#FFFFFF ;
width: 650px;
}
Perfect. Thanks man. Still getting the hang of positions. Appreciate it.![]()