mkemichael
Starting Member
12 Posts |
Posted - 07 January 2004 : 15:19:19
|
I've got the event calendar and event list mods install just fine, but I would also like a link from the user name to the user's profile. I'm a little weak on my ASP knowledge. Does anyone know how to do this?
This is the line that displays the username " <td bgcolor=""" & strForumCellColor & """ nowrap><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strForumFontColor & """>" & getMemberName(rsSQL("E_MEMBER_ID")) & "</font></td>" & vbNewLine & _
I've tried very hard to figure this one out on my own because I'm doing this to learn ASP, but ran into a wall. Any help would be appreciated. |
|