At the bottom...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

At the bottom...

Post by JellyFish »

How do I make it to where a specified html code is allways at the bottom of the body?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Code: Select all

<?php include 'includes/footer.php'; ?>
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post 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?
User avatar
JellyFish
DevNet Resident
Posts: 1361
Joined: Tue Feb 14, 2006 7:18 pm
Location: San Diego, CA

Post 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)?
Post Reply