comew devo scrivere il path di img considerando che nel db il campo "cover" è testo (45.gif)
e le foto sono in /images/


codice:
<%
if not Rec("attach") = "" then 
response.write "<span class='testo'>[img]& Rec([/img]
"
else
response.write "[img][/img]
</span>"
end if
%>