View Single Post
  #1  
Old 04-01-2004, 09:48 AM
 
mizzlewillz mizzlewillz is offline
 

Advanced Member
  
Join Date: Apr 2004
Posts: 45
 

Default 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.
Reply With Quote