Have a look at the adsense linkunit below: If you like the idea, here's the code for the part below the linkunit in that image (the Categories section): <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td bgcolor="#E1771E"><span style="font-weight: bold; text-decoration: underline;">Categories</span> </td> </tr> <tr> <td bgcolor="#FFFFFF"> <a href="#">Celebrities</a> </td> </tr> <tr> <td bgcolor="#FFFFFF"> <a href="#">Cars</a> </td> </tr> <tr> <td bgcolor="#FFFFFF"> <a href="#">Cities</a> </td> </tr> </table> Code (markup): It can still be improved, as the links are 1 extra pixel apart, but that would mean adding an extra table. Well, hope you find this useful. Also, you shoud add this as font style: font-family: Arial, Helvetica, sans-serif; font-size: 12px; Code (markup): Mihai