/    Sign up×
Community /Pin to ProfileBookmark

how to put something at the bottom of the page

Hi i am a total newbie at this and not ashamed to say so :p, I would like to put something at the bottom of my page, like a footer, what command do i use to do so? Also i used the exact same command and color code on my page and they are different colors ? not too sure why.
Sorry if i sound lost but like i said i am a newbie ?
Thanks for your help

to post a comment
HTML

2 Comments(s)

Copy linkTweet thisAlerts:
@che_rishJan 25.2006 — It would be helpful if you can post the code you made. When you post your code here, make sure you wrap it with the [code=html] tag. :)
Copy linkTweet thisAlerts:
@welshJan 25.2006 — hey, with that css can be your best friend.

add this to your head:
[code=html]
<style type="text/css">
#footer {
position: absolute;
bottom: 0;
}
</style>
[/code]


then in your code this:
[code=html]
<div id="footer">your footer here!</div>
[/code]


that should do it but you may need to add another div for the main body.
×

Success!

Help @WhiteLightning spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...