vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   How do get rid of this space? (https://vborg.vbsupport.ru/showthread.php?t=187503)

PGAmerica 08-07-2008 07:32 PM

How do get rid of this space?
 
1 Attachment(s)
I have modified my style a bit on my site.

You can see the new style by going to http://www.christianfunforums.com/fo...php?styleid=34

However, look at the image I attached to this post. There is a noticable space between the bottom of my category image and the top of the forum listing.

In order to get the listing to look like it does, all I had to do was modify my forumhome_forumbit_level1_nopost template.

The template currently looks like this

Code:

</table>
 
<br />
 
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<tbody>
    <tr>
        <td style="background:url(/path/to/my/image/cat_$forumid.jpg) no-repeat;" colspan="<if condition="$vboptions[showmoderatorcolumn]">5<else />4</if>" height="50">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="/path/to/my/image/clear.gif" width="100%" height="50" border="0"></a>
    </td>
<td align="center">
            <if condition="$childforumbits">
        <a href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
        </td>
    </tr>
    <tr align="center">
      <td class="thead" width="5%">&nbsp;</td>
      <td class="thead" width="50%" align="$stylevar[left]">$vbphrase[forum]</td>
      <td class="thead" width="25%">$vbphrase[last_post]</td>
      <td class="thead" width="10%">$vbphrase[threads]</td>
      <td class="thead" width="10%">$vbphrase[posts]</td>
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead" width="0%">$vbphrase[moderator]</td>
      </if>
    </tr>

</tbody>
<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
$childforumbits
</tbody>
</if>

Can anybody please tell me what I need to do to get rid of the space? I can guarantee that the space is not part of the category image.

Attitude5ire 08-07-2008 08:12 PM

erm.. did you try removing <br />

from the top of template
</table>
<br />

PGAmerica 08-07-2008 09:37 PM

I appreciate the quick reply. That <br /> puts a space above my image. I need to remove the space below my image.

Ideas?

Opserty 08-07-2008 10:32 PM

Code:

<tr>
        <td style="padding-bottom:0; background:url(/path/to/my/image/cat_$forumid.jpg) no-repeat;" colspan="<if condition="$vboptions[showmoderatorcolumn]">5<else />4</if>" height="50">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img src="/path/to/my/image/clear.gif" width="100%" height="50" border="0"></a>
    </td>
<td align="center" style="padding-bottom:0;">
            <if condition="$childforumbits">
        <a href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
            </if>
        </td>
    </tr>

Try adding that bit in green I've highlighted.

PGAmerica 08-12-2008 10:53 PM

Thank you for the response. Unfortunately, that did not kill the extra space. Any other ideas?


All times are GMT. The time now is 05:32 AM.

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.01063 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete