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

#1 2012-08-29 19:23:16

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

On Weebly, is it possible to...

No idea where this goes.  Anyways, is there a way to "link" to another place on the same page?  Like this:

Click here to go to the _______ section!

scroll down...

The ______ Section:  This is the section without a name.

But if you lick on the "click here" it goes down for you.

I know the tags are <div id = "something">text</div>, but on Weebly with custom HTML, can I make two boxes and have one box redirect to another?
EDIT:  Click, not lick.  Thank you for laughing.  (I hope)

Last edited by Firedrake969 (2012-08-29 19:42:10)


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

Offline

 

#2 2012-08-29 19:27:37

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: On Weebly, is it possible to...

Yes.

For the ______ section (the one you want linked to), put some text within <div id="sectionname">text goes here yep</div> or span tags instead of divs

And then for the link do <a href="#sectionname">link name</a>
yep


Posts: 20000 - Show all posts

Offline

 

#3 2012-08-29 19:29:52

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

Re: On Weebly, is it possible to...

veggieman001 wrote:

Yes.

For the ______ section (the one you want linked to), put some text within <div id="sectionname">text goes here </div> or span tags instead of divs

And then for the link do <a href="#sectionname">link name</a>

Deleting the "yep"s to see what you said...
What is dis "span tag" youz all talkin' 'bout?


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

Offline

 

Board footer