I&#39;m using Oxygen 10.x<br><br>I have image urls that our users use that look like this:<br>&quot;<a href="https://www.mysite.com/image/button?color=orange&amp;OwnerId=JoeSmith&amp;size=large&amp;amp;background=white">https://www.mysite.com/image/button?color=orange&amp;OwnerId=JoeSmith&amp;size=large&amp;amp;background=white</a>&quot;<br>

<br>When these URLs are opened, they pull in the right button based upon the owner, color, size, and background.<br><br>If I try to use this image URL as-is in the image tag, I get an error because the &quot;&amp;&quot; means the following word is treated as an HTML entity name such as &amp;copy or &amp;trade.<br>

<br>So I changed the &quot;&amp;&quot; in the URL to &quot;&amp;amp;&quot;<br><br>Now I don&#39;t get an error, but I also don&#39;t get an image.<br><br>Is there a way to modify this URL so it retrieves the right image using the syntax I&#39;m using? I can&#39;t point to an image without using these parameters.<br clear="all">

<br>-- <br>Steve Matlock<br><a href="http://nohomeformyblog.blogspot.com/">http://nohomeformyblog.blogspot.com/</a><br>