Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 80
2 members and 78 guests
foo7tjtdallergp, health46ev26
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 6.5 to 6.9 > Nuke 6.5 to 6.9 - Themes

Reply
 
LinkBack Thread Tools Display Modes
Help with theme
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 15
Join Date: May 2003
Help with theme - 05-19-2003, 10:28 AM

Hi,

I am hoping somebody here would be able to help me out with a theme I am trying to create for my up and coming site.

Right, I am having troubles with the forum part of the theme. When I go into the forum there are spaces around the site content, but on the homepage it is normal, Please view the pics below to see what I am trying to explain (they say a picture can say a thousand words).

Normal View
Forum View

Thank you in advance,
Ikyikypdtong
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
05-19-2003, 11:09 AM

In the forums overall_header.tpl the margins have been set, but in your theme.php they have not

example: overall_header.tpl code
Code:
<body bgcolor="#E5E8EE" text="#000000" link="#364D67" vlink="#2C3E52" marginwidth="10" marginheight="10" leftmargin="10" topmargin="10" background="themes/HeliusGray/forums/images/bg_main.gif" onload="PreloadImages();" />
theme.php
Code:
    echo "<body bgcolor=\"#848E5C\" text=\"#000000\" leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">";

mikem
   
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: 15
Join Date: May 2003
05-19-2003, 11:14 AM

Quote:
Originally Posted by mikem
In the forums overall_header.tpl the margins have been set, but in your theme.php they have not

example: overall_header.tpl code
Code:
<body bgcolor="#E5E8EE" text="#000000" link="#364D67" vlink="#2C3E52" marginwidth="10" marginheight="10" leftmargin="10" topmargin="10" background="themes/HeliusGray/forums/images/bg_main.gif" onload="PreloadImages();" />
theme.php
Code:
    echo "<body bgcolor=\"#848E5C\" text=\"#000000\" leftmargin=\"10\" topmargin=\"10\" marginwidth=\"10\" marginheight=\"10\">";

mikem
Doh!, cheers mikem, how simple was that ops:
   
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





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