Sponsor Logos
wpacker1
Registered Users Posts: 34 Big grins
Hello all, I'm wondering if anyone would be able to tell how to put sponsor logos on my site ? I'm not good with code so any help would be appreciated.
0
Comments
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Add a HTML/CSS block and add this in the HTML section:
[html]
<div class="sponsor-logos">
<div class="sponsor-logo logo-1"><a href="/url-here/"><img src="/url-of-logo-here.jpg" alt="logo text here" /></a></div>
<div class="sponsor-logo logo-2"><a href="/url-here/"><img src="/url-of-logo-here.jpg" alt="logo text here" /></a></div>
<div class="sponsor-logo logo-3"><a href="/url-here/"><img src="/url-of-logo-here.jpg" alt="logo text here" /></a></div>
<div class="sponsor-logo logo-4"><a href="/url-here/"><img src="/url-of-logo-here.jpg" alt="logo text here" /></a></div>
</div>
[/html]
Add this to your CSS:
It should give you 4 logos spaced 20px apart, horizontally.
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk