Logo
Including a link back to your display on CoolDisplays.Net is very easy. It is even possible to incldue the number of votes your display has received. (
Vote count is only updated once per day.);
To add the logo to your site with a link back to your display:
- The div that holds the image will need a style. Add these lines to an external style sheet or inside of
<style type="text/css"> ... </style> tags. (Note: The Image is transparent.
Depending on the background colors of your site, you may need assign background-color to the div.)
.coolLogo {
background-color:#99CCFF; /* Line is Optional */
display:inline-block;
padding: 5px 15px 5px 15px;
*display:inline; /* IE6 Hack */
}
img.coolLogo {
border: 0px;
}
- Add the follow HTML at the location the logo should appear.
<div class="coolLogo">
<a href="https://cooldisplays.net/index.php?page=single&id=1&width=400">
<img src="https://cooldisplays.net/picture.php?logo=1&width=400">
</a>
</div>