Open your inc_top.asp file. Around line 154, look for this table tag:<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
Change the link in red to the page you want it to link to. Or you can change it to this:<td valign="top" width="50%"><a href="<% =strHomeURL %>"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a></td>
- David