I'm trying to use a footer on my page. Using css the id is as follows
#footer {
positon:absolute;
bottom:0px;
text-align:center;}
<p id="footer">
This page was designed by Dublin Entertainment Co. Copyright 2011
</p>
I'm wanting the footer to always appear at the very bottom of the page. any ideas?
#footer {
positon:absolute;
bottom:0px;
text-align:center;}
<p id="footer">
This page was designed by Dublin Entertainment Co. Copyright 2011
</p>
I'm wanting the footer to always appear at the very bottom of the page. any ideas?