» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 48
4 members and 44 guests
asteikuw, daypear, Duke, villariego
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on Limiting Page Size within the Theme packs forums, part of the nukemods releases category; I'm running the subblack themepack and want to limit the width of my page. Currently it just seems to ...



Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-13-2006, 07:33 PM
Junior Member
 
Join Date: Dec 2005
Posts: 34
Limiting Page Size
I'm running the subblack themepack and want to limit the width of my page. Currently it just seems to scale with whatever your desktop rez is set to.

Is there any easy way to fix this?

Site is here. www.xcellalliance.net

I want to limit the page size to 1024 width.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-13-2006, 09:13 PM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
I don't know the layout of the theme whether its completely php or if it has html for the header, storypage, footer, etc. Essentially, you'll want to find where your tables are created and change the value from 100% to a static number such as 1024.

Since your running what appears to be a gaming site its prolly fine for you to lock your pixels at 1024 because most gamers I know (myself included) run that as minimum resolution. If your considering locking the pixels of other websites, it's a good idea to lock them at 800 pixels because that is still the most popular screen resolution used among the masses.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-13-2006, 09:19 PM
coldblooded's Avatar
Super Moderator
 
Join Date: Jan 2002
Location: USA
Posts: 618
Look in the header.html for the opening of the first table. Typically you can change it from 100% to a set size. Always backup your files before messing with them.
__________________
The more we learn... the more we realize how little we actually know.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-13-2006, 11:08 PM
Junior Member
 
Join Date: Dec 2005
Posts: 34
Originally Posted by coldblooded
Look in the header.html for the opening of the first table. Typically you can change it from 100% to a set size. Always backup your files before messing with them.
This worked for fixing everything excepet the banner which stays hugging the left hand side of the page.


You can see it here www.xcellalliance.net


code is as follows in the header.html file

Quote:
<table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><table width="1024" border="0" cellspacing="2" cellpadding="0">
<tr>
<td bgcolor="#212121"><table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="85">[img]themes/subBlack/images/logo.gif[/img]</td>
<td width="40%" height="85" align="center">$showbanners </td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="1024" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150" height="25" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap><font class="content">$theuser</font></td>
</tr>
</table></td>
<td background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap>
<div align="center"><font class="content">:: Home
:: Downloads
:: <a href="modules.php?name=Your_Account">Your
Account</a> :: Forums
::</font></div></td>
</tr>
</table></td>
<td width="150" background="themes/subBlack/images/cellpic1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td nowrap>
<div align="center"><font class="content">
$datetime
</font></div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="3" bgcolor="#212121">[img]themes/subBlack/images/1px.gif[/img]</td>
</tr>
</table></td>
</tr>
</table>
<table width="1024" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg[img]themes/subBlack/images/pixel.gif[/img]</td>
</tr></table>
<table width="1024" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="1" background="themes/subBlack/images/7px.gif">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-14-2006, 12:20 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
Try changing the first line

from:

Code:
<table width="1024" border="0" cellspacing="0" cellpadding="0">
to:

Code:
<table width="1024" border="0" cellspacing="0" cellpadding="0" align="center">
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-14-2006, 10:21 AM
Junior Member
 
Join Date: Dec 2005
Posts: 34
Thanks Duke. That worked perfectly. :nm:
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-14-2006, 11:22 AM
Duke's Avatar
Super Moderator
 
Join Date: Dec 2005
Location: Under your bed
Posts: 1,002
Send a message via AIM to Duke
No problem buds, glad it worked out for you.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 05-28-2008, 11:12 AM
Junior Member
 
Join Date: May 2008
Location: Windy City
Posts: 24
My apology for posting in this thread with regards to my theme problem. I'm new to nukemods & just registered to this website this morning. I tried to start a forum thread but I got a message that I'm not allowed to start a thread for insufficient privileges. I recently rebuilt my website using RavenNuke. I came to this website to look for a theme. I found one (subBlack theme) that I really like. My problem is how to remove the 2 thin lines at the bottom of my website's (FAIR PLAY ZONE) main page just above the copyright scripts.

Last edited by kb9nha : 05-28-2008 at 01:34 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-29-2008, 08:26 AM
Junior Member
 
Join Date: May 2008
Location: Windy City
Posts: 24
Nervermind, I fixed the problem...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Limiting Pic Size in Forum rbrad Site design 4 05-03-2005 06:51 PM
Banner SIze scsteve Site design 1 05-02-2005 09:06 PM
Best (Overall) Theme Size (width...) B-truE Nuke 6.5 to 6.9 - Themes 6 04-30-2003 03:51 PM
Changing the size of the blockheader. DJ-Loki Site design 1 04-02-2003 04:09 PM
Story Block Size Virgil Purged Topics 2 03-01-2003 09:24 PM


All times are GMT -5. The time now is 02:17 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31