Friday, September 26, 2008

Remove border using CSS

We need to give border="0" when the < img ..> tag inside the < a href..> tag then a border will come arround the image...

By using this Style sheet code in your page to avoid the borders...

/* Style sheet for remove border when using IMAGE tag inside HYPERLINK */

a img {
border:0px;
}

/* End of Stylesheet */

No comments:

Popular Posts