Hi Adam
I've run into a bit of a problem and was wondering if you can help…
When I’m inserting images from the factory insert image form I need to keep the image path relative as there are multiple servers and the cute editor sits in a different folder structure to where the images are actually being displayed causing the image not to display.
One way of solving this would be to put a squiggle ~ in front on the URL and the .net engine will step down the folders and render the correct path. E.g “~/images/myExampleImage.jpg”
Is there a file that I can alter the <img> tag declaration so that I can add runat=server into the tag so that I can use ~?
Thanks for your help
Andrew