Blue Line Removal
-
Can you talk me through how to remove the blue line around an image. I saw an early post, but I didn’t understand the Gallery and Short Code reference.
The blog I need help with is: (visible only to logged in users)
-
I don’t see any blue lines around your images, but usually that’s caused by the fact that the image is linked. You can just “unlink” it and the line will vanish.
-
I wasn’t talking about the above image, I was talking about my images on WordPress.
thanks -
So was raincoaster. As she said, blue border means clickable (linking) image. But it doesn’t show up in all browsers.
If the image has to be a linking one, then you can get rid of the blue border by changing the image code from this:
<img src=[etc]
to this:
<img border="0" src=[etc]
or this:
<img style="border:none;" src=[etc]That applies to text widgets as well as the html post or page editor. If you’re talking about a Gravatar widget or an Image widget, you can’t control it: you’ll need to use a text widget instead.
-
-
- The topic ‘Blue Line Removal’ is closed to new replies.