I have gone back from scratch in HTML but this time creating my own tutorial as I go along and have covered a few items before right here on this forum before and now I just can't seem to remember and understand the bleepety-bleep-bleep-BLEEP things no matter how many tutorials I read a million times on the net, so really freaking frustrating, my head is about to explode, sorry got to vent somewhere before I run amok!
Ok, [I'm taking a few deep breaths here......], let me start with "linking to a location on the same page", I see the anchors
Quote:
<a href="#myanchor">Go to anchor</a>
<a name="myanchor">My Anchor</a>
|
Using my text here as an example, I want to use the word in the first line "gone" to link directly to the word "million" in the 5th line from the top, how do I do this please?
|