» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 58
0 members and 58 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11: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
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on Alignment within the Nuke 7.x - Themes forums, part of the PHP-Nuke 7.x category; Running phpnuke 7.3 with the XPSilver theme. The logo is flushed to the left, but I'd like it ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-25-2004, 04:33 AM
Junior Member
 
Join Date: Jul 2004
Posts: 2
Alignment
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
  #2 (permalink)  
Old 07-25-2004, 04:35 AM
Junior Member
 
Join Date: May 2003
Location: Alaska
Posts: 140
Send a message via ICQ to SureFire Send a message via AIM to SureFire Send a message via MSN to SureFire Send a message via Yahoo to 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!
__________________
the brave.. the few.. the one.. the only SureFire

Jason
www.webhostmanaged.net
█Dedicated Servers
█Basic and Reseller Web Hosting Packages
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-25-2004, 09:07 AM
Junior Member
 
Join Date: Jul 2004
Posts: 2
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
  #4 (permalink)  
Old 09-20-2004, 10:15 AM
Junior Member
 
Join Date: Sep 2004
Posts: 18
look below
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-20-2004, 12:43 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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 09:38 PM
fiblack3d footer out of alignment STILL TRUFREAK Theme packs 4 12-10-2004 03:04 PM
fiblack3d footer out of alignment TRUFREAK Theme packs 1 12-07-2004 11:03 AM
XP Olive logo alignment Jamille Theme packs 3 12-01-2004 08:59 AM
Changes made to Header.html causes alignment problems Pha17tasy Theme packs 3 03-20-2003 09:22 AM


All times are GMT -5. The time now is 07:48 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