Viewing Single Page Website and Hyperlinks

Single Page Website and Hyperlinks



User: Guest 12 years ago
Is it possible to hyperlink to text on a single page?

I'm creating a single page website and want to set my navigation bar to jump to the different sections of the page.

Thanks!

Tricia
Edit
User: Paul-RAGESW 12 years ago
Yes you can do this. Create an HTML widget and enter this code in there. Place the HTML Widget on your page where you want the link to jump to when clicked;

<a name="myanchor"></a>...nbsp;

Then select the text or shape you want the user to click and set it to link to an external page. Enter this into the URL field;
#myanchor

Not that myanchor can be replaced to anything as long as both the link and HTML snippet match (only use the characters a-z for it though and don't use any spaces).

-------------------------------
Paul
EverWeb Developer
User: Guest 12 years ago
Thanks!
Edit
User: Roddy 12 years ago
Here's a demo of both anchors and smooth scrolling anchors in EasyWeb...

http://roddymckay.com/EasyWeb/smooth-scrolling-anchors.html

... and an example of a fixed position navigation using smooth anchors...

http://roddymckay.com/EasyWeb/website-testing/web-test.html

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.