Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
2 members and 50 guests
stacn5wndingtix, watde7jerdamage
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
XP Olive logo alignment
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 2
Join Date: Nov 2004
XP Olive logo alignment - 11-30-2004, 06:57 PM

I desperately need help with the alignment for the XP Olive logo. It's left by default, but even after changing it to right, it's still on the left. Here is the line:

."<right><td bgcolor=\"#C0D0A1\" align=\"right\" valign=\"top\" width=\"60%\"><right><a href=\"index.php\"><img src=\"themes/XPOlive/images/logo.jpg\" align=\"right\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></right></td></right>\n"
."<td width=\"40%\" align=\"right\" class=\"menuehead\">
\n";

I added those <right> everywhere but it doesn't make ANY difference!

HELP!!!!!!!!!! :cry:
   
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
11-30-2004, 08:06 PM

In order to accomplish what you want, you are going to have to move the banners and adjust thew correct lines of code/html/php.

all these are the lines you need to adjust

Code:
	   ."<td bgcolor=\"#C0D0A1\" align=\"left\" valign=\"top\" width=\"60%\"><a href=\"index.php\"><img src=\"themes/XPOlive/images/logo.gif\" align=\"left\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></td>\n"
      ."<td width=\"40%\" align=\"right\" class=\"menuehead\">
\n";
            if ($banners) {
	include("banners.php");
    }
   echo "
</td>\n"
the header table is split into two columns.
One is 60%, which is where the logo is (on the left), and the other is 40%, which is where the banners display.

You will have to modify that code above to look like this

Code:
	."<td bgcolor=\"#C0D0A1\" align=\"right\" valign=\"top\" width=\"100%\"><a href=\"index.php\"><img src=\"themes/XPOlive/images/logo.gif\" align=\"right\" alt=\""._WELCOMETO." $sitename\" border=\"0\"></a></td>\n"
then you need to move the banner code(that was removed)

Code:
            if ($banners) {
   include("banners.php");
    }
to be above this line

Code:
    echo "<body bgcolor=\"#ECE9D8\" topmargin=\"0\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\">\n\n";
I'm giving away all the trade secrets for free :roll: ...you noobs need to learn some basic HTML... :wink:
   
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: Nov 2004
11-30-2004, 08:46 PM

Well, thanks... but I decided to do something else about the alignment, which you can see on www.joaquinphoenix.com.br/html

I am a girl who has had to learn a few php codes in less than three weeks all by myself to configure this site, so you really shouldn't expect me to know much.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
12-01-2004, 07:59 AM

Quote:
Originally Posted by Jamille
I am a girl who has had to learn a few php codes in less than three weeks all by myself to configure this site, so you really shouldn't expect me to know much.
on the contrary, I have very high expectations
   
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
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
Alignment clubnuvo Nuke 7.x - Themes 4 09-20-2004 11:43 AM
subBlack and XP-Olive logos piratepete Logo requests 1 05-12-2003 04:46 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