A much more stylish affiliation box for vbulletin by myself.
xHTML Transitional | No additional CSS Needed.
Code:
<!-- Better Affiliation Box V1.0 // PT -->
<table class="tborder" width="100%" align="center" border="0" cellpadding="6" cellspacing="1"><tbody><tr>
<!-- Box One -->
<td class="alt2" width="20%">
<div align="center"><a href="http://www.google.com" target="_blank"><b>Box 1.</b></a> </div></td>
<!-- Box Two -->
<td class="alt1" width="20%">
<div align="center"><a href="http://www.google.com" target="_blank"><b>Box 2.</b></a> </div></td>
<!-- Box Three -->
<td class="alt2" width="20%">
<div align="center"><a href="http://www.google.com" target="_blank"><b>Box 3.</b></a> </div></td>
<!-- Box Four -->
<td class="alt1" width="20%">
<div align="center"><a href="http://www.google.com" target="_blank"><b>Box 4.</b></a> </div></td>
<!-- Box Five -->
<td class="alt2" width="20%">
<div align="center"><a href="http://www.google.com" target="_blank"><b>Box 5.</b></a> </div></td>
</tr></tbody></table>
<!-- Better Affiliation Box V1.0 // PT -->