PDA

View Full Version : need some help pls


mastertek2000
02-29-2008, 11:50 PM
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


<!-- 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 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp $last10_threads</marquee></td>
</tr>
</table>
<br>
<!-- last10_threads_by_alshehi -->

shovel
03-02-2008, 10:52 PM
use...


<!-- 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 :&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp $last10_threads</marquee></td>
</tr>
</table>
<br>
<!-- last10_threads_by_alshehi -->