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.