But that’s not all hyperlinks can do. With a little tweaking, you also can set up hyperlinks to link to content on the same page. So remember that really exhaustive glossary you put together on industry terms your audience should know? Now, when you refer to something you said elsewhere in that article, you can actually link to it — making it much easier for your audience to figure out what the heck you’re talking about.
Want to see what I mean? Just click here.
Pretty cool, huh? The best part about it all is that it’s super easy to do yourself, even if you don’t have extensive HTML knowledge. If the HTML-speak feels confusing, just follow along with the real-world examples below.
Here’s how you do it.
In a normal linking scenario, the thing you need to link to has a URL of its own. But in this scenario, the page you want to link to and the page the link is on is one and the same — so you’ve got to make up a name for the link’s destination.
I’d recommend using word or phrase that describes the link’s destination. If you use a phrase, there should be no spaces — use underscores instead.
Let’s say we wanted to link to an example of a company using Facebook ads in a post. Here’s what I’d use as my object’s name:
facebook_ads_example
Now, onto the next step.
Translation: Replace the red section of the tag below with the name you chose in the previous step:
<a id=”INSERT_YOUR_OBJECT_NAME_HERE“>
<a id=”facebook_ads_example“>
Doing this sets the location of link. This is what your code should look like now:
<a id=”INSERT_YOUR_OBJECT_NAME_HERE“>The object you want to link to.</a>
<a id=”facebook_ads_example”>This is the Facebook ad example I want to link to.</a>
Now, go to the part of the post you’d like to have the hyperlink in. You’ll need to add a typical hyperlink HTML markup, but in the part where you’d typically include a URL, you’ll include the pound symbol (#) then the name of the object you’re linking to. Here’s what it looks like:
<a href=”#INSERT_YOUR_OBJECT_NAME_HERE“>Click here to see the content below.</a>
<a href=”#facebook_ads_example“>Click here to see an example of how a company uses Facebook ads.</a>
Simple as that.
(Hey there, curious folks from the introduction! Click here go back to where you left off.)
Source: Hubspot
[youtube http://www.youtube.com/watch?v=2TvlE5SFaxM] I finally got tired of doing this manually, so we created a free…
Pre-Compose 3D Aware effects with ease and link expressions Great for displacement maps or isolating 3D…
[youtube http://www.youtube.com/watch?v=UWppqLrS6cU?feature=oembed&w=500&h=281] In this exciting tutorial I’ll be showing you how to create various sci-fi…
Create a variety of futuristic weapon FX Add Distortion and shockwaves Source: Video Copilot 2
[youtube http://www.youtube.com/watch?v=JYbgjCR8PMI] You don’t want to miss this in depth tutorial! Massive tips, no extra…
Create a powerful shockwave effect without 3rd party tools Fix seam issues and add particle pieces…