Questions tagged [internal-link]
36 questions
0
votes
1 answer
back button disabled Internal linking
I'm trying to link to parts of my page without having to press the back button multiple times to get out of it.
Is there a simple way of doing this?
I have:
Some Place
That place you just got scrolled to
The url becomes:…

PearSquirrel
- 595
- 2
- 7
- 17
0
votes
0 answers
Internal navigation is not working in pdf generated from html in puppeteer in nodejs
I generated a pdf from html using puppeteer but it is not showing clickable links for navigation inside the pdf.
I am doing this using nodejs.
This is my html sample code. Is there any way so that i can add clickable internal navigation in pdf?
Html…
0
votes
1 answer
Add links internal pages of PDF file with python
I have a python routine that builds a PDF file of around 100 pages. I would like to add something like an index page, with links to pages inside the same file.
I would like to know if that is even possible.

Gustavo Amarante
- 142
- 1
- 4
- 15
0
votes
1 answer
How internal linking works and why I get the same value for the two objects?
I am trying to understand internal linking and external linking so I've tried this program:
// foo.h
static int x = 7; // makes x internally linked
void print();
// foo.cpp
#include "bar.h"
#include
void func()
{
std::cout << x <<…

Itachi Uchiwa
- 3,044
- 12
- 26
0
votes
1 answer
How to load local JavaScript libraries in Github Pages?
I recently deployed my website to GitHub Pages - https://max-stevenson.github.io/my-year-in-books/
I have a two local JavaScript libraries (jQuery and swiped-events) downloaded and within the following directory: src/public/js/lib.
In my index.html…

Max Stevenson
- 49
- 4
0
votes
1 answer
Change Opencart 2.2.0.0. internal menu links from http to https
The online store is based on OC 2.2.0.0. The site has ssl installed and implemented correctly on all levels.
The problem is that the links to categories in the dropdown menus in the head, remain http:// which successfuly redirects with a 301 to the…

seers007
- 11
- 2
0
votes
2 answers
How can anchor tags (for internal links) be put into a gridview?
I have a long alphabetical list to be displayed by a gridview.
I need to have links at the top of the page that will link to anchors in the gridview. How can I get anchor tags in the gridview so that the links will jump to them when clicked?
Note:…

richard
- 12,263
- 23
- 95
- 151
0
votes
2 answers
Using PHP to generate internal links
I'm using a localhost site as the basis for creating other sites from. I'm using php to generate internal links by finding the current domain, and displaying it with a shortcode. I intend to upload my site to a live host and therefore the domain…

G Ritchie
- 146
- 2
- 12
0
votes
3 answers
How can I activate an internal page link with Javascript?
How do you activate a link when the page loads using javascript?
I am trying to open a lightbox when the page loads, here is the link I am trying to activate.
Replay Intro

user498651
- 29
- 2
- 3
- 7
0
votes
1 answer
How to open external URL in default browser and all internal links in WebView Android?
I am using WebView in my page and using local file assets to displaying in WebView but in main HTML page external website (not local) and I want to open just that link in default Browser on the users device
This is my code in 'onCreate' method…

Milaaaad
- 317
- 6
- 13
0
votes
1 answer
Assigning internal links to different sections of a parallax website
The main goal that I am trying to accomplish is to improve the seo for my one page parallex website and from what I've read, being that is is one page this is hard to accomplish due to only having one page title and one page to index. BUT,…

AlexTD
- 1
0
votes
1 answer
How to achieve auto contextual linking in the Umbraco CMS?
I want to manage internal contextual link building in my articles, but somewhat in a well-managed and easier way. It is a pain to change all the link URLs in a text if we change a URL of a page which is linked to many pages in their content.

bizima
- 1
- 2
0
votes
3 answers
Add URL to specific word across entire website
I want to be able to link any word of my choice to a specific URL for example:
I want the word "goat" to link to "http://goat.com" across the entire website. So all "goat"/s will link to that URL right across the website.
I am using wordpress and I…

Philip
- 395
- 1
- 5
- 15
0
votes
1 answer
Internal page link is not working in mobile browser
About us
....
Thank you
This internal link is working on desktop view. Obviously.
But when it comes to mobile view, link is not working.
Is it touch issue or any other?

eric_nan
- 28
- 5
0
votes
1 answer
Smooth Scroll Javascript Breaks Internal Links, Only In Firefox
I have a one-page website built on Bootstrap. All of the menu items are internal links pointing to divs in the body, and I have a bit of smooth scroll javascript to animate page's scrolling.
Everything works fine in Chrome and IE, but in Firefox the…

Randy Greene
- 25
- 5