Hello
I would like to associate relevant individual images to my url results.
As my site is database driven, every page has the same Head data and therefore I cannot use the ZOOMIMAGE tag as the image path would be the same for every page.
I am therefore trying to associate by naming each image file I want to display to match the URL name as suggested.
However, my page URLs contain a “?”
e.g. https://www.domain.co.uk/index.asp?f...AYCAT&catid=17
Windows filenames obviously cannot contain this illegal character to enable my image to be called:
index.asp?function=DISPLAYCAT&catid=17.jpg
Are there ways around this?
Thanks.
I would like to associate relevant individual images to my url results.
As my site is database driven, every page has the same Head data and therefore I cannot use the ZOOMIMAGE tag as the image path would be the same for every page.
I am therefore trying to associate by naming each image file I want to display to match the URL name as suggested.
However, my page URLs contain a “?”
e.g. https://www.domain.co.uk/index.asp?f...AYCAT&catid=17
Windows filenames obviously cannot contain this illegal character to enable my image to be called:
index.asp?function=DISPLAYCAT&catid=17.jpg
Are there ways around this?
Thanks.
Comment