That is an html question, not a php one. Links by default are underlined and linked images have borders around them. You can easily get rid of them in your css declaration:
Code:
<style type="text/css">
a img {
border: none;
}
</style>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.