Hi Rob,
This is how you control the size of the picture display.
<td bgcolor="<% =CColor %>" align="center">
<% if Trim(rs("M_AVATAR_URL")) <> "" and lcase(rs("M_AVATAR_URL")) <> "noavatar.gif" and (IsNull(rs("M_AVATAR_URL")) = false) then %>
<% '## Forum_SQL - Get Avatar Settings from DB
strSql = "SELECT " & strTablePrefix & "AVATAR2.A_WSIZE"
strSql = strSql & ", " & strTablePrefix & "AVATAR2.A_HSIZE"
strSql = strSql & ", " & strTablePrefix & "AVATAR2.A_BORDER"
strSql = strSql & " FROM " & strTablePrefix & "AVATAR2"
set rsav = my_Conn.Execute (strSql) %>
<img src="<% =rs("M_AVATAR_URL") %>" align="absmiddle" width="<% =rsav("A_WSIZE") %>" height="<% =rsav("A_HSIZE") %>" border="<% =rsav("A_BORDER") %>" hspace="0">
<% set rsav = nothing
end if%>
</td>
I also saw a custom function posted by davye. I can not recall the link.
Share A Square at forumSquare
GauravBhabu
There is only one miracle...That is LIFE!