space on the header

outlaw

New Member
44208674jb5.jpg


Is there any way to remove the space from the header
 
hmm ok i will post it but i think there is no problem in the template coz even when i change the them the space still like that on all themes i used..
 
here is the tamplate

<a name="top"></a>
<div id="side_borders_inner">
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td width="$stylevar[outertablewidth]" class="logo_bg" style="background-image: url($stylevar[imgdir_misc]/top_bg.jpg)">
<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="left"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if></td>
</tr>
<tr>
<td height="31" colspan="2" class="meny_bg" style="background-image: url($stylevar[imgdir_misc]/meny_bg.jpg)"> <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">
<td class="meny_nav"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]/"> Forums <else /> <a href="$vboptions[homeurl]/"> Home </if></a></td>
<if condition="$show['member']">
<td class="meny_nav"><a href="$vboptions[bburl]/usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
<if condition="$show['registerbutton']">
<td class="meny_nav"><a href="$vboptions[bburl]/register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
</if>
<if condition="$vbulletin->products['vbblog']">
<td class="meny_nav"><a href="$vboptions[bburl]/blog.php$session[sessionurl_q]">$vbphrase[blogs]</a></td>
</if>
<if condition="$vbulletin->products['vbprojecttools']">
<td class="meny_nav"><a href="$vboptions[bburl]/project.php$session[sessionurl_q]">$vbphrase[projects]</a></td>
</if>
$template_hook[navbar_buttons_left]
<td class="meny_nav"><a href="$vboptions[bburl]/faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
<td class="meny_nav"><a href="$vboptions[bburl]/memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
<if condition="$show['popups']"> <if condition="$show['searchbuttons']">
<if condition="$show['member']">
<td class="meny_nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="meny_nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if>
<td id="navbar_search" class="meny_nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[search]</a>
<if condition="$show['quicksearch']">
<script type="text/javascript"> vbmenu_register("navbar_search"); </script>
</if></td>
</if> <if condition="$show['member']">
<td id="usercptools" class="meny_nav"><a href="$show[nojs_link]#usercptools" accesskey="3">$vbphrase[quick_links]</a>
<script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
</if> <else /> <if condition="$show['searchbuttons']">
<td class="meny_nav"><a href="$vboptions[bburl]/search.php$session[sessionurl_q]" accesskey="4">$vbphrase[search]</a></td>
<if condition="$show['member']">
<td class="meny_nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<td class="meny_nav"><a href="$vboptions[bburl]/search.php?$session[sessionurl]do=getdaily" accesskey="2">$vbphrase[todays_posts]</a></td>
</if> </if>
<td class="meny_nav"><a href="$vboptions[bburl]/forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>
<if condition="$show['member']">
<td class="meny_nav"><a href="#" onClick="window.open('misc.php?$session[sessionurl]do=buddylist&focus=1','buddylist','statusbar=no,menubar=no,toolbar=no,scrollbars=yes,resizable=yes,width=250,height=300'); return false;">$vbphrase[open_buddy_list]</a></td>
</if> </if> $template_hook[navbar_buttons_right] <if condition="$show['member']">
<td class="meny_nav"><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onClick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a></td>
</if> </tr>
</table></td>
</tr>
<tr>
<td height="17" colspan="2" class="meny_bg_bottom" style="background-image: url($stylevar[imgdir_misc]/menu_bottom_bg.gif)">&nbsp;</td>
</tr>
</table>

</td></tr>

</table>
<!-- /logo -->

$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
 
well that looks ok,

In additonall css section find:
side_borders_inner

and post the attributes it looks like a css problem, what style are you using btw?

also I see by the screenshot your using ie7, have you looked at it in other browsers?
 
well on all styles i used even the default style this space always here i tried to use mozilla firefox and still the same to :S so strange

Here is my additional css

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

.logo_bg {
background: #E0E7ED url(images/mistystyle/misc/top_bg.jpg) ;
}

.meny_bg {
background: #129012 url(images/mistystyle/misc/meny_bg.jpg) ;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
.meny_bg_bottom {
background: #FFFFFF url(images/mistystyle/misc/menu_bottom_bg.gif) ;
}

.meny_height {
height : 31px;
background : #004779;
}
.meny_nav {
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 5px 3px 5px;
}
.meny_nav a:link {
color: #FFFFFF;
text-decoration: none;
}
.meny_nav a:visited {
color: #FFFFFF;
text-decoration: none;
}
.meny_nav a:active {
color: #FFFFFF;
text-decoration: none;
}
.meny_nav a:hover {
color: #FFFFFF;
text-decoration: underline;
}
.tborder_icons {
background-color: #D1D1E1;
color: #000000;
border-top: 1px solid #6581c1;
border-right: 1px solid #6581c1;
border-left: 1px solid #6581c1;
border-bottom: 1px solid #6581c1;
}
.legacy {
background-color: #F5F5FF;
color: #283A5E;
padding: 2px;
border: 1px inset;
margin-bottom: 2px;
}
.post_message
{
color: #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}
.post_message a:link
{
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
border-bottom: 1px dotted #4D528C;
}

.post_message a:visited
{
color: #4D528C;
border-bottom: 1px dotted #4D528C;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}

.post_message a:hover
{
color: #4D528C;
border-bottom: 1px dotted #FF0000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}

.post_message a:active
{
color: #4D528C;
border-bottom: 1px dotted #FF0000;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
}

#side_borders_inner {
border-left: 1px solid #826D54;
border-right: 1px solid #826D54;
width: 99%;
margin: 0px auto;
}

.foter_bg {
background: #227FA6;
}
.user_online {
color: #336600;
}
.user_offline {
color: #4D528C;
}
.user_invisible {
color: #FF0000;
}

.nopost_spacer {
padding: 0px 0px 16px 0px;
}
#tborder_icons_spacer {
padding: 5px 0px 5px 0px;;
}
#forumhome_bottom_spacer {
padding: 5px 0px 5px 0px;;
}
#forumdisplay_spacer {
padding: 5px 0px 5px 0px;;
}
#nav_spacer {
padding: 5px 0px 5px 0px;;
}
#footer_spacer {
padding: 5px 0px 5px 0px;;
}
 
oke as i can see thats just the banner you need to download the banner and redo it with paint or other program and remove the lower part, then upload it back to your ftp images folder and now the banner will be smaller.
 
Back
Top