day-level permalink   Friday, September 20, 2002

HTML 1-A Lesson: Anchorsimages/InsertLink_joel.gif

Al Macintyre has been adding so many great sources to his article Understanding Radio Categories, the page has grown into nine (yes, I counted) screen lengths of information. One of his eRadio ideas is to accomodate the multitude of information by updating the presentation:

"It would be really nice if each of the summary questions up top was a link to the detail answer down below." "Down the road I hope to learn Radio Outlining..."

I can't help out with the outlining, but I do know how to make anchors. Imagine a hyperlink that does not jump to another webpage, but jumps to another heading on the same webpage. Here is the code:

<A href="#enablingCategories">How do we enable Categories?<A>
<A href="#categoryGotchas">What are some gotchas, to avoid, that can get us into trouble?<A>
<A href="#postingToCategories">How do we post stuff to Categories?<A>

<A name=enablingCategories>How do we enable Categories?<A>
Aug 3 I talked about this.
Russ Lipton has several documents of relevance.

<A name=categoryGotchas>What are some gotchas, to avoid, that can get us into trouble?<A>
Russ Lipton has several documents of relevance. Check out...

Here is how it will look:

How do we enable Categories?

What are some gotchas, to avoid, that can get us into trouble?

How do we post stuff to Categories?

How do we enable Categories?

Aug 3 I talked about this.

Russ Lipton has several documents of relevance.

What are some gotchas, to avoid, that can get us into trouble?

Russ Lipton has several documents of relevance. Check out...

Ok, Al - when you learn of Outlining, will you explain it to the rest of us? :)

11:50:32 PM  comment [] | Categories: 80-20 Web Development, Html 1-A|