Hi My image path field is called imageprefix = images/ which is entered in the Database tab of Sliding Images
I have entered two other fields Image190 and image345
When I look at the properties of the empty image boxes in a browser
the Left side sliding part shows
http://localhost/fbtest/cav0020_345.jpg
but the right side shows http://localhost/fbtest/images/
I cannot understand why they should be different
For this test I am calling just one record from the recordset and the recordset is showing the correct information.
On a new page this code shows the image correctly <p><img src="<%=(Products.Fields.Item("Compos345").Value)%>"></p>
The field compos345 which is a composite field made up of imageprefix and Compos345 = images/cav0020_345.jpg
Any ideas please? Thanks John |
|
|