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; }
~Hans