Jump to content
xisto Community
Sign in to follow this  
karlosantana

Multiple Includes Including 2 PHP files

Recommended Posts

Hello all,

once again I'm stuck. I'm designing a website again where a page (index.php) will use 2 PHP include files they are:

Header.php

Footer.php

Now whats happening is instead of footer.php being at the bottom of index.phpit's appearing top of the screen but at the bottom of header.php if that makes sense. I have quoted part of the CSS sheet below which I think is the problem. These are bothe included in the <head></head> section of index.php Please help me! :(

.footer{	position:absolute;	width:100%;	height:100px;	background-image:url('images/foot.png');	bottom: 0px;}
Thanks in advance

Kyle

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.