I insert an image into the editor and then select the image and add a link to it. The editor puts a blue border around it. I don't want the border so I edit the image and select 0 for the border. This does nothing. How can I make sure that the border can be removed when doing this?
Tue, 08/31/2010 - 21:49
#1

Re: How to remove the border when added a link to an image?
element.removeStyle( 'border-width' );
to
element.setStyle( 'border-width', 0 );