Re: [oXygen-user] Putting an image URL in an image reference

2010-02-01 Thread Radu Coravu
Hi Steve, The correct way to edit the image reference is with "&"'s escaped as "&" or "%26"'s so that the resulting XML is well formed. Oxygen relies very much on the image extension to see if an image is supported or not. In your case the image URL is just a PHP or CGI script delivering an im

Re: [oXygen-user] Putting an image URL in an image reference

2010-01-29 Thread Jeremy H. Griffith
On Fri, 29 Jan 2010 10:59:38 -0800, Steve Matlock wrote: >I'm using Oxygen 10.x > >I have image urls that our users use that look like this: >" >https://www.mysite.com/image/button?color=orange&OwnerId=JoeSmith&size=large&background=white >" > >When these URLs are opened, they pull in the right

[oXygen-user] Putting an image URL in an image reference

2010-01-29 Thread Steve Matlock
I'm using Oxygen 10.x I have image urls that our users use that look like this: " https://www.mysite.com/image/button?color=orange&OwnerId=JoeSmith&size=large&background=white " When these URLs are opened, they pull in the right button based upon the owner, color, size, and background. If I try