Getting rid of the Blue Border on image in Wordpress sidebar...

3 replies
  • WEB DESIGN
  • |
Hey guys,

On the latest version on wordpress, I have uploaded a clickable image on the sidebar as a widget. But the image has a blue border since it is clickable I'm assuming.

How can I get rid of this blue border?

Thanks
#blue #border #image #rid #sidebar #wordpress
  • Profile picture of the author pjCheviot
    Banned
    Just use - border="0" - within the link. e.g.

    Code:
    <a href="http://whatever.com/">
     <img src="image123.gif" width="260" height="59" border="0" alt="logo"></a>
    {{ DiscussionBoard.errors[1467025].message }}
    • Profile picture of the author TheWinner
      Originally Posted by pjCheviot View Post

      Just use - border="0" - within the link.
      Wow super fast reply, thanks

      Where in the link do I put this?
      {{ DiscussionBoard.errors[1467038].message }}
    • Profile picture of the author TheWinner
      Originally Posted by pjCheviot View Post

      Just use - border="0" - within the link. e.g.

      Code:
      <a href="http://whatever.com/">
       <img src="image123.gif" width="260" height="59" border="0" alt="logo"></a>
      Awesome, thanks for this, I was searching everywhere for an answer.
      {{ DiscussionBoard.errors[1467044].message }}

Trending Topics