I'm making a website. Again. How do you make a footer? I've seen ones with
<div id = "footer">...</div>
using Inspect Element, but how do you make a footer?
Offline
jvvg wrote:
Well, that does make a <div> with the id footer...
However, you also need to apply CSS code to make it look how you want.
And do you know how to do that? Or link to a page w/ examples?
Offline
This kinda sounds like a force-fit topic to get the answer. Might I suggest posting this on a site like Coder's Shed instead?
Last edited by stevetheipad (2012-09-06 21:42:21)
Offline
stevetheipad wrote:
This kinda sounds like a force-fit topic to get the answer. Might I suggest posting this on a site like Coder's Shed instead?
Well, I'm making my own custom code. I have seen over 10 topics about non-Scratch languages (not including my own 2), and none have been closed. I'll think on this. Meanwhile, do you have an answer?
Offline
Firedrake969 wrote:
stevetheipad wrote:
This kinda sounds like a force-fit topic to get the answer. Might I suggest posting this on a site like Coder's Shed instead?
Well, I'm making my own custom code. I have seen over 10 topics about non-Scratch languages (not including my own 2), and none have been closed. I'll think on this. Meanwhile, do you have an answer?
Well, yeah.
Learn CSS.
Stuff like that isn't just made using HTML. You have to apply CSS code to the div with the ID footer.
To learn XHTML and CSS, I would recommend w3schools.com
Offline
I prefer codeacademy.com
EDIT: sorry, fixed
Last edited by jji7skyline (2012-09-07 03:16:31)
Offline
jji7skyline wrote:
I prefer codeacademy.com
Spelled wrong in your post and links to a fishy website.
Last edited by soupoftomato (2012-09-06 22:09:45)
Offline
If you want the footer on all pages though then make one file called "footer.php" and then on every file put
<?php require "footer.php"; ?>
so if you need to edit it you don't need to go into millions of files and edit all of them, you can just edit one
stevetheipad wrote:
This kinda sounds like a force-fit topic to get the answer. Might I suggest posting this on a site like Coder's Shed instead?
Not really, he's making a website
Offline