View Single Post
  #5 (permalink)  
Old 07-14-2007, 01:13 PM
coldblooded's Avatar
coldblooded coldblooded is offline
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
That is a fixed width theme, and can't be converted to full width without some modification.

To fix the other problem you mentioned, open header.html and on line 38 change:

Code:
<table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" valign="bottom">
To:

Code:
<table cellpadding="2" cellspacing="0" width="800" border="0" align="center" valign="bottom">
__________________
The more we learn... the more we realize how little we actually know.
Reply With Quote