Hey all, been racking my brain trying to figure out what I did to get this error on Line 279 of the pop_up_profile.asp page.
<img
src="<%
If strRankCustomStars <> "" Then
Response.Write(strRankCustomStars) Else Response.Write(strImagePath
& intRankStars & "_star_rating.gif")
Response.Write(""" alt=""" & strGroupName &
""" align=""absmiddle"">") %></td>
|
After clicking on Pop Up Link wrote:
pop_up_profile.asp, line 279
If strRankCustomStars <> "" Then Response.Write(strRankCustomStars) Else Response.Write(strImagePath & intRankStars & "_star_rating.gif") Response.Write(""" alt=""" & strGroupName & """ align=""absmiddle"">") ---------------------------------------------------------------------------------------------------- ----------------------------------------^
|
I'm no expert, in fact this is my first site ever... but If I took a guess it looks like it's missing an
ElseIf or Else, but none of those work. The rest of the color coded code after this is not working unless I put
a Quotation after the last %>.
Hope ya'll can see past my ignorance.. Thanks in advance.
Heck of a first post, but I'm stumped... (hope this is the right place

)