template bug

Status
Not open for further replies.

Xerion

Baseband Member
Messages
67
there is a bug,where it says: show printable version,subscribe to thread,... at viewing thread,almost at bottom
there is a black place at right of it
at view source,it has the following code:
preview:
Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"   align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="98%">
<tr>
	<td bgcolor="#F1F1F1" align="center"><font face="verdana,arial,helvetica" size="1" >
	[img]images/printer.gif[/img]
	[url="printthread.php?s=&threadid=1018"]Show Printable Version[/url] |
	[img]images/sendtofriend.gif[/img]
	[url="sendtofriend.php?s=&threadid=1018"]Email this Page[/url] |
	[img]images/subscribe.gif[/img]
	[url="member2.php?s=&action=addsubscription&threadid=1018"]Subscribe to this Thread[/url]
	</font></td>
</tr>
</table>
</td></tr></table>
code:
PHP:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"   align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="98%">
<tr>
	<td bgcolor="#F1F1F1" align="center"><font face="verdana,arial,helvetica" size="1" >
	[img]images/printer.gif[/img]
	[url="printthread.php?s=&threadid=1018"]Show Printable Version[/url] |
	[img]images/sendtofriend.gif[/img]
	[url="sendtofriend.php?s=&threadid=1018"]Email this Page[/url] |
	[img]images/subscribe.gif[/img]
	[url="member2.php?s=&action=addsubscription&threadid=1018"]Subscribe to this Thread[/url]
	</font></td>
</tr>
</table>
</td></tr></table>
i dont know which template is it cause i dont got vbulletin
the text wont be the same,cause soem text is replaced with variables

anyway,fix for it
preview:
Code:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"   align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
	<td bgcolor="#F1F1F1" align="center"><font face="verdana,arial,helvetica" size="1" >
	[img]images/printer.gif[/img]
	[url="printthread.php?s=&threadid=1018"]Show Printable Version[/url] |
	[img]images/sendtofriend.gif[/img]
	[url="sendtofriend.php?s=&threadid=1018"]Email this Page[/url] |
	[img]images/subscribe.gif[/img]
	[url="member2.php?s=&action=addsubscription&threadid=1018"]Subscribe to this Thread[/url]
	</font></td>
</tr>
</table>
</td></tr></table>
code:
PHP:
<table cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"   align="center"><tr><td>
<table cellpadding="4" cellspacing="1" border="0"  width="100%">
<tr>
	<td bgcolor="#F1F1F1" align="center"><font face="verdana,arial,helvetica" size="1" >
	[img]images/printer.gif[/img]
	[url="printthread.php?s=&threadid=1018"]Show Printable Version[/url] |
	[img]images/sendtofriend.gif[/img]
	[url="sendtofriend.php?s=&threadid=1018"]Email this Page[/url] |
	[img]images/subscribe.gif[/img]
	[url="member2.php?s=&action=addsubscription&threadid=1018"]Subscribe to this Thread[/url]
	</font></td>
</tr>
</table>
</td></tr></table>
there is only 1 change,at second table tag,just change width from 98% to 100%
take care
 
Status
Not open for further replies.
Back
Top Bottom