View Single Post
  #1  
Old 03-25-2007, 04:11 AM
tappedout's Avatar
tappedout tappedout is offline
 
Join Date: Apr 2006
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default how do i remove space between border and body?

I recently installed a border hack, to put border images around my forum body. after installing this, it seemed to work, however i noticed a small space in between my right border image and the forum body. does anyone know what would cause this? Here is the hack that i used (inactive for a long time, and the designer has been offline for about 2 years :X)

https://vborg.vbsupport.ru/showthrea...t=90882&page=2

i copied that code Verbadum as it fit my forums well (so i thought)

Here is the install .txt for that hack.

Code:
#################################
Forum Image Border.
Demo: http://www.NaKazdyTemat.com
#################################

1. Enter the following code at the very top of your "header" template. Make sure to edit the code to fit your site. Dont forget to save.

_____________________________________________________________
#############################################################

<table width="800" align="center" border="0" cellpadding="0" cellspacing="0" bgcolor="ENTER YOUR PAGE BACKGROUND COLOR HERE THE DEFAULT COLOR LIKE IN THE DEMO IS #FFFFFF">

  <tr>
     <td id="leftc" width="38">
     <img src="images/spacer.gif" width="38" alt="ENTER YOUR SITE NAME HERE" />
     </td>
     <td width="1000">

_____________________________________________________________
#############################################################

2. Enter the following code at the very bottom of your "footer" template. Make sure to edit the code to fit your site. Remember to save.

_____________________________________________________________
#############################################################

<td id="rightc" width="38">
<img src="images/spacer.gif" width="38" alt="ENTER YOUR SITE NAME HERE" /></td>
   </tr>
</table>

_____________________________________________________________
#############################################################

3. Enter the following into your "Additional CSS Definitions" (you can find it in Styles & Templates > Style Manager > All style options.
Enter the code at the very bottom of "Additional CSS Definitions"
Make sure to save :)
_____________________________________________________________
#############################################################

#leftc {
background-image: url(images/left.jpg); 
}

#rightc {
background-image: url(images/right.jpg); 
}

_____________________________________________________________
#############################################################


4. Go to Styles & Templates > Style Manager > Edit Templates > Postbit Templates and add the code below to the following templates.
Open "postbit" template and to the very bottom add the following code and save it.

_____________________________________________________________
#############################################################

<if condition="$show['spacer']">
	</div>
	$spacer_close
</if>


_____________________________________________________________
#############################################################

Open "postbit_legacy" template and to the very bottom add the following code and save it.

_____________________________________________________________
#############################################################


<if condition="$show['spacer']">
	</div>
	$spacer_close
</if>

_____________________________________________________________
#############################################################

6. In your Styles settings set your "Main Table Width" to: 100%


7. In your Styles settings set your Body Background color to: #3A3935 (If you want the images to match the backgound. If you edit the images you will propably want to change this.)


8. Upload the attached images to your "forum/images" folder.


You are done!!
-NKT
Screenshot of the space included.

Link to site with this error: Http://www.gfx.liveassault.com/forum

Thank you in advanced for any help.
Attached Images
File Type: jpg Untitled-11.jpg (79.7 KB, 0 views)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01234 seconds
  • Memory Usage 1,802KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_attachment
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete