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

#1 2011-07-20 19:14:09

kimmy123
Scratcher
Registered: 2008-05-20
Posts: 1000+

How do you make bookmarks on your website?

I think they are called bookmarks....

An example of them:

You would go to Website.com/Characters#Sam.html and it would automatically scroll down to the part with Sam.

Last edited by kimmy123 (2011-07-20 19:14:34)


http://i.imgur.com/Mg3TPIE.pnghttp://i.imgur.com/rgyzXV5.pnghttp://i.imgur.com/685FKVd.pnghttp://24.media.tumblr.com/8678e33865664f328e1654109679cb92/tumblr_mm1qu3jGD71s8caito3_r1_250.gif

Offline

 

#2 2011-07-20 19:34:26

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: How do you make bookmarks on your website?

kimmy123 wrote:

I think they are called bookmarks....

An example of them:

You would go to Website.com/Characters#Sam.html and it would automatically scroll down to the part with Sam.

HTML

<a name="Sam">Stuff about Sam</a>

<a href="#Sam">Read about Sam</a> (If on same page)

<a href="http://www.website.com/Characters#Sam">
Read about Sam on our site!</a> (Link to section on different page.)


http://i46.tinypic.com/dw7zft.png

Offline

 

#3 2011-07-20 19:56:17

cheddargirl
Scratch Team
Registered: 2008-09-15
Posts: 1000+

Re: How do you make bookmarks on your website?

Closed by request or owner.


http://i.imgur.com/8QRYx.png
Everything is better when you add a little cheddar, because when you have cheese your life is at ease  smile

Offline

 

Board footer