How can I avoid having a frame around an image - CSS Views : 300
Tagged in : CSS
0 0
Send mail
How can I avoid having a frame around an image
Use the below style in your <img>
style="background-color: transparent; border: none";
By Nirmala, On - 2010-09-10



    Login to add Comments .