Thanks for the tips everyone but I think I'm still missing the point. I looked at the doc's and they reference pens but show hair color in the example but logic is logic right?? With the right color pens I could draw hair back on my head

..
I think my problem is in placement.. I have tried to place the odd even in my link.html template but that doesn't recognize odd/even.
Then I tried to place it in my category.html template where it calls the
<%links%> . Hopefully I didn't include too much code but I don't want to miss anything.. <%--
File : category.html
Description : This file displays a single category page.
Tags : On this page, you have all the properties of the category
you are viewing, plus:
links => A list of all links in this category.
links_loop => A loop of all the links in this category.
--%>
<%if links%>
<%header_row%>
<td width=200> <%header_font%>
LINKS:
<%/header_font%></td>
<td bgcolor="white"> </td>
</tr> <%if next_span%>
<!-- Next/Previous links if spanning pages. -->
<tr>
<td align="right" colspan=2><%body_font%>
<small>Pages:
<%next_span%>
</small></td>
</tr>
<%endif%>
<tr>
<td colspan=2> <%body_font%>
<!-- Header for the link table. -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100"><div align="center">
<%body_font%>
Start</div></td>
<td width="100"><div align="center">
<%body_font%>
End</div></td>
<td width="150"><div align="center">
<%body_font%>
Event Name</div></td>
<td width="125"><div align="center">
<%body_font%>
City</div></td>
<td width="25"><div align="center">
<%body_font%>
State</div></td>
</tr>
<tr>
<td colspan="5"><hr></td>
</tr>
</table>
<!-- End Header for the event table. -->
<%links%> </td>
</tr>
Example from Doc's <%loop results%>
<tr><td bgcolor="<%if even%>white<%else%>silver<%endif%>">..</td></tr>
<%endloop%> I even tried replacing the <%links%> section with the code below <%loop links_loop%>
<div color="<%if odd%>white<%else%>silver<%endif%>">
<include link.html%></div>
<%endloop%> I hunted around the GT directory to find the sub you show modifying but couldn't determine which one to make changes in..
Andy, thanks for the understanding that we aren't all programmers.. I definately fall under the category of "Just enough to be dangerous"..