Skip to main content

Questions tagged [hyperlink]

A hyperlink is a reference to a document (or a section) that can be followed for retrieval using a navigation system that allows selecting emphasized content within an originating document.

hyperlink
0 votes
0 answers
4 views

MyST implicit references work locally but not on Read The Docs

I am using Sphinx to build my documentation and I parse markdown files with MyST. I used implicit text to link to different references, for example [](#my-heading) or [](#MyPyClass). This works fine ...
Daraan's user avatar
  • 2,846
0 votes
1 answer
17 views

I'm trying to open a component from header. I tried Routes. When I click on the linked icon, it adds /componentName to local host and nothing happens

Here's my App.js import Heading from './Components.js/Heading.js' import './App.css' function App () { return ( <div> <Heading /> </div> ); } export default ...
O_thie's user avatar
  • 1
1 vote
1 answer
33 views

How can I make links work in pdf when using PDF.js

I am going of one of their last example, and modified it a bit. The problem that I am facing is that I can't click on any of the links. How would you make it so I can (couldn't find documentation). I ...
Lukas007's user avatar
0 votes
0 answers
9 views

Visual Studio Code - code reference break if I use path.join to specify imports (nodejs) [duplicate]

I am trying a more centralized way of specifying the import paths in nodejs, by using core path module. Problem is that when changing from code A to code B specified below, Visual Studio Code stops ...
Linton's user avatar
  • 7
0 votes
0 answers
13 views

Docsy edit link are generate with local absolute path

I have install hugo v0.128.2 and Docsy example as a template (last version) on windows 11. In doc section the edit link is refered the github repo + the local absolute path instead of related path in ...
tschi's user avatar
  • 26
-1 votes
0 answers
10 views

Cannot fin the URL of website button used to download a CSV [closed]

I'd like to write a python script to automatically download a CSV file from a site. By hand, there is a button to click but the url of this button is not visible so I cannot use it. If possible, I'd ...
gerod's user avatar
  • 47
0 votes
0 answers
8 views

Centralizing URLs for Doxygen comments. Is there a way to do it outside of markdown?

I'm looking for a way to NOT inline URLs in my doxygen comments. Doxygen supports this in markdown: Random markdown referring to [Kohlhoff-1] ... [Kohlhoff-1]: http://blog.think-async.com/2010/04/...
assailant's user avatar
0 votes
0 answers
11 views

Display hosts/services from Nagios XI to Thruk

I installed Thruk 3.16 en Nagios XI 2024R1.1.4 on GCP VM RHEL9. I want to see Nagios XI items in Thruk backend without Livestatus (excepted if you known how install Livestatus, but it seems to be ...
Stéphane PEYNAUD's user avatar
0 votes
0 answers
26 views

Why does a jpg link take up more vertical space than just the jpg?

I have the following code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=...
Alan's user avatar
  • 13
0 votes
0 answers
26 views

Is there a Messenger sharer link similar to Facebook's for sharing URLs on mobile and desktop?

I've been using the Facebook sharer link to share URLs easily. The link looks something like this: http://www.facebook.com/dialog/send?u=PAGE_URL I find it very convenient for sharing content directly ...
Olili's user avatar
  • 1
0 votes
0 answers
35 views

Js - Link target button option (blank vs self) in Quill Editor link

Is there any way to add an option button to set a link in quill editor (https://quilljs.com/docs/modules/toolbar) as target blank vs self? By default its setting a link as blank: <div class="...
Philipp M's user avatar
  • 3,448
0 votes
3 answers
38 views

How to make a Next.JS Link inside a Link only open a new tab with internal url and not redirect to external url?

I am creating a project component for my homepage which displays a project. When the user clicks on the component, I want the overall component to redirect to the specific project page. However, when ...
John Xie's user avatar
1 vote
0 answers
19 views

Getting a URL to open in a new window (merging from a field in a database)

I have a membership directory that is powered by our membership database. https://membercentral.icri.org/membership/org-member-directory I am searching the company Freyssinet for the example This ...
user3298717's user avatar
0 votes
2 answers
40 views

div inside hyperlink does not fill the entire space

I am learning HTML. I have this problem if I add a div inside the hyperlink, the color of this block is cut off. This is what's is supposed to look like: But at mine, this looks like this (for ...
Natalia Kaczyńska's user avatar
-7 votes
2 answers
76 views

Can I add link not using href? [closed]

Usually, it is common and easy way to use href parameter to add a link on the web page. But I want to know other way so I wanna know about the method to add link not using href parameter. If it is ...
Yuki's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1252