Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 79
2 members and 77 guests
hon9pkqeymoonva, tax7bcslkk7daaw
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
Limiting Page Size
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: Dec 2005
Limiting Page Size - 01-13-2006, 08:33 PM

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
Old
  (#2 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-13-2006, 10:13 PM

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.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Super Moderator
 
coldblooded's Avatar
 
Status: Offline
Posts: 624
Join Date: Jan 2002
Location: USA
01-13-2006, 10:19 PM

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
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: Dec 2005
01-14-2006, 12:08 AM

Quote:
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
Old
  (#5 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-14-2006, 01:20 AM

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">
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 35
Join Date: Dec 2005
01-14-2006, 11:21 AM

Thanks Duke. That worked perfectly. :nm:
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Super Moderator
 
Duke's Avatar
 
Status: Offline
Posts: 1,016
Join Date: Dec 2005
Location: Under your bed
01-14-2006, 12:22 PM

No problem buds, glad it worked out for you.
  Send a message via AIM to Duke  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: May 2008
Location: Windy City
05-28-2008, 12:12 PM

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 02:34 PM.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 27
Join Date: May 2008
Location: Windy City
05-29-2008, 09:26 AM

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 07:51 PM
Banner SIze scsteve Site design 1 05-02-2005 10:06 PM
Best (Overall) Theme Size (width...) B-truE Nuke 6.5 to 6.9 - Themes 6 04-30-2003 04:51 PM
Changing the size of the blockheader. DJ-Loki Site design 1 04-02-2003 05:09 PM
Story Block Size Virgil Purged Topics 2 03-01-2003 10:24 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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