Guest_imported
New member
- Jan 1, 1970
- 0
Would appreciate some help with this one... I read the dynamically resize an image article at but for some reason the code does not work with my page!
my image code looks like this:
<img src="<%=(ResultsRecordset.Fields.Item("Image".Value)%>">
where the image paths are in the field "Image" in my database.
I suspect that the code might not work because the images that I want to resize are not on my server, they are being referenced from another website.
Thanks in advance,
Jonathan
my image code looks like this:
<img src="<%=(ResultsRecordset.Fields.Item("Image".Value)%>">
where the image paths are in the field "Image" in my database.
I suspect that the code might not work because the images that I want to resize are not on my server, they are being referenced from another website.
Thanks in advance,
Jonathan