Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
3 members and 55 guests
bea9qgchcomberc, cliaw9cckhereto, garere3denstc3t
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
Theme Modding.
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 18
Join Date: Aug 2004
Location: Virginia Beach VA
Theme Modding. - 10-20-2004, 04:07 AM

looking to get a theme modded. I have a theme called longrix this theme is only @ about 90% of screen size and i cant for the life of me figure out how make it the full size of the screen running at 1024X768.



will have it for download if anyone wants it.

Easy on the bandwidth if you download make sure you are willing to help.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 260
Join Date: Oct 2004
10-20-2004, 04:21 AM

open header.html, replace the first line
Code:
<table border="0" align="center" cellpadding="0" width=900 cellspacing="0" >
with
Code:
<table border="0" align="center" cellpadding="0" width=100% cellspacing="0" >
replace
Code:
    <table width=892 background="themes/Longrix/images/header_back.jpg" height="40" border=0><tr><td>
with
Code:
    <table width=100% background="themes/Longrix/images/header_back.jpg" height="40" border=0><tr><td>
and
Code:
<table width="900" cellpadding="0" bgcolor="000000" cellspacing="0" border="0" align="center"><tr valign="top">
with
Code:
<table width="100%" cellpadding="0" bgcolor="000000" cellspacing="0" border="0" align="center"><tr valign="top">
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 18
Join Date: Aug 2004
Location: Virginia Beach VA
10-20-2004, 03:44 PM

Thank you .
   
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
Modding the subblack3d theme - dynamic logos and forums help Coldini Nuke 7.x - Themes 0 01-11-2005 01:18 AM
modding SPChat to fit the subBlack theme dsnail2000 Theme packs 5 07-02-2003 03:13 PM
Found out what i did wrong when modding the User Menu Konan Site design 0 10-05-2002 07:31 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