Centering the store and adding border around it
Hello,
I was just wondering how would you go about centering the store. I was trying
DIV.centerpage {
width: 770px;
position: absolute;
left: 50%;
top: 0;
margin-left: -385px;
}
in the CSS file
then
<div class= "centerpage" > in the head.tpl file
and </div> in the bottom.tpl
the whole thing EXCEPT for the bottom.tpl was centered. Also, if anyone knows how would you add a border to your centered page, if this was answered before please post the topic string, I tried searching but could not find it.
Thanks for any suggestions, comments,
Mike W.
|