» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 80
0 members and 80 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10: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
Rimonabant - combat obesity and smoking at the same time
Football Betting - best nfl betting promotions at sportsbook.com.
Poker Chips - Clay and composite poker chips for home games.

Register Now! Contact Us

About this Page
This is a discussion on Centering Logo.jpg within the Nuke 7.x - Themes forums, part of the PHP-Nuke 7.x category; Sup guys Im back again! I <3 this place... but anyway. It seems that the logo.jpg at lower ...



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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-24-2005, 01:40 PM
Junior Member
 
Join Date: Feb 2005
Posts: 9
Centering Logo.jpg
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
  #2 (permalink)  
Old 03-24-2005, 02:56 PM
Junior Member
 
Join Date: Jan 2005
Posts: 4
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
  #3 (permalink)  
Old 03-24-2005, 03:49 PM
Junior Member
 
Join Date: Feb 2005
Posts: 9
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
  #4 (permalink)  
Old 03-25-2005, 07:31 AM
Junior Member
 
Join Date: Feb 2005
Posts: 9
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
  #5 (permalink)  
Old 03-25-2005, 08:31 AM
Member
 
Join Date: Jul 2004
Posts: 450
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%
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-25-2005, 10:31 AM
Junior Member
 
Join Date: Feb 2005
Posts: 9
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
  #7 (permalink)  
Old 03-25-2005, 10:37 AM
Member
 
Join Date: Jul 2004
Posts: 450
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.
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-25-2005, 10:42 AM
Member
 
Join Date: Jul 2004
Posts: 450
or / or change the banner line to 0 or 1%
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-25-2005, 11:09 AM
Junior Member
 
Join Date: Feb 2005
Posts: 9
<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 02:53 PM
Centering the logo in subBlack3dBlue theme shazymay2 Nuke 7.x - Themes 2 09-03-2006 12:24 PM
Centering my phpnuke site? fourtytwo Site design 1 08-07-2005 10:31 PM
Centering a logo in the MidnightXP Theme princessmegi Site design 5 06-15-2005 09:13 PM
centering logo? Krutch Nuke 7.x - Themes 2 12-05-2004 06:52 PM


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