I know very little HTML. In fact I could correct that and say I know basically nothing at all about it. I started a free online course almost 2 years ago to start learning but it was summer time and I had other distractions going on like jumping on the trampoline and trying to fix my CRV. Anyway, I know what jump linking is or rather I know that it is possible but I have never actually created one before. In my previous post Buying a domain name I listed it as something new that I learned and BOY did I learn. I am sure it was mostly due to ignorance but I had a heck of a time figuring this out. For something so simple I thought there would be thousands of tutorials and how to videos but everything I could find did not do the best job of giving an in depth step by step guide. So here is my step by step guide for you, enjoy!
What I learned
Do not be afraid but there is a tiny amount of code you need to write in order to make this happen. So let's rip the band aid off quickly, this is the required code
<a href="#jump1"></a>
<a id="jump1"></a>
Okay! We survived, not all that scary right? Now that we know the code let's get started
- Open the blog page you are editing
- Open the page view drop down menu (the pencil looking icon in the upper left)
- Select the HTML view option
- Click the format HTML button
- Select the find tool
- Type in the text you are adding the jump link to (in my case "How to Jump Link") and press enter
- Select the area where you are jumping from
- Insert <a href="#jump1"> directly before the text
- Insert </a> directly after the text
- Selection the area where you are jumping to
- Insert <a id="jump1"> directly before the text (notice the # is not needed here)
- Insert </a> directly after the text
- Switch back to Compose view
- BOOM! D-O-N-E, your page should have jump links now.
Looking forward
Now that I have learned this new skill I plan to update my old posts and include jump links in my new post. The only way for this skill to really sink in is to continue to use it until it's second nature. I am super excited that I was able to figure this out and share it with you!
-John
No comments:
Post a Comment