Once again, a bit of research and effort can bring a lot out of a profile.
Since people will inevitably want to add links to other sites, and even want those links to be images, I found this bit of code that would do just the job. Even the one that centers the images.
...and yes, .gif files work too.
<style>
//*Image Centering Code Here!//*
img {
display: block;
margin-left: auto;
margin-right: auto;
}
</style>
<a href="site_url">
<img alt="insert own" src="image_url" width="auto"" height="100"/>
</a>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )