I normally put my “website design by . . .” on the lower right of the page in a div that is:
position:absolute;
bottom:15px;
right:15px;
I put the div in just above the /body tag, like so:
</div>
<div id="jla">
Website Design by <a href="http://www.jlaweb.com/">JLAWeb.com</a>
</div>
</body>
</html>
Normally it sets just above the bottom of the page on the right just inside the margin. On this site I am working on now it sets up about, maybe 300 to 400 pixels. And I haven’t been able to figure out why.
thanks for any help you can give!