/ Published in: CSS
Expand |
Embed | Plain Text
<style type="text/css"> /* Removes borders from linked images */ a img { border:none; } </style>
You need to login to post a comment.
pablazo on 04/24/07
2 people have marked this snippet as a favorite
<style type="text/css"> /* Removes borders from linked images */ a img { border:none; } </style>
You need to login to post a comment.