Page is a not externally linkable
all_the_words - 9:12 am on Dec 9, 2012 (gmt 0)
I have a piece of code that I've been working on for a sidebar navigation panel for a Blogger hosted blogger.
It is one image cut into cubes that, when hovered over state what they are (ie. twitter, facebook, whatever) and obviously link to those sites. Thing is, it's not working. I will cover 'coffee' (ie paypal you $5, that's decent for a cup of coffee, yes?) for anyone who can fix it. Hell, I'll even throw in a month of free advertising on my site (www.iknowallthewords.com)
Note: there is currently no link for 'shop' I'll add it later. okay, here it is:
<p align="right"><a href="https://www.facebook.com/pages/I-Know-all-the-Words/164161076999723"><img
onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/facebookcloud.png’”
onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/facebookred.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/facebookcloud.png” width=170 height=170 alt="facebook" style="border:none;" /></a>
<br />
<a href="https://twitter.com/#!/all_the_words"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/twittercloud.png’”
onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/twittercolour.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/twittercloud.png” width=170 height=170alt="twitter" style="border:none;" /></a>
<br />
<a href="http://www.bloglovin.com/en/blog/2037623/i-know-all-the-words"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog
%20photos/bloglovincloud-2.png’” onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/bloglovincube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/bloglovincloud-2.png” width=170 height=170 alt="bloglovin" style="border:none;" /></a>
<br />
<a href="http://pinterest.com/allthewords/"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/pinterestcloud.png’”
onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/pinterestcube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/pinterestcloud.png” width=170 height=170 alt="pinterest" style="border:none;" /></a>
<br />
<a href="http://feeds.feedburner.com/IKnowAllTheWords"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog
%20photos/subscribecloud.png’” onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/subscribecube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/subscribecloud.png” width=170 height=170 alt="subscribe" style="border:none;" /></a><br />
<a href="http://www.iknowallthewords.com/2009/01/contact-me.html"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog
%20photos/mediakitcloud.png’” onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/mediakitcube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/mediakitcloud.png” width=170 height=170 alt="media kit" style="border:none;" /></a>
<br />
<a href="http://www.iknowallthewords.com/2010/01/sponsor.html"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog
%20photos/sponsorcloud.png’” onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/sponsorcube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/sponsorcloud.png” width=170 height=170 alt="instagram" style="border:none;" /></a>
<br />
<a href="shop address here"><img onmouseout=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/shopcloud.png’”
onmouseover=”this.src=’http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/shopcube.png’”
src=”http://i4.photobucket.com/albums/y115/i_like_spoons/blog%20photos/shopcloud.png” width=170 height=170 alt="coming soon" style="border:none;" /></a>
<br /></p>
Thank you soooo much to whoever can fix this.