This topic is locked

Header.asp & footer.asp

4/27/2009 8:37:02 AM
ASPRunnerPro General questions
B
bhicks11 author

I am including a custom header and footer in my application but find the header is not centering on the page and the footer is not on the bottom of the page - it's directly under the asprunner stuff. Can you point me to examples of what the html should include and look like to get this formated correctly? For example, should each include a <body>? I tried starting a table in the header and closing it in footer but isn't doing the trick.
Also, I could have sworn I saw either a tutorial or an article about adding headers/footers but can't find it.
Thanks,
Bonnie

J
Jane 4/27/2009

Hi,
you don't need to add <body> the to your header file.

To center your header use this code:

<p align="center">...</p>


I'm not sure that I understand your question about footer. Where do you want to show it?

B
bhicks11 author 4/27/2009

Hi,

you don't need to add <body> the to your header file.

To center your header use this code:
I'm not sure that I understand your question about footer. Where do you want to show it?


Hi Jane,
I want it at the bottom of the screen - it is in the middle of the screen just below whatever form happens to be on the page (list, add, etc).
By the way - is there a tutorial or was I dreaming?
Thanks,
Bonnie

Sergey Kornilov admin 4/27/2009