E
Earl Partridge
FP 2000
I have a folder containing pictures of club members... but not all members.
My variable "photo" is created as:
photo = rs("LName") & "-" & rs("FName") & ".jpg"
Then the image is added to the table with:
<td BORDERCOLOR="#c0c0c0" valign="middle"><fong size="2" FACE="Arial"
COLOR="#000000">
<img src="images/mugshots/<%=photo%>"</td>
If there is no picture on file, a Red X is displayed. How can I suppress
that
Red X... or replace it with just a dash?
I have a folder containing pictures of club members... but not all members.
My variable "photo" is created as:
photo = rs("LName") & "-" & rs("FName") & ".jpg"
Then the image is added to the table with:
<td BORDERCOLOR="#c0c0c0" valign="middle"><fong size="2" FACE="Arial"
COLOR="#000000">
<img src="images/mugshots/<%=photo%>"</td>
If there is no picture on file, a Red X is displayed. How can I suppress
that
Red X... or replace it with just a dash?