Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-19-2002, 07:11 PM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Can you help me? :)

I have this strange 1 pixel gap between my header and the contents in forumhome..

I've checked the tables and there's no cellpadding or spacing (it's all set to 0)

I can't think for the life of me what's causing it..

Any ideas ?

Regards

- miSt
Attached Images
File Type: gif screenshot17.gif (41.1 KB, 0 views)
Reply With Quote
  #2  
Old 12-19-2002, 07:34 PM
Cypher720's Avatar
Cypher720 Cypher720 is offline
 
Join Date: Aug 2002
Posts: 705
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

post your code...itll be a lot easier

btw - i know i said i cant do it on AIM...and i still cant, but other people can...and will
Reply With Quote
  #3  
Old 12-19-2002, 07:36 PM
filburt1 filburt1 is offline
 
Join Date: Feb 2002
Location: Maryland, US
Posts: 6,144
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Usually when you see that it's because of extra whitespace (spaces, tabs, newlines) in the <td> cell.
Reply With Quote
  #4  
Old 12-19-2002, 09:04 PM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok i'll post up my header and the start of my forumhome template... One sec:

Header:

PHP Code:
<!-- logo and buttons -->
<
center>

<
table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<
tr><td>

<
table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0" bgcolor="{pagebgcolor}">


  <
a href="index.php?s=$session[sessionhash]">
<
center><img src="{titleimage}" border="0" alt="$bbtitlealign="center"></center>
</
a>
  <
tr><td valign="bottom" align="center" nowrap>


  </
td>
</
tr>
</
table>
<!-- /
logo and buttons --> 
Start of forumhome:

PHP Code:
{htmldoctype}
<
html>
<
head>
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache">
    <
meta http-equiv="no-cache">
    <
meta http-equiv="Expires" content="-1">
    <
meta http-equiv="Cache-Control" content="no-cache">
    <!-- 
end no cache headers -->
    <
meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
    <
meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to [url]http://www.vbulletin.com/[/url] .">
    <
title>$bbtitle powered by vBulletin</title>
    
$headinclude
</head>
<
body>
$header




<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextraalign="center">
<!-- 
$unregwelcomemessage -->
<
tr valign="bottom">
    <
td background="{imagesfolder}/statsbgtop.gif" width="252"><smallfont>
&
nbsp;Members$numbermembersThreads$totalthreadsPosts$totalposts<br>
&
nbsp;Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
    </
smallfont></td>
<
td align="right" width="252">aaaaa</td>
    <
td align="right" width="252" background="{imagesfolder}/infobgtop.gif"><smallfont>
    
The time now is $timenow.<br>
    
You last visited$bbuserinfo[lastvisitdate].
    </
smallfont></td>
</
tr>


<
tr valign="bottom">
    <
td width="252" background="{imagesfolder}/statsbgbottom.gif"><smallfont>

    </
smallfont></td>
<
td align="right" width="252">aaaaa</td>
    <
td align="right" width="252" background="{imagesfolder}/infobgbottom.gif"><smallfont>
    </
smallfont></td>
</
tr>



</
table>
<!-- /
text -->

<
br
Regards

- miSt
Reply With Quote
  #5  
Old 12-21-2002, 06:50 AM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help mr mist :P

Purty please..

- miSt
Reply With Quote
  #6  
Old 12-22-2002, 05:45 PM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please can somone help?
Reply With Quote
  #7  
Old 12-22-2002, 06:46 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Underneath $header, find :
Code:
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
replace with:

Code:
<table cellpadding="0" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} v_align=top>
Might work
Reply With Quote
  #8  
Old 12-23-2002, 03:45 PM
Dean N Steve's Avatar
Dean N Steve Dean N Steve is offline
 
Join Date: May 2004
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nope that doesn't work....

I think it should also be valign="top" - not v_align="top" (dont quote me on it tho hehe)

I tried both

Any more ideas

*calls out mr knowitall filburt hehe*

- miSt
Reply With Quote
  #9  
Old 12-23-2002, 03:57 PM
BLaRmuS BLaRmuS is offline
 
Join Date: Jun 2002
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol its not that hard to find

find:
Quote:
<td align="right" width="252">aaaaa</td>
and then you can just take it out or you can jsut take out the aaaaa
Reply With Quote
  #10  
Old 12-23-2002, 04:11 PM
assassingod's Avatar
assassingod assassingod is offline
 
Join Date: Jul 2002
Posts: 3,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%"  valign=_top>
That should work.

And BLaRmuS, thats not what miSt is asking for.
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

Forum Jump


All times are GMT. The time now is 03:53 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04438 seconds
  • Memory Usage 2,300KB
  • Queries Executed 14 (?)
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
  • (3)bbcode_code
  • (2)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete