OK, more help required. I'm a coding newb.
I got a link in USERCP_SHELL. But it the cell w/ my link is a different color than the rest (see attachment).
Here's a snippet from the template:
PHP Code:
do=editlist">$vbphrase[buddy_ignore_lists]</a></td>
</tr>
<if condition="$show['attachments']">
<tr>
<td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td>
</tr>
</if>
<!-- start iTrader plugin -->
<tr>
<td nowrap="nowrap">
<a class="smallfont" href="itrader.php?$session[sessionurl]">My iTrader</a>
</td>
</tr>
<!-- end iTrader plugin -->
</table>
<!-- / usercp nav -->
</td>