NiteOwl
Junior Member
Canada
403 Posts |
Posted - 27 September 2003 : 17:50:44
|
I am interested in putting a link directly to the right of the graphic that appears on the top-left of the page.
eg. the snitz graphic above, directly to the right would appear my link, I have been testing and am having great difficulty finding the correct line to inset the code, any suggestions?
I saw a previous post here by the Admin that refers to the global.asa file and the code to impliment it. As Below . . . I want to add this code to my inc_header.asp but am having trouble finding the exact place to satisfy my requirmenst outlined above.
<%'## BEGIN Active Users CODEResponse.Write " <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Active Users: " & Application("ActiveUsers") & " Visits Today: " & Application("VisitorsToday") & "</font><br>" & vbCrLfResponse.Write " <font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Highest Active Users: " & Application("HighestToDate") & " " & "</font><br>" & vbCrLf'## END Active Users CODE%>
|
-=NiteOwl=-
|
|