[Help] How to make links box on forum?

Status
Not open for further replies.
5 comments
if u want exactly same thing

PHP:
<!-- sw_affiliate forum start -->
<style type="text/css">table#ll{margin:0 auto;border:0px solid #072A66;table-layout:fixed;background-color:#00bbee;width:550px;}table#ll tbody

td{padding:0;width:20%;overflow:hidden;_text-overflow:ellipsis;}.bold td{padding:0;margin:0;font-weight:bold;font-size:10pt;}table#ll tbody td

a,table#ll tbody td a:hover{white-space:nowrap;_height:1%;display:block;padding:3px 3px 7px;text-align:center;text-decoration:none;font-size:10pt;font-color:#da9c17;margin-bottom:-1px;}table#ll tbody td a{color:#00bbee;background-color:#ffffff;}table#ll tbody

td a:hover{color:#F2F5F9;background-color:#00bbee;font-weight:bold;font-size:10pt;}noscript{display:none;}</style><table id="ll" cellspacing="1"><tbody>
<tr>
<td><a target="_blank" href="#"><small><strong>LINK HERE</strong></small></a></td>
<td><a target="_blank" href="#"><small><strong>LINK HERE</strong></small></a></td>
<td><a target="_blank" href="#"><small><strong>LINK HERE</strong></small></a></td>
<td><a target="_blank" href="#"><small><strong>Link HERE</strong></small></a></td>

<td><a target="_blank" href="#"><small><strong>LINK HERE</strong></small></a></td>
</tr>

</tbody></table> 
<br> 

<!--SW Affiliate Table End--><br>
 
Status
Not open for further replies.
Back
Top