Anybody know how to get rid of this? When I try to create a hyperlink from an image I insert WP sometimes creates a blue outline around the image. I know I can create it in Kompozer and paste the HTML into WP, but is there a way to get rid of the blue outline in WP? Thanks
Thanks, but I don't think it's the css. It's not happening on every post, and I already edited out the blue outline in the post. I was just wondering if there's any way to correct the link using WP. Thanks
an outline is usually indicative of a border or a hyperlink, so set border to 0px or remove your hyperlink
hi! if you dont want the blue border set the border to 0 if you dont want to erase the link of the image.
It worked, but I was hoping I could do it with WP. It only happens on certain posts and there's a number of images and having to sift through the HTML is a bit "clunkier", but since it only happens occasionally I guess I can live with that. Thanks
What If you put in into the style sheet in editor? /* HTML Elements */ * { border:0; margin:0; padding:0; } Code (markup): That should stop it on all pictures?