footer problems when including a URL
-
i want to put in my own custom footer so in my index.php and single.php and page.php pages i replaced
<?php get_footer(); ?>
with
<div id="footer>? 2009 Gold Coast Chamber of Commerce<br /> Designed by <a href="https://www.adfgadfgadfg.com" target="blank">adfgadfgadfg.com</a></div>
however, for some weird reason, whenever i remove the <a href=… that makes it a hyperlink, and just have text in the footer div, it all shows up correctly centered at the bottom of the page. but when i just use the code detailed above, that includes the hyperlink HTML, the only thing it displays in the footer is adfgadfgadfg.com, and it’s not centered. here’s a sample: https://www.goldcoastchamber.com/wordpress/
any idea how to fix? thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘footer problems when including a URL’ is closed to new replies.