View Single Post
Old 30-09-2006, 01:50   #2 (permalink)
7am
Resident Slacker
 
7am's Avatar
 
Join Date: Sep 2006
Posts: 34
You could apply the class to the <tr> tag rather than the table and that should fix your issue.

Ie:
Code:
<table align="right"> <tr class="mainmenu"> <td>Our Brand &nbsp;&nbsp; | &nbsp;&nbsp;</td> <td>Media Kits &nbsp;&nbsp; | &nbsp;&nbsp;</td>
-Lee
  Reply With Quote