hmm I'm still having trouble getting this to work.
<% If (IsNull("sVendorImg"))then %>
'do nothing
<% else %>
<img src = "<%=qtest2("sVendorImg")%>" class="floatleft">
<% end if %>
I'm grabbing an image from a data base <img src = "<%=qtest2("sVendorImg")%>" And I need to have it so if there is nothing in the field sVendorImg it will jump past it.