Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-01-2005, 12:34 PM code problem
Skilled Talker

Posts: 84
Trades: 0
Hi,

I am creating a website and on one of the pages I want to have several bullet points at the top. Each bullet point will then link to a part of the page further down.

I have tried searching google for the code to do this, but i had no luck, I guess I dont know what to call it so it was hard searching.

So, what I would like is, when you click on one of the bullet points the link takes you further down that page.

thank you
b3nn3t is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-01-2005, 12:41 PM
stoot98's Avatar
Ultra Talker

Posts: 427
Name: Stuart
Location: Glasgow, Scotland
Trades: 0
You need to create anchors at the points of the page you want to link to, and then link to these.

The code for the anchor is

HTML Code:
<a name="pagePosition"></a>
and then the code for the link should be

HTML Code:
 <a href="#pagePosition">Go to Page Position</a>
That doesnt do anything with the bullet points, i figured you've figured them out already.

Hope this helps
Stoot
stoot98 is offline
Reply With Quote
View Public Profile
 
Old 08-01-2005, 02:34 PM
Skilled Talker

Posts: 84
Trades: 0
Hi,

Yeah bullet points i know, I am self taught so I know how to do a lot of things, but not everything

thanks for the help
b3nn3t is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to code problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41934 seconds with 12 queries