Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-10-2007, 09:22 AM
Majava Majava is offline
 
Join Date: Jun 2006
Location: East Sussex, England
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default how to remove a space under my banner?

Hi,

ive been racking my brain for an hour, but cant seem to find out how to get rid of the space below my banner. pic below

http://www.battlefieldhq.net/images/banner.JPG

Can anyone help me please?

Thanks
Reply With Quote
  #2  
Old 01-10-2007, 09:35 AM
BraindGee BraindGee is offline
 
Join Date: Feb 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

whats the code look like? stick your header code it, it might help.
Reply With Quote
  #3  
Old 01-10-2007, 09:42 AM
Majava Majava is offline
 
Join Date: Jun 2006
Location: East Sussex, England
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
<!-- logo -->
<a name="top"></a>

<table width="$stylevar[outertablewidth]"  align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23" align="center" valign="top" style="background-image:url($stylevar[imgdir_misc]/left.gif)"><img src="$stylevar[imgdir_misc]/left.gif" width="23"  border="0" alt="" /></td>
<td width="100%">

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="header_fond">
<tr>
<td align="$stylevar[left]" valign="top" height="131"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="images/chestnut/misc/logo.gif" border="0" alt="$vboptions[bbtitle]" /></a>
</td>
<td align="$stylevar[right]">
&nbsp;
<!-- banners -->
</td>
</tr>
</table>
<!-- /logo -->
Reply With Quote
  #4  
Old 01-10-2007, 09:51 AM
WhaLberg's Avatar
WhaLberg WhaLberg is offline
 
Join Date: Nov 2006
Location: Dersaadet
Posts: 569
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HTML Code:
<td width="100%">
Is it can be because of the fact that there is not a closing tag </td>? Or try to remove that.
Reply With Quote
  #5  
Old 01-10-2007, 09:56 AM
BraindGee BraindGee is offline
 
Join Date: Feb 2006
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

might be cos your banner is 117 px high, and you set table to be 131 high
Reply With Quote
  #6  
Old 01-10-2007, 09:57 AM
Majava Majava is offline
 
Join Date: Jun 2006
Location: East Sussex, England
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im sure there is a closing tag for that, its just i didnt paste all the headercode as i thought the code between <!-- logo -- > would be saficiant. apparantly not, so heres all the headercode.

Code:
<!-- logo -->
<a name="top"></a>

<table width="$stylevar[outertablewidth]"  align="center" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="23" align="center" valign="top" style="background-image:url($stylevar[imgdir_misc]/left.gif)"><img src="$stylevar[imgdir_misc]/left.gif" width="23"  border="0" alt="" /></td>
<td width="100%">

<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" class="header_fond">
<tr>
<td align="$stylevar[left]" valign="top" height="131"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="images/chestnut/misc/logo.gif" border="0" alt="$vboptions[bbtitle]" /></a>
</td>
<td align="$stylevar[right]">
&nbsp;
<!-- banners -->
</td>
</tr>
</table>
<!-- /logo -->


<!-- EFFET ROLLOVER BOUTONS -->
<table width="$stylevar[outertablewidth]"  border="0" cellspacing="0" cellpadding="0" align="center" style="background:#FFFFFF url($stylevar[imgdir_misc]/fond_bouton.gif);">
<tr>


<!-- Inscription -->
<if condition="$show['registerbutton']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_inscription.gif);"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow"
		onmouseover="JSFX.fadeIn('inscription')"
		onmouseout="JSFX.fadeOut('inscription')"><img
		src="$stylevar[imgdir_misc]/bouton_inscription.gif" name="inscription"  width="93" height="40" border="0" class="imgFader" id="inscription" alt="" /></a></td>
</tr>
</table>
</td>
</if>
<!-- /Inscription -->

<!-- Options -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_options.gif);"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]" rel="nofollow"
		onmouseover="JSFX.fadeIn('options')"
		onmouseout="JSFX.fadeOut('options')"><img
		src="$stylevar[imgdir_misc]/bouton_options.gif" name="options"  width="93" height="40" border="0" class="imgFader" id="options" alt="" /></a></td>
</tr>
</table>
</td>
</if>
<!-- /Options -->

<!-- Faq -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_faq.gif);"><a href="$vboptions[bburl]/faq.php$session[sessionurl_q]" rel="nofollow"
		onmouseover="JSFX.fadeIn('faq')"
		onmouseout="JSFX.fadeOut('faq')"><img
		src="$stylevar[imgdir_misc]/bouton_faq.gif" name="faq"  width="93" height="40" border="0" class="imgFader" id="faq" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /Faq -->

<!-- Membres -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_membres.gif);"><a href="$vboptions[bburl]/memberlist.php$session[sessionurl_q]" rel="nofollow"
		onmouseover="JSFX.fadeIn('membres')"
		onmouseout="JSFX.fadeOut('membres')"><img
		src="$stylevar[imgdir_misc]/bouton_membres.gif" name="membres"  width="93" height="40" border="0" class="imgFader" id="membres" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /Membres -->

<!-- Calendrier -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_calendrier.gif);"><a href="$vboptions[bburl]/calendar.php$session[sessionurl_q]" rel="nofollow"
		onmouseover="JSFX.fadeIn('calendrier')"
		onmouseout="JSFX.fadeOut('calendrier')"><img
		src="$stylevar[imgdir_misc]/bouton_calendrier.gif" name="calendrier"  width="93" height="40" border="0" class="imgFader" id="calendrier" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /Calendrier -->
	
<if condition="$show['popups']">		
<if condition="$show['searchbuttons']">
<if condition="$show['member']">

<!-- Nouveaux Messages -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_nouveaux_messages.gif);"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2" rel="nofollow"
		onmouseover="JSFX.fadeIn('Nmessages')"
		onmouseout="JSFX.fadeOut('Nmessages')"><img
		src="$stylevar[imgdir_misc]/bouton_nouveaux_messages.gif" name="Nmessages"  width="93" height="40" border="0" class="imgFader" id="Nmessages" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /Nouveaux Messages -->
<else />
<!-- Messages du Jour -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_messages_jour.gif);"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2" rel="nofollow"
		onmouseover="JSFX.fadeIn('Mjour')"
		onmouseout="JSFX.fadeOut('Mjour')"><img
		src="$stylevar[imgdir_misc]/bouton_messages_jour.gif" name="Mjour"  width="93" height="40" border="0" class="imgFader" id="Mjour" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /Messages du Jour -->
</if>


<!-- Recherche -->
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_recherche.gif);" id="navbar_search"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4" rel="nofollow"
		onmouseover="JSFX.fadeIn('recherche')"
		onmouseout="JSFX.fadeOut('recherche')"><img
		src="$stylevar[imgdir_misc]/bouton_recherche.gif" name="recherche"  width="93" height="40" border="0" class="imgFader" id="recherche" alt="" /></a><script type="text/javascript"> vbmenu_register("navbar_search", true); </script></td>
</tr>
</table>
</td>
</if>
<!-- /Recherche -->



<!-- Liens -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_liens.gif);" id="usercptools"><a href="$show[nojs_link]#usercptools" rel="nofollow"
		onmouseover="JSFX.fadeIn('liens')"
		onmouseout="JSFX.fadeOut('liens')"><img
		src="$stylevar[imgdir_misc]/bouton_liens.gif" name="liens"  width="93" height="40" border="0" class="imgFader" id="liens" alt="" /></a><script type="text/javascript"> vbmenu_register("usercptools", true); </script></td>
</tr>
</table>
</td>
</if>
<!-- /Liens -->
</if>

<!-- Deconnexion -->
<if condition="$show['member']">
<td width="93">
<table width="93"  border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_deconnexion.gif);"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"
		onmouseover="JSFX.fadeIn('deconnexion')"
		onmouseout="JSFX.fadeOut('deconnexion')"><img
		src="$stylevar[imgdir_misc]/bouton_deconnexion.gif" name="deconnexion"  width="93" height="40" border="0" class="imgFader" id="deconnxion" alt="" /></a></td>
</tr>
</table>
</td>
</if>
<!-- /Deconnexion -->

</tr>
</table>
<!-- /EFFET ROLLOVER BOUTONS -->
$spacer_open

$_phpinclude_output
Quote:
Originally Posted by BraindGee View Post
might be cos your banner is 117 px high, and you set table to be 131 high
nope, thats not it
Reply With Quote
Reply


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

Forum Jump


All times are GMT. The time now is 02:59 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03907 seconds
  • Memory Usage 2,243KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete