CSS Removing blue outline on HTML email href images -


would check approaches can use remove anonymous blue outline when email consist of image href link? have tried

border: none; outline: none; text-shadow: none; box-shadow: none; 

but nothings works.

outline

remove border image:

a img {       border-style: none; } 

Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -