Hello
Can someone tell me how to limit the width of a template so it does not exceed 950px?
Quote#outer {
background-color:#FFFFFF;
border:7px solid #FFFFFF;
margin:0 auto;
position:relative;
width:950px;
z-index:2;
}
try this in your css.
rgds
erpe
This worked.. thanks for your help! :-)