take a look at the rows.html and detail_link.html files in the themes/default folder.
for example, in detail_link.html
Code:
<a href='go.php?id=<%link_id%>' target=_blank onmouseout="window.status=''; return true;"
onmouseover="window.status='<%url%>'; return true;"><%url%></a></td>
You could change the last <%url%> to <%title%>. Now the hyperlink would be the Title and not the URL
Same for rows.
to go to the detail, use: <a href="detail.php?id= etc, etc
to go to the website, use: <a href="go.php?id= etc, etc
Last edited by esm; 06-04-2003 at 06:13 AM.
esm
"The older I get, the more I admire competence, just simple competence, in any field from adultery to zoology."
.