View Single Post
Old 06-29-2008, 03:53 AM   #7 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,907
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: removing the side bars

i just checked the zip file and remembered that i stopped releasing 2 versions of the template as admins can easily change the width of the template via the style manager.

HTML Code:
<table width="90%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td width="40" class="colleft"><img width="40" border="0" src="http://www.bluepearl-design.com/forums/x-factor//spacer.gif" alt="" /></td>
 <td width="100%" valign="top">
<!-- logo -->
<a name="top"></a>

<!-- /logo -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#39393B">
<tr>
 <td width="34" height="28"><img src="http://www.bluepearl-design.com/forums/x-factor//a3.jpg" width="34" height="28" alt="" border="0" /></td>
 <td width="100%" height="28" class="xtop"></td>
 <td width="34" height="28"><img src="http://www.bluepearl-design.com/forums/x-factor//a5.jpg" width="34" height="28" alt="" border="0" /></td>
</tr>
<tr>
 <td width="34" class="xleft"></td>
 <td width="100%" class="xback">
 <!-- Modify this line to add your own custom picture to the header -->
 <img src="http://www.bluepearl-design.com/forums/x-factor//logo.jpg" width="503" height="111" border="0" alt="" />
 <!-- /header -->
 </td>
 <td width="34" class="xright"></td>
</tr>
<tr>
 <td width="34" height="29"><img src="http://www.bluepearl-design.com/forums/x-factor//a8.jpg" width="34" height="29" alt="" border="0" /></td>
 <td width="100%" height="29" class="xbottom"></td>
 <td width="34" height="29"><img src="http://www.bluepearl-design.com/forums/x-factor//a10.jpg" width="34" height="29" alt="" border="0" /></td>
</tr>
</table>
<!-- content table -->


The above code is the header template -- on the first line change 90% to whatever percentage u want.

HTML Code:
<table width="90%" align="center" cellpadding="0" cellspacing="0" border="0"> 
Sean is offline   Reply With Quote