» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 59
0 members and 59 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
Football Betting - best nfl betting promotions at sportsbook.com.
Oral Chelation - initial cleansing of your veins & arteries
Portatiles - Ofertas en Ordenadores y Portatiles. Increibles Ofertas DELL.

Register Now! Contact Us

About this Page
This is a discussion on how to center logo within the Open topics forums, part of the General category; dumb question but how do i center the main logo in the helium and other packs? and also is it ...


Go Back   Nukemods Forum » General » Open topics

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-18-2003, 04:38 PM
Junior Member
 
Join Date: Apr 2003
Posts: 37
how to center logo
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
  #2 (permalink)  
Old 04-18-2003, 05:03 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 04-18-2003, 05:04 PM
ads ads is offline
Junior Member
 
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
Posts: 87
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
  #4 (permalink)  
Old 04-18-2003, 05:06 PM
ads ads is offline
Junior Member
 
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
Posts: 87
What mikem said
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-18-2003, 05:54 PM
Junior Member
 
Join Date: Apr 2003
Posts: 37
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
  #6 (permalink)  
Old 04-18-2003, 07:01 PM
ads ads is offline
Junior Member
 
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
Posts: 87
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
  #7 (permalink)  
Old 04-18-2003, 07:15 PM
Junior Member
 
Join Date: Apr 2003
Posts: 37
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
  #8 (permalink)  
Old 04-18-2003, 07:25 PM
ads ads is offline
Junior Member
 
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
Posts: 87
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
  #9 (permalink)  
Old 04-18-2003, 08:29 PM
Junior Member
 
Join Date: Apr 2003
Posts: 37
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
  #10 (permalink)  
Old 04-18-2003, 08:52 PM
ads ads is offline
Junior Member
 
Join Date: Mar 2003
Location: Mayagüez, Puerto Rico
Posts: 87
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 07:51 PM
CENTER module Help mortician Nuke 7.x - General 1 01-12-2006 10:23 PM
Cobalt theme - Way to center logo? Tabe Theme packs 0 05-03-2005 07:00 PM
How do I center banner? Spyder Theme packs 4 08-26-2003 01:57 PM
Forum Center Block 6.5 FleaSOG Nuke 6.5 to 6.9 - Blocks 3 06-18-2003 03:34 PM


All times are GMT -5. The time now is 01:57 PM.


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