


When I insert an image, it ends up with a faint line around it. I've tried using a .jpg and .png image and the same thing happens with both. Any ideas how I get rid of the line?
Views
Replies
Sign in to like this content
Total Likes
If you are using Image Field then you can make it readonly which will eliminate the highlighting to the field..
ImageField1.access = "readOnly";
You need to place the code in the Initialize event of the ImageField.
Thanks
Srini
Views
Replies
Sign in to like this content
Total Likes
Thank you Srini, I tried that but it didn't work. What I ended up doing was changing my image from CMYK to RGB and that solved the problem
Views
Replies
Sign in to like this content
Total Likes