Page 1 of 1

At the bottom...

Posted: Sat Jul 22, 2006 7:51 pm
by JellyFish
How do I make it to where a specified html code is allways at the bottom of the body?

Posted: Sat Jul 22, 2006 7:56 pm
by Benjamin

Code: Select all

<?php include 'includes/footer.php'; ?>

Posted: Sat Jul 22, 2006 8:19 pm
by JellyFish
I get your method. But this would mean I'd have to put this at the end of every page of my website. This is not what I mean. I do recall there being a <htable> and <ftable> tags(EDIT: I'm not sure if these exist. Do correct me if they don't). Don't these tags allow the code within them to be at the head and foot of the parent table? Well is there such a thing as <hbody> and <fbody> tags?

Posted: Sat Jul 22, 2006 8:53 pm
by JellyFish
Okay so I did a little research. I couldn't find the <htable> and <ftable> so I'm assuming they don't exist. So if they really don't then how could I make a div or span that is placed at the buttom of the whole page using javascript (if not js then php)?