The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
hey guys i run the last ten threads on my site but it looks plane is there a way to put a boarder around it thanks in advance
Code:
<!-- last10_threads_by_alshehi -->
<table border="1" cellpadding="2" cellspacing="3" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="100%">
<tr>
<td width="100%"><marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrollamount="2" scrolldelay="60" div class="smallfont">Last 10 THreads :   $last10_threads</marquee></td>
</tr>
</table>
<br>
<!-- last10_threads_by_alshehi -->
|
|
#2
|
||||
|
||||
|
use...
Code:
<!-- last10_threads_by_alshehi -->
<table cellpadding="2" cellspacing="3" style="border-collapse: collapse;border:1px solid #111;" id="AutoNumber1" width="100%">
<tr>
<td width="100%"><marquee onmouseover=this.stop() onmouseout=this.start() direction="left" scrollamount="2" scrolldelay="60" div class="smallfont">Last 10 THreads :   $last10_threads</marquee></td>
</tr>
</table>
<br>
<!-- last10_threads_by_alshehi -->
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|