Space in Img File Name - Renders in FireFox but Not IE
I have an online store, some of the image file names have a space in them. This still displays fine in FireFox but not in IE. I tried to replace the space with a %20 thinking that this will render the image in IE and it still does not show in IE but will show in FireFox w/ the %20.
Here is my code:
<cfset sImage3 = "#reReplace(SImage,' ', '%20 ', 'all')#" >
<IMG SRC="#Trim(sImage3)#" BORDER="0" >
Any suggestions?
