To highlight featured links in your top pages use the following code,
1. Open /templates/link.tpl, and find the following code:
<table><tr>
change it to:
<table width="100%"><tr {if $link.FEATURED} class="feature_list"{/if}>
2. Open /main.css add the following to the end of the file:
tr.feature_list, td.feature_list{background-color:#dcdcdc; padding:5px;}
Done!
hope that helps someone!
M.
