Help - Search - Members - Calendar
Full Version: Addin an image link
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
Chelsealicious
...how would i go about this?
MissHygienic
There are two ways you can do this.

In HTML:
CODE
<a href="URLHERE"><img src="URLHERE" border="0"></a>


Or you can get rid of borders on ALL images by using CSS:
CODE
<style type="text/css">
img {
border: 0;
}
</style>
Chelsealicious
Thnx soo much !
MissHygienic
You're welcome.

I'll close this topic because your issue has been resolved. If you need this reopened for further questioning, just PM me, and I'll gladly reopen it for you.

Topic closed.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.