[ic] Template Edit

Davor Ocelic docelic at spinlocksolutions.com
Fri Aug 15 22:22:13 UTC 2008


On Fri, 15 Aug 2008 15:03:31 -0700
"John Hoy" <john at effectuality.com> wrote:

> Thanks doc!
> 
> It took the width but not the centering
> 
> http://westdistribution.com/cgi-bin/gov/index.html
> 
> Here is what I am using
> 
> BODY {
> 	
>         width: 749px;
>         margin: 0 auto;
>         text-align:center;
>   	font-family: arial, sans serif;
>   	font-size: 10pt;
>   	margin: 0;
> }

Of course, your setting of "margin: 0 auto;" is
overriden by "margin: 0;" that follows later on,
so just remove the "margin: 0".

Cya,
-doc



More information about the interchange-users mailing list