Go to Post For all of you thinking three alliances... how big of a pain would it be to have three different bumper colors? - Jon Stratis [more]
Home
Go Back   Chief Delphi > Technical > IT / Communications > Website Design/Showcase
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Spotlight this post!  
Unread 22-01-2010, 17:06
Dan Zollman's Avatar
Dan Zollman Dan Zollman is offline
7
FRC #1712 (Dawgma)
Team Role: Alumni
 
Join Date: May 2005
Rookie Year: 2005
Location: Ardmore, PA
Posts: 392
Dan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond reputeDan Zollman has a reputation beyond repute
Re: Need some Help please!!

Sounds like you want to use anchors:

You can add an anchor using the "id" attribute. Say the page is called "bios.html". If you send a link to "bios.html#something", it will look for an element with an "id" of "something".

For example, say the page has a series of bios, each starting with a heading:

Code:
<h3>Member #1</h3>

<p>bio...</p>

<h3>Member #2</h3>

<p>bio...</p>
Give each h3 a unique "id".

Code:
<h3 id="member1">Member #1</h3>

<p>bio...</p>

<h3 id="member2">Member #2</h3>

<p>bio...</p>
Then create a link to each section:

Code:
<a href="#member1">Go to member 1's bio</a>
This will cause the page to scroll to the heading with id="member1".

If you're linking to the bio FROM a different page, include the path:

Code:
<a href="bios.html#member1">Go to member 1's bio</a>
Note that the ID value must begin with a letter, not a number.
__________________
Product design student at Rensselaer
Web designer/consultant
FIRST alum, Dawgma 1712

dan.zollman - at - gmail.com
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
In Need of Some Help Please! MChapman Chit-Chat 0 02-01-2008 00:59
I need some ideas please Carlos Felipe General Forum 1 09-01-2007 12:27
hey need some help with writing a code please help me here magical hands Programming 9 01-01-2004 21:46
NEED some help please.... archiver 2001 1 24-06-2002 00:59


All times are GMT -5. The time now is 16:55.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi