Saturday, April 5, 2008

Remove gray broder around Hyper link Text

It's easy to remove gray border around hyper link text. just add css in your stylesheet.

a. {
outline:none;
}

No comments: