Mar 17, 2009

Remove image link frame using CSS

Add below script into css file.


a img{ text-decoration : none;
border-bottom-style: none;
border-bottom-width: 0px;
border-top-style: none;
border-top-width: 0px;
border-left-style: none;
border-left-width: 0px;
border-right-style: none;
border-right-width: 0px; }

2 comments:

nprphotography said...
This comment has been removed by the author.
nprphotography said...

Where do you put that code in your layout? Do you have to do that each time you post or once as long as in your layout code?

thnx