Hi,
I am working on converting my very cheesy "inactive members" mod and I am having some difficulty converting some of my lines to "Response writes"
Here is an example of one of the lines I am having a problem with:
<td align=center bgcolor="<% =strForumCellColor %>"><font face="<% =strDefaultFontFace %>" size="<% =strDefaultFontSize %>"><% =ChkDate(rs("M_LASTHEREDATE")) %></font></td>
<td align=center bgcolor="<% =strForumCellColor %>"><a href="JavaScript:openWindow('pop_warn_mail.asp?id=<% =rs("MEMBER_ID") %>')"><img src="icon_email.gif" height=15 width=15 alt="Send <% = ChkString(rs("M_NAME"),"display") %> a Warning E-Mail" border="0" align="absmiddle" hspace="6"></a>
I am specifically having difficulty with where the ""'s go. I realize that the HTML should be wrapped in quotes, but beyond that (double, triple quotes) I start to lose grasp of WTF I am doing...
Any help with this is greatly appreciated. If someone could just give me a brief explanation, I am sure I can figure it out.
Thanks!