[template bug] -
template bug
Discuss template bug
Posted by: Xerion
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]
<!-- thread options links -->
<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 src="images/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=&threadid=1018">Show Printable Version</a> |
<img src="images/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=&threadid=1018">Email this Page</a> |
<img src="images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=&action=addsubscription&threadid=1018">Subscribe to this Thread</a>
</font></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
[/code]
code:
[php]
<!-- thread options links -->
<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 src="images/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=&threadid=1018">Show Printable Version</a> |
<img src="images/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=&threadid=1018">Email this Page</a> |
<img src="images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=&action=addsubscription&threadid=1018">Subscribe to this Thread</a>
</font></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
[/php]
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]
<!-- thread options links -->
<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 src="images/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=&threadid=1018">Show Printable Version</a> |
<img src="images/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=&threadid=1018">Email this Page</a> |
<img src="images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=&action=addsubscription&threadid=1018">Subscribe to this Thread</a>
</font></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
[/code]
code:
[php]
<!-- thread options links -->
<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 src="images/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=&threadid=1018">Show Printable Version</a> |
<img src="images/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=&threadid=1018">Email this Page</a> |
<img src="images/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=&action=addsubscription&threadid=1018">Subscribe to this Thread</a>
</font></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
[/php]
there is only 1 change,at second table tag,just change width from 98% to 100%
take care
Posted by:
Heh i never even noticed that.
I'm sure Chopper'll sort it out when he gets five minutes.
Posted by: Xerion
im sure he will :D
Posted by: Chopper
Thanks for pointing that out dude i'll fix it.
Cheers
Posted by: Xerion
i see its fixed now
loks better,right?
anyway,thanks for fixing ;)