Jump to content

[SOLVED] Minor php and css help please.


newbtophp

Recommended Posts

I've been working on a small script (its my first one, im newbie).

 

And I can't seem to integrate the layout with the the whole script, I tried php include for the header and footer, it works but it dont come out right.

 

Whereas if I had the layout coded without phpincludes it works perfectly.

 

What I mean is when I do an include the footer is slightly more to the left, even though the css says its centered, just general inaccuracy.

 

Heres the site:

 

www.encrypt.hostxcel.co.uk

(this has no includes and looks perfect)

 

www.encrypt.hostxcel.co.uk/admin

(this is using includes and the footer links are slightly misplaced (their not centered), and the bottom left and right edges are not curved like the homepage.)

 

I used the exact code i did for the main page for the includes, except I separated the header (head tags/title) and footer (copyright/links divs).

 

Can anyone help?

 

Thanks

Link to comment
Share on other sites

Validating the frontpage

Only gives errors about attributes being used wrongly, nesting things where they shouldn't.

 

Validating the page using includes gives a nice

"Line 87, Column 6: end tag for element "DIV" which is not open"

 

I've decreased the w3 errors, I tried to decrease them all but sometime they lead to more errors.

 

The /admin which has the includes, still no luck, the footer is still...  :-\

 

Is their an alternative like a a css or div code which can fix this? or another way of including the layout.

Link to comment
Share on other sites

Well, on the admin page, look near the bottom where you include the files. You end the page and then insert some more divs (persumably the footer code). You need to include the footer.php page earlier on in the script.

 

The header.php is right at the top, and the footer.php is at the very bottom, the footer contains divs.

 

If I move the footer.php up within the above php code, the page will misfunction and display numerous syntax errors.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.