Hi,
I didn't find the topic for Dynamic Image in form home page so I am posting my problem here.
I have just purchased the Dynamic Image extension. The ASP cods this extension wrote for me is like this.
<% '***************' '*Dynamic Image*' '***************' DW_Image = rsPosts.Fields.Item("txtImageName").Value DW_AltText1 = "Picture for Main Article": DW_altImage = "images/footballmedia.gif": DW_AltText2 = "Picture for Main Article": DW_AternativeText = "": DW_thumbSuffix = "": DW_ImageBorder = "0": DW_ImageAlign = "" response.write(DW_getImagePath(DW_Image,DW_AltText1,DW_altImage,DW_AltText2,DW_AternativeText,DW_thumbSuffix,DW_ImageBorder,DW_ImageAlign)) %>
But the problem is this cod can not find right image because my images are not in roof of site. They are in "images" folder. Could you let me know how should I add the image path in code. Or would be great if you can add it to the code and post it back here so I can copy and paste.
Thanks for help.
Kourosh |
|
|