Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 78
2 members and 76 guests
hon9pkqeymoonva, tax7bcslkk7daaw
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

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

Reply
 
LinkBack Thread Tools Display Modes
Centering Logo.jpg
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2005
Centering Logo.jpg - 03-24-2005, 02:40 PM

Sup guys Im back again! I <3 this place... but anyway.

It seems that the logo.jpg at lower resolutions kinda centers

Anything greater than that seems to put it in the left and calls for cellpic_bkg.jpg to fill in the rest. Is there a way to center the logo for any resolution. I tried editing header.html with no luck and the local html guy cant figure it out Here is the code iside header.html The webpage can be located at http://www.obviousassassin.com/nuke/index.php

Again guys thanks for your assistance

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td align="center" class="topbkg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="60%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td>
<td width="40% height="120">$showbanners </td>
</tr>
</table>
</td>
<td class="tblright"></td>
</tr>
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_bl.gif[/img]</td>
<td class="tblbot"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_br.gif[/img]</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="topnav">
<tr>
<td width="165" nowrap><div align="center"><font class="content">$theuser</font></div></td>
<td nowrap><div align="center"><font class="content">• Home • Downloads • Your Account • Forums •</font></div></td>
<td width="165" nowrap><div align="center"><font class="content">$datetime
</font></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg[img]themes/fiblack3d/forums/images/spacer.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="7" background="themes/fiblack3d/forums/images/spacer.gif">
   
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: 4
Join Date: Jan 2005
03-24-2005, 03:56 PM

Yeah I have had this problem where it says

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td width="60%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td> 
<td width="40% height="120">$showbanners </td> 
</tr> 
</table>
change it to say

Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
<tr> 
<td width="100%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td> 
</tr> 
</table>
   
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: 9
Join Date: Feb 2005
03-24-2005, 04:49 PM

Sorry man but that didnt do it. Unless I edited wrong? Here it is now.

<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td align="center" class="topbkg">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td>
</tr>
</table>
</td>
<td class="tblright"></td>
</tr>
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_bl.gif[/img]</td>
<td class="tblbot"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_br.gif[/img]</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="topnav">
<tr>
<td width="165" nowrap><div align="center"><font class="content">$theuser</font></div></td>
<td nowrap><div align="center"><font class="content">• HomeDownloadsYour AccountForums •</font></div></td>
<td width="165" nowrap><div align="center"><font class="content">$datetime
</font></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>[img]themes/fiblack3d/forums/images/tnav_tl.gif[/img]</td>
<td width="100%" class="tbltop"></td>
<td>[img]themes/fiblack3d/forums/images/tnav_tr.gif[/img]</td>
</tr>
<tr>
<td class="tblleft"></td>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td>$public_msg[img]themes/fiblack3d/forums/images/spacer.gif[/img]</td>
</tr></table>
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td valign="top" width="7" background="themes/fiblack3d/forums/images/spacer.gif">
   
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: 9
Join Date: Feb 2005
03-25-2005, 08:31 AM

Ok I talked to a friend of mine who kinda knows html and he said to try

<td width="60%" height="120"><center>[img]themes/fiblack3d/forums/images/logo.jpg[/img]</center></td>

OR

<td valign="center" width="60%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td>

OR

<td valign="center" width="60%" height="120">[img]themes/fiblack3d/forums/images/logo.jpg[/img]</td>


none of the 3 work

BTW I am editing Header.html in the nuke / themes / fiblack3d / directory.

Im stumped
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-25-2005, 09:31 AM

If your not going to use banners take out the next line in that header file.

Try that first line of code your m8 sent you, but change the width to 100%


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Junior Member
 
Status: Offline
Posts: 9
Join Date: Feb 2005
03-25-2005, 11:31 AM

So are you saying just use this line?

<td width="100%" height="120"><a href="index.php"><center><img src="themes/fiblack3d/forums/images/logo.jpg"

with the rest taken out? Im a newb man
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-25-2005, 11:37 AM

If you dont intend to use Banners (adverts in your header) yes remove the next (well usually the next line) that contains the banner position, which is taking 40% of your header, thats why you cant get the logo center.

Post your untouched header code here so we can look it over.


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-25-2005, 11:42 AM

or / or change the banner line to 0 or 1%


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
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: 9
Join Date: Feb 2005
03-25-2005, 12:09 PM

<td width="100%" height="120"><a href="index.php"><center><img src="themes/fiblack3d/forums/images/logo.jpg"

worked just fine how does it look at your end?

Thanks again!

http://www.obviousassassin.com
   
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
Centering the Logo in subBlack Krick Theme packs 4 10-06-2006 03:53 PM
Centering the logo in subBlack3dBlue theme shazymay2 Nuke 7.x - Themes 2 09-03-2006 01:24 PM
Centering my phpnuke site? fourtytwo Site design 1 08-07-2005 11:31 PM
Centering a logo in the MidnightXP Theme princessmegi Site design 5 06-15-2005 10:13 PM
centering logo? Krutch Nuke 7.x - Themes 2 12-05-2004 07:52 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