Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 51
4 members and 47 guests
cliaw9cckhereto, mariacolmanyne3, medaricalddw93g, parttarcts
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
Alignment
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Jul 2004
Alignment - 07-25-2004, 03:33 AM

Running phpnuke 7.3 with the XPSilver theme.

The logo is flushed to the left, but I'd like it to be centered on the page. Can anyone assist?

Thanx

Club
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Junior Member
 
Status: Offline
Posts: 142
Join Date: May 2003
Location: Alaska
07-25-2004, 03:35 AM

open ur microsoft frontpage or what ever php/html editor u have and open the header.html or htm or php

take it find the image u want to be centered and center it with the editor make a backup copy dont forget then upload and take a look!


the brave.. the few.. the one.. the only SureFire

Jason
www.webhostmanaged.net
█Dedicated Servers
█Basic and Reseller Web Hosting Packages
 Send a message via ICQ to SureFire Send a message via Yahoo to SureFire Send a message via AIM to SureFire Send a message via MSN to SureFire  
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: 2
Join Date: Jul 2004
07-25-2004, 08:07 AM

Quote:
Originally Posted by SureFire
open ur microsoft frontpage or what ever php/html editor u have and open the header.html or htm or php

take it find the image u want to be centered and center it with the editor make a backup copy dont forget then upload and take a look!
Opened the header.php file, but I don't see logo.gif anywhere in the coding.
   
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: 18
Join Date: Sep 2004
09-20-2004, 09:15 AM

look below
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
09-20-2004, 11:43 AM

Open your
themes/XPSilver/theme.php file in PHP editor.

find this part
Code:
    if ($username == "") {
        $username = "Anonymous";
    }
    echo "<body bgcolor=\"#F0F1F5\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\n\n";

    echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" bgcolor=\"#B4B7CA\">\n"
	."<tr>\n"
	."<td bgcolor=\"#B4B7CA\" align=\"left\" valign=\"top\" width=\"65%\"><a href=\"index.php\"><img src=\"themes/XPSilver/images/logo.jpg\" align=\"left\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></td>\n"
        ."<td width=\"35%\" align=\"right\" class=\"menuehead\">
\n";
            if ($banners) {
	include("banners.php");
    }
change it to this
Code:
    if ($username == "") {
        $username = "Anonymous";
    }
                if ($banners) {
	include("banners.php");
    }
    echo "<body bgcolor=\"#F0F1F5\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\n\n";

    echo "<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" border=\"0\" bgcolor=\"#B4B7CA\">\n"
	."<tr>\n"
	."<td bgcolor=\"#B4B7CA\" align=\"center\" valign=\"top\" width=\"100%\"><a href=\"index.php\"><img src=\"themes/XPSilver/images/logo.jpg\" align=\"left\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></td>\n";
   
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
fiapple211 Table Header Cells alignment issues Duke Nuke 7.x - Themes 6 12-18-2005 08:38 PM
fiblack3d footer out of alignment STILL TRUFREAK Theme packs 4 12-10-2004 02:04 PM
fiblack3d footer out of alignment TRUFREAK Theme packs 1 12-07-2004 10:03 AM
XP Olive logo alignment Jamille Theme packs 3 12-01-2004 07:59 AM
Changes made to Header.html causes alignment problems Pha17tasy Theme packs 3 03-20-2003 08:22 AM




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