Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 55
2 members and 53 guests
goe9dkfq42here, lux3ctguryallin
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > General > Open topics

Reply
 
LinkBack Thread Tools Display Modes
how to center logo
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 37
Join Date: Apr 2003
how to center logo - 04-18-2003, 03:38 PM

dumb question but how do i center the main logo in the helium and other packs? and also is it ok to use the silver xp theme with v6.5 although it's for version 6? thanks!
   
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
04-18-2003, 04:03 PM

Look in your header.html where the logo is called

Code:
        <td width="60%" height="110" background="themes/Helius/images/topbg2.gif">[img]themes/Helius/images/logo.gif[/img]</td>
To center it would be like this
Code:
        <td align="center" width="60%" height="110" background="themes/Helius/images/topbg2.gif">[img]themes/Helius/images/logo.gif[/img]</td>
No you can't use the Nuke6.0 themes with Nuke6.5
I'm trying to get XPOlive and XPSilver done for Nuke6.5. I should hopefully have them done sometime next week.

mikem
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
ads
Junior Member
 
Status: Offline
Posts: 87
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
04-18-2003, 04:04 PM

Edit the file header.html , here you can center the logo. As for the XP silver, the theme should work I believe , but the forum template wont.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
ads
Junior Member
 
Status: Offline
Posts: 87
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
04-18-2003, 04:06 PM

What mikem said
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 37
Join Date: Apr 2003
04-18-2003, 04:54 PM

i tried that and also <center> tags around the logo image and <p align="center"> tags around it and the <td align="center" and they didn't work (it's still on the left)

see here http://inme.pressurize.net

also what's the difference between topics and sections?
do stories get archived forever or deleted? is there a choice to keep them archived forever? thanks!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
ads
Junior Member
 
Status: Offline
Posts: 87
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
04-18-2003, 06:01 PM

ok try this , look for this code in header.html:

Code:
<tr>
        <td width="60%" height="110" background="themes/Helius/images/topbg2.gif"><div align="left">[img]themes/Helius/images/logo.gif[/img]</div></td>
        <td width="40%" height="110" background="themes/Helius/images/topbg2.gif">$showbanners &</td>
  </tr>
and change it to this :
Code:
<tr> 
        <td height="110" background="themes/Helius/images/topbg2.gif"> <div align="center">[img]themes/Helius/images/logo.gif[/img] 
            </div></td>
      </tr>
Topics are news Topics , sections is a module so that you can create different specific sections in your site (or so I think). News should be archived "forever" but you can delete them if you wish. The only real way to keep them trully archived is that you make a backup of your databse often.

Hope that helps,
ads
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 37
Join Date: Apr 2003
04-18-2003, 06:15 PM

still doesn't work
thanks for the other advice though!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
ads
Junior Member
 
Status: Offline
Posts: 87
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
04-18-2003, 06:25 PM

really? I used the image in your site to test it on my local server and it looks centralized....

paste what you have in header.html here
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 37
Join Date: Apr 2003
04-18-2003, 07:29 PM

ok for some reason the forum won't let me post in header.html, i think it might be cuz html is off or something :roll:

go here instead:

http://inme.pressurize.net/header.txt
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#10 (permalink))
ads
Junior Member
 
Status: Offline
Posts: 87
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
04-18-2003, 07:52 PM

to post code you need to use the phpbb code tags , they are under the Subject line beside Quote when you are posting.

you sent me the original header.html , I wanted to see what you were doing , anyways I think this should work , I dont see a reason why it wouldnt.

do a search for this code :

Code:
<tr>
        <td height="110" background="themes/Helius/images/topbg2.gif"> <div align="center">[img]themes/Helius/images/logo.gif[/img] 
            </div></td> 
        <td width="40%" height="110" background="themes/Helius/images/topbg2.gif">$showbanners &</td>
  </tr>
and completely replace it with this:
Code:
<tr> 
        <td height="110" background="themes/Helius/images/topbg2.gif"> <div align="center">[img]themes/Helius/images/logo.gif[/img] 
          </div>
        </td>
      </tr>
and upload it to your Helius folder. And let me know if it works.

As for the error in the status bar , I dont see it, what kind of error exactly is it? Your site looks fine to me
   
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
Arcade Center 3.02 joe_momma Nuke 6.5 to 6.9 - Blocks 2 05-06-2006 06:51 PM
CENTER module Help mortician Nuke 7.x - General 1 01-12-2006 09:23 PM
Cobalt theme - Way to center logo? Tabe Theme packs 0 05-03-2005 06:00 PM
How do I center banner? Spyder Theme packs 4 08-26-2003 12:57 PM
Forum Center Block 6.5 FleaSOG Nuke 6.5 to 6.9 - Blocks 3 06-18-2003 02:34 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