Expand my Community achievements bar.

Line around image

Avatar

Level 1

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?

2 Replies

Avatar

Level 10

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

Avatar

Level 1

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