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.
remove border image:
a img { border-style: none; }
Comments
Post a Comment