PDA

View Full Version : Extra line in my postbit, help


!!!cyr0n_k0r
11-09-2002, 10:03 PM
For some reason I have this extra white line thing in my postbit and I dont know how to get rid of it.

Notice that line right above the "newthread" button?

NTLDR
11-09-2002, 10:05 PM
The background image isn't big enough and is being repeated hence the white line.

!!!cyr0n_k0r
11-09-2002, 10:26 PM
$postbits



<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%">
<!-- time zone and post buttons -->
<table border="0" cellspacing="0" cellpadding="0" bgcolor="{tableheadbgcolor}">
<tr>
<td width="100%"><smallfont color="{tableheadtextcolor}"><b>$timezone</b></smallfont></td>
<td><a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]"><img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
<td><normalfont>&nbsp;&nbsp;</normalfont></td>
<td><a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>


thats the code for that part. See the problem? cause I dont.

Dean C
11-10-2002, 09:17 AM
Might be:


<td><normalfont> </normalfont></td>


- miSt

NTLDR
11-10-2002, 06:37 PM
The problem is that your new thread/reply buttons are too big an that the background is being repeated to compensate for that.

Either:

Use smaller buttons;
Or make the image higher.

NTLDR
11-10-2002, 06:39 PM
The problem is that the new thread/reply buttons are too high, either make them smaller or make the background image higher.

!!!cyr0n_k0r
11-10-2002, 10:43 PM
actually your all wrong. I fixed this.

The problem was that I was calling for an image as the background instead of a color (thus the line)

problem was the code was calling for the image twice. A simple edit and it fixed everything right up.

-------------

I still need this question answered.

https://vborg.vbsupport.ru/showthread.php?s=&threadid=45568