Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
46 views

I'm trying to change a variable when I click on specific text in a content editable div, trying to simulate a hyperlink. When I console.log the target on Noteblock events and use an if statement to ...
Out of Nightvale's user avatar
-1 votes
1 answer
73 views

Soo i'm working on this project for class and I made an internal link. But instead of the link taking my to the section I want it to take me to, it opens another tab. Like I did the id= but it still ...
Lizz's user avatar
  • 11
0 votes
0 answers
61 views

I am using SAP Web Intelligence to pull data. This problem is harder than it looks. For context I want to link two queries (Query1 and Query 2) at the design level (not the report level) on a given ...
peter berrett's user avatar
Advice
0 votes
3 replies
82 views

Admittedly this is a (probably) a very far-fetched, even dumb, question; because the feature I am thinking of would probably be rife with abuse if it existed. If I am on a website URL -- let's say ...
J. Robert West's user avatar
-1 votes
0 answers
60 views

I have data stored in sessionStorage and a hyperlink which I want to be able to share it with even if user opens in a new tab. If I set "target" attribute to "_blank" and "rel&...
KekmasterACR's user avatar
1 vote
1 answer
61 views

We have a Yocto project (mickledore) to create a custom Linux for an ARM A7 system. To be able to write code for this target, we also created the SDK. Inside local.conf we have: SDKMACHINE = "...
Daniel's user avatar
  • 13
0 votes
1 answer
55 views

Can someone help explain what is going on, and how to fix it so I don't have too put a <span> in every link. I am actually writing some .md files and using Juypter to display it in its final ...
frankr6591's user avatar
  • 1,267
2 votes
1 answer
71 views

I've got a selection of text highlighted that I want to convert into links (to already created bookmarks that conform to a pattern) in MS Word (Mac if it matters). Right now I'm just trying to append ...
RJ Anderson's user avatar
0 votes
1 answer
77 views

I have a Python file open in Visual Studio Code, and I run the file in the integrated terminal. When it hits a problem in my code (problems? in MY code???!), Python gives me the usual Traceback, ...
Mike Maxwell's user avatar
1 vote
1 answer
128 views

I am trying to automate some functionality in Acrobat PDFs. I use Adobe Acrobat (version shows 2025.001.20693, 64 bit). I prepare many reports that have words in them on which I have to set hyperlinks ...
Beachie's user avatar
  • 13
0 votes
0 answers
42 views

I am working on building an integration with the LinkedIn Events API. As part of testing, I am trying to create a personal online event using the Create Event endpoint, but the API keeps returning a ...
Jalal Abdul Ghaffar's user avatar
0 votes
1 answer
115 views

Column A has a list, some of the items in the list are Hyperlinks. How can I separate them ? e.g. in Column B, put in this "formula" in each Cell :- =If(IsHyperlink(A72),A72,"zzzz Not a ...
RobinClay's user avatar
0 votes
0 answers
65 views

I'm using jspdf to render text that I get from a text editor (which means the text has HTML tags and styles and classes), i'm using the method .html when the note is basic text and it's working fine, ...
Ons belkhouja's user avatar
0 votes
0 answers
561 views

I’m currently using the Docling library in Python to extract text from PDF files. While it works well for retrieving visible text, I’ve noticed an issue with hyperlinks. Specifically, the library only ...
Akshata's user avatar
  • 29
1 vote
2 answers
144 views

I have a problem with ScreenUpdating which I want to disabled. I have a power query connection which is refreshing. I connect excel files from folder in power query , after that I disabled background ...
dwqwer's user avatar
  • 11
0 votes
0 answers
71 views

=HYPERLINK("mailto:" & TEXTJOIN(",", TRUE, M1:M32), "Email All") this formula is not working unless I make the range to "M1:M10" Why? Im trying to combine ...
Pablo Lopez's user avatar
1 vote
1 answer
94 views

The following Google Apps Script runs with absolute perfection. I prefer the newly generated Google Forms url be converted into a hyperlink to avoid copying and pasting, but I am not sure how and ...
Robert Mcleod's user avatar
0 votes
1 answer
57 views

Suppose a simple Vue.js component: <template> <RouterLink to="#">AAA</RouterLink> <RouterLink to="#">BBB</RouterLink> </template> I cannot ...
MaxPowers's user avatar
  • 5,529
2 votes
2 answers
70 views

I'm running Jekyll 3.10.0 inside Docker using the following Docker Compose setup: services: jekyll-site: image: jekyll-site build: . volumes: [ .:/usr/src/app ] ports: [ 4000:4000 ] ...
Scottish Questions's user avatar
0 votes
0 answers
49 views

I am trying to post a table to a slack canvas page, with cells that contain hyperlinked text (simple status report), btu I can't get the content formatted properly for the canvases_edit call. I post ...
swv's user avatar
  • 799
0 votes
0 answers
77 views

I am trying to host a jupyter notebook on my github page. The notebook has a table of contents at the top that internally with internal hyperlinks to different parts of the notebook and back to the ...
Ahmad Elsayed's user avatar
0 votes
1 answer
54 views

In my Excel, I have some hyperlink url like http://website/#parameter=aaa&parameter=bbb When I use myWorksheet.Cells[i, i].Hyperlink.AbsoluteUri it only gets the value http://website/. I want ...
Ansel Liou's user avatar
-2 votes
1 answer
73 views

I know this question is basic, but it is very much a problem. It does not work, even though it is in a sub folder, as shown in the image. The styles doesn't show. I typed: <link rel="...
Dumgamer234's user avatar
0 votes
0 answers
18 views

Very similar question to this but the output format is epub. How can I link back to TOC in an epub generated from markdown? I generate the toc using --toc option, and the lua-filter does add an arrow ...
Jose R's user avatar
  • 826
0 votes
1 answer
43 views

I need to create multiple hyperlinks in a summary page which link to a filtered view of my master sheet. I have created a hyperlink in each cell to itself and then have used the following ...
BD12's user avatar
  • 109
1 vote
1 answer
102 views

I have various strings which actually contain some html like content in them. The links in this do not have surrounding <a> and </a> tags. So, I need to find those links and manually add ...
sudoExclamationExclamation's user avatar
0 votes
1 answer
76 views

I am using Google Chrome and Google Business suite for my email. I have registered a custom protocol handler for all mailto links in the javascript console from the business suite page using the ...
imdandman's user avatar
  • 393
1 vote
1 answer
61 views

I am using the Bootstrap carousel component with some extra function. I expanded the indicators from simple lines to also contain a description and a link for more info. Because the indicators link to ...
pitzki's user avatar
  • 317
0 votes
0 answers
42 views

I have a service with a dependency to a document generation library. The library uses iText pdfHTML to convert HTML to PDF. Inside the document, the Table of contents contains links for jumping to ...
Sobasus's user avatar
0 votes
0 answers
484 views

I'm trying to figure out how to deep link to a specific settings page within the iOS Message app settings. Here is the page. Settings > Apps > Messages > Unknown & Spam I can only get as ...
Gregg Guzman's user avatar
0 votes
0 answers
55 views

I’m working on a C project in Eclipse CDT and need to create clickable links between functions in comments (without leaving the editor). For example: c /* How to make this link clickable to jump to ...
jkon's user avatar
  • 191
0 votes
1 answer
94 views

This is my Preview > globalTypes: globalTypes: { feedback: { description: 'Answer our survey', defaultValue: false, toolbar: { title: 'Survey', ...
Luis Puchol's user avatar
1 vote
2 answers
376 views

Just checking as the rel="noreferrer noopener" part is about security, but I got the reason to add it from some very old posts. I thought maybe it was no longer necessary? I am especially ...
Michael Lloyd's user avatar
0 votes
1 answer
91 views

I am working on a HTML email template on Absorb LMS system that notifies learners to complete their course. I would like to embed the URL of the course inside a button format that allows learners to ...
EYS's user avatar
  • 1
0 votes
1 answer
89 views

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 ...
3dmania's user avatar
-4 votes
1 answer
292 views

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 ...
Boilermaker73's user avatar
0 votes
2 answers
54 views

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&...
Mapa's user avatar
  • 33
0 votes
0 answers
40 views

I have a website with this simple configuration: <Directory /websites/> Options -Indexes -FollowSymLinks +Includes AllowOverride All Order deny,allow Require all granted </...
The Quantum Physicist's user avatar
0 votes
0 answers
72 views

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 ...
user28751094's user avatar
0 votes
2 answers
54 views

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 ...
David Ringsmuth's user avatar
0 votes
1 answer
182 views

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/...
user29255210's user avatar
0 votes
1 answer
2k views

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 ...
Claire Fenerty's user avatar
0 votes
2 answers
59 views

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 ...
Asher's user avatar
  • 27
-1 votes
1 answer
81 views

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&...
Craig McClanahan's user avatar
0 votes
1 answer
55 views

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 ...
Keith Davies's user avatar
0 votes
0 answers
52 views

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 ...
Matt's user avatar
  • 331
1 vote
1 answer
57 views

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 ...
ajumbz's user avatar
  • 27
0 votes
0 answers
43 views

I have an image in my Tabulator table. I want to download the table into Excel, including the image. How can I put the images into Excel cells from Tabulator? If I cannot export the images themselves, ...
elmonty's user avatar
  • 2,554
0 votes
3 answers
76 views

This is my first question, so please let me know if the format is wrong in any way. I am working for a publishing house that, as part of its style guide, requires all URLs to appear within angle ...
peterdhirpa13's user avatar
0 votes
1 answer
90 views

I'm aware that my question is a basics, but still I'm struggling. I don't understand why my link <a href="Articles/every_ethic_without_dead_end_is_utilitarian.html"> doesn't work (Your ...
user avatar

1
2 3 4 5
374