I just changed rows.html.but i cannot see background colors...
here the code
HTML Code:<%$hook_html_rows_begin%> <%if $sponsored%> <%include file="sponsored_rows.html"%> <%elseif $premium%> <%include file="premium_rows.html"%> <%else%> <div class="link_rows"> <table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#ECECEC"> <tr> <td bgcolor="#CCCCCC" width="12"> </td> <td bgcolor="#CCCCCC"><%$title%></td> </tr> <tr> <td width="12"> </td> <td> </td> </tr> <tr> <td width="12"> </td> <td><%$description%></td> </tr> <tr> <td width="12"> </td> <td> </td> </tr> </table> </div> <%/if%> <%$hook_html_rows_end%>



