Topic: Two Problems

http://xsgamedesign.com/forum/

1.) Everything, when viewed in IE6, is centered.  Don't know why, Firefox has no trouble.

2.) Removed my <link rel="stylesheet" href="http://www.xsgamedesign.com/format.css"> to see if it was causing the centering... it wasn't... put it back, background color is gone.  Why?  sad  Fine before, now broken, makes no sense.

Thanks!

2 (edited by Elzar 2005-12-05 20:56)

Re: Two Problems

Everything is centered in IE because you've added aload of messy tables to the header.

Use your stylesheet if you want to limit the forums width:

HTML, BODY { MARGIN: 0; PADDING: 0: TEXT-ALIGN: center}
#punwrap {WIDTH: 766px; MARGIN: 0 auto; TEXT-ALIGN: left}

Re: Two Problems

Thanks, fixed me right up!  My tables aren't messy!

Re: Two Problems

New issue: http://xsgamedesign.com/forum/

In IE (and possibly Firefox) my menu text ("Home | Forum | Files etc.") gets sliced in half sometimes... what css is causing this?