18,730 questions
-2
votes
0
answers
52
views
Are external hyperlinks to files broken in Excel? [closed]
I am using Excel version 16.96 (25041326) on a MAC (Running Sequoia 15.3.2). I want to reference an external media file, on disk, from a cell in an Excel spreadsheet. Trying to use the hyperlink ...
0
votes
1
answer
66
views
XML Links to SVG
I need to be able to create a link within the XML code that will link to an SVG ID tag. I have been able to build SVGs with hotspots, ID tags, etc... that allows the user to click within the SVG and ...
-4
votes
1
answer
39
views
Html syntax to add a website link to a craigslist post
Curious to know why the acceptable syntax in html for adding a website link fails when attempting to add an html website link to a craigslist ad when there are posts created by others with functional ...
-1
votes
2
answers
44
views
Supplement existing links
I have those code in one HTML document:
<div class="linksblock">
<a link href="www.google.com/1">link 1</a>
<a link href="www.google.com/2">link 2&...
0
votes
0
answers
31
views
Apache URL rewrite that correctly maps HTML links to sub URL
I have a website with this simple configuration:
<Directory /websites/>
Options -Indexes -FollowSymLinks +Includes
AllowOverride All
Order deny,allow
Require all granted
</...
0
votes
0
answers
55
views
How to download a document from Express-Node.js backend through a HTML hyperlink (<a>) on the frontend?
I know I can download static files from frontend with
<a href="/path/fileName" download>MyDocument</a>
, but I need to download dynamic files that can be uploaded and deleted by ...
0
votes
2
answers
35
views
How to get MS Word 2016 index switch for page number hyperlinks to work
In MS Word 2016, alt-F9 shows the switches for the index. {INDEX \c "3" \z "1033" \h "A"} The index switch \h "A" should cause the right-aligned index page ...
0
votes
1
answer
108
views
How do I create clickable hyperlinks from markdown link format in a Tkinter Text widget?
I'm working on a Tkinter application where I display text in a Text widget. The incoming text sometimes contains markdown-style links in the following format:
[CNN Travel](https://www.cnn.com/travel/...
-1
votes
0
answers
23
views
Link to a section of an issue, from another issue
Under my Gitlab, I have this issue #32 with an anchor in a section:
where Chapitre 11 : Fonction exponentielle et logarithme is defined like this:
## Chapitre 11 : Fonction exponentielle et ...
0
votes
1
answer
60
views
How to customise start and end times on YouTube videos? (2025)
I am trying to customise the start and end times of YouTube videos so that, for example, when people click the links the video starts from 5s and ends at 10s.
Most tutorials say that inserting a video ...
0
votes
2
answers
21
views
How would I add a URL hyperlink to text within a flow chart symbol with Graphviz?
I have created a very basic Graphviz flow chart and want to add hyperlinks for my users to click on text within a box to jump to a wiki section with this data (e.g. Use SQL CODE to gather data...where ...
-1
votes
1
answer
55
views
How can I give a Next.JS (app router) <Link> component some extra behavior before it navigates?
My use case can be described like this:
I have an app with a sidebar.
The sidebar has links to functionality related to each particular "item".
I have a way that can record which "item&...
0
votes
1
answer
40
views
Wordpress show post link as plain text if post not published
How can I cause a link in WordPress (currently 6.7.2) to display as plain text if the target post is not published?
I know how to create hyperlinks and how to create a permalink to a not-published ...
0
votes
0
answers
38
views
How can I create a CSV with hyperlinked text that uses another cell to populate the link?
I have to import a .csv to my website to create a table. The table should have the following cells in one row...
[Model] [Name] [PDF + file link] [IES + file link] [LDT + file link]
For the links I ...
1
vote
1
answer
47
views
How to add an hyperlink to the "sold out" message on Woocommerce single product page?
I'm new to php and css, and am trying to see if certain things are possible using them.
In this case, I'm trying to customize my Woocommerce single product page (WP free Astra theme).
I was able to ...