This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-09-06 21:29:42

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Soooo....

I'm making a website.  Again.  How do you make a footer?  I've seen ones with

Code:

<div id = "footer">...</div>

using Inspect Element, but how do you make a footer?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#2 2012-09-06 21:34:37

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Soooo....

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.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2012-09-06 21:35:43

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Soooo....

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?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#4 2012-09-06 21:42:11

stevetheipad
Scratcher
Registered: 2011-08-06
Posts: 1000+

Re: Soooo....

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)


http://i.imgur.com/0x8ia.jpg
gone

Offline

 

#5 2012-09-06 21:45:10

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Soooo....

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?


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#6 2012-09-06 21:56:30

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Soooo....

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.  tongue

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


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#7 2012-09-06 22:05:57

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Soooo....

I prefer codeacademy.com  tongue

EDIT: sorry, fixed  smile

Last edited by jji7skyline (2012-09-07 03:16:31)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#8 2012-09-06 22:09:33

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: Soooo....

jji7skyline wrote:

I prefer codeacademy.com  tongue

Spelled wrong in your post and links to a fishy website.

Last edited by soupoftomato (2012-09-06 22:09:45)


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#9 2012-09-07 03:11:25

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Soooo....

If you want the footer on all pages though then make one file called "footer.php" and then on every file put

Code:

<?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


Why

Offline

 

Board footer