Hi, footer.php: Thaks!
I can't find a way to align the footer properly to the bottom.
here's the blog page:
http://www.furrypuppet.com/blog/
style.css:
#footer {
padding: 10px 0;
background: repeat-x url(http://www.furrypuppet.com/blog/wp-content/themes/lemon-lime-10/images/footback.jpg) bottom;
text-align: center;
color: #598e17;
font-size: 11px;
}
#footer a {
color: #598e17;
text-decoration: underline;
}
<div id="footer">
<a href="http://www.furrypuppet.com">
<img src="http://www.furrypuppet.com/bars/bar1.gif" border="0"></a><br>
© 2006 FurryPuppet. All rights reserved. <b> +1 (718) 233-2506 </b> <a href="mailto:contact@furrypuppet.com">
contact@furryPuppet.com</a>
</div>
</body>
</html>