/ Published in: CSS

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<style type="text/css"> /* Removes borders from linked images */ a img { border:none; } </style>
Comments

<style type="text/css"> /* Removes borders from linked images */ a img { border:none; } </style>