I am trying to work with someone else's code. Please take a look at the code below:
Response.Write "<a href=ViewEvent.asp?" & "view_date=" & day(dtCurViewday) & "-" & monthname(month(dtCurViewday)) & "-" & year(dtCurViewday) & ">" & Day(dtCurViewDay) & "</a></B><br>" & formatStr(dictDte(Day(dtCurViewDay)- 1, 1)) & "</FONT><BR>"
I want to remove the link in bold. How do I do this? I have tried to remove it, but I am not sure how to remove it without affecting rest of the code. I don't want there to be a link.