Fri, 2013-12-13 23:56
i have a footer with an image and text, which for some reason are not aligned equally
what is wrong???
here is the code:
<div class="footer"> <a class="left" href="http://www.thoroprod.com"><img src="images/thoro.png" width="25"> <span>THORO PRODUCTIONS, INC.</span> © 2013 THORO PRODUCTIONS™ ALL RIGHTS RESERVED. </a> <a href=""><img src="images/logo2.png" width="25"></a> <a href="http://www.youtube.com/thoroprod1"><img src="images/youtube.png" width="25"></a> <a href="http://www.twitter.com/rexmakesbeats"><img src="images/twitter.png" width="25"></a> <a href="http://www.facebook.com/thoroprod"><img src="images/facebook.png" width="25"></a> </div>
Sat, 2013-12-14 00:07
#1
/* Footer Style
/* Footer Style */ .footer{ position:fixed; bottom:0px; left:0px; width:100%; font-size:13px; background:#000; height:20px; padding-bottom:10px; text-transform:uppercase; z-index:4; } .footer a{ padding:5px 10px; letter-spacing:1px; text-shadow:1px 1px 1px #000; color:#ddd; float:right; } .footer a:hover{ color:#fff; } .footer a span{ font-weight:bold; } .footer a.left{ float:left; }
Sun, 2013-12-15 20:37
#2
Link?
Could you upload your page to a public url; say a directory on your site?
cheers,
gary