Footer not footing
-
I’ve removed the footer completely, but see the homepage for how it’s supposed to act. It’s pretty simple (I would think), and it will go anywhere I put it except the very bottom. It’s as if it’s not recognizing the content.
In footer.html, this is my code:
<link href="CSS/Stylesheet.css" rel="stylesheet" type="text/css"> <body> <hr /> <div align="center" class="footerStyle"> <p align="center">www.DviantImage.com</p> </div> <div align="center" class="footerStyle"> ?2008 Dviant Image. All Rights Reserved. </div> <div align="center" class="footerStyle"><a href="index.shtml">Home</a> | Gallery: <a href="motor.shtml">Moto</a> <a href="people.shtml">People</a> <a href="other.shtml">Other</a> | <a href="about.shtml">About</a> | <a href="contact.shtml">Contact</a> | <a href="https://www.dviantimage.com/blog">Blog</a> | Calendar | Services | <a href="purchase.shtml">Purchase </a></div> </body> </html>
As an example, the index.php for the blog looks like this:
. . . . <?php get_footer(); ?>
With a call to the footer function at the bottom, would one not expect that the footer get loaded AFTER everything above it?
There is nothing in the stylesheet for WP about the footer, either. Suggestions?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Footer not footing’ is closed to new replies.