On Thu, Mar 20, 2008 at 10:57 AM, Hans <[EMAIL PROTECTED]> wrote:
> Thursday, March 20, 2008, 3:51:40 PM, David Sovinski wrote:
>
>  > You were right. That is "almost" what I'm looking for. I just need to
>  > figure out (as you said) how to center it
>
>  try
>
>  body { text-align:center; }
>  #wrapper { text-align:left; }

If that doesn't do it, try

body { text-align:center; }
#wrapper {
        text-align:left;
        display: table; 
        margin-left: auto;
        margin-right: auto;
        width: 990px; /*(my preference, for the second-lowest resolution
anyone ever uses on a monitor, 1024px wide)*/
}

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to