Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
50 views

I have this coding in my index.html: <!-- Href Hyperlinks --> <a href="index.html">Trade Bot</a> <a href="raffles.html">Monthly Raffles</a>...
oGvn's user avatar
  • 11
1 vote
1 answer
56 views

I'm using ASP.NET MVC. This code sits in the Index.cshtml view (I will also place it in the details view). I have a href link which does what it's supposed to do if the user is logged into the ...
Sally Parkes's user avatar
0 votes
1 answer
64 views

I'm trying to include a hyperlink in my TechDocs that uses a custom URI scheme (e.g., mycustomapp://) to launch a native application from a link. Here's the Markdown snippet I'm using: This tool is ...
Sbean's user avatar
  • 21
0 votes
0 answers
23 views

I want to add a link to our site that downloads an epub file. Once the file is downloaded, is there a way of opening automatically in the users preferred epub reader (like Apple Books)? <p><a ...
cesarcarlos's user avatar
  • 1,469
0 votes
2 answers
147 views

When I first load the page to index.html everything loads fine. I press the About link in the navigation bar to direct to the about.html page and it loads fine. But when I press on the About link ...
Ash's user avatar
  • 3
0 votes
0 answers
25 views

I have an svg that includes a bunch of images using href, but I can't seem to get the styles. specifically color, to apply inside the referred file, which is also an svg. In my main svg: ... <image ...
Kevin Kibler's user avatar
  • 13.6k
1 vote
2 answers
81 views

I'm quite a beginner with VBA and have a question regarding href-tags. In following example I have the href-tag to identify my requested value, which is inside in the b-tag, in this case the 585.00. ...
kewy's user avatar
  • 13
0 votes
0 answers
34 views

In react or html when you hover over a link element like this: Example Link The browser shows a tooltip of the url at the bottom left of the browser. Is there any way to achieve this in flutter? I ...
ololo's user avatar
  • 2,190
0 votes
0 answers
47 views

I can successfully pre-populate an email from a button click with the first part of the page URL, and the first parameter in the URL, but it's cutting off after that. I have multiple parameters in the ...
Beth Granter's user avatar
1 vote
0 answers
41 views

I'm working on a dual y-axis Vega-Lite bar chart that I hope you can see here. (The code is replicated below). I have a basic CSV dataset. Model,url,Cost,Score Lenovo Thinkpad P16s,https://www.lenovo....
woter324's user avatar
  • 3,250
0 votes
0 answers
41 views

I would like to implement this CSS-Only Carousel from this link: https://codepen.io/chriscoyier/pen/XwbNwX. Instead of just one I would like two Carousel that are triggered at the same time by ...
leli's user avatar
  • 1
0 votes
0 answers
66 views

I am using Jinja2 with FastAPI. I would like to use a template table made with DataTables wherein I need to customize the table values for different pages using the same template table. In one of the ...
stev's user avatar
  • 93
0 votes
1 answer
77 views

I have a PostGIS table with an attribute that contains a url, stored as plain text. I'm rendering the table as a layer in Geoserver - how can I make this attribute into a clickable link?
Mr_Thyroid's user avatar
0 votes
1 answer
136 views

How to inherit the font styles from the parent of an iframe. If this is impossible, what could be the alternative? I maintain a small website. The main menu looks like this: <!DOCTYPE html> <...
clp's user avatar
  • 1,602
0 votes
0 answers
54 views

I am weak in Ajax. I searched a lot for examples that would help me solve my problem, but I did not find any. I have a list of videos on a php page, and I want to add a counter next to each link. I ...
Asma Gobjukah's user avatar
0 votes
0 answers
65 views

All of my <a> tags only work on desktop browsers, but not on mobile. Example: <a href="/events"> Events </a> When I tap on them, it navigates me to <domain>events/,...
Willie Pai's user avatar
2 votes
1 answer
73 views

I use Qt/QML Text Item to render a large standalone HTML page with some inner href hash links. and the container height is less than its content height. Everything works fine; I can click the link and ...
wayne wang's user avatar
-1 votes
2 answers
113 views

I am trying to move a PHP website from one host (Avlux, which is shutting down) to another (DreamHost). I am having problems with code that generates event tickets. At this point, I am running the ...
Penny's user avatar
  • 3
-1 votes
1 answer
201 views

i got a base64 svg img and link in html, like: <a href="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0..." target="_blank">img</a> but when i click the img link, a new ...
furynerd's user avatar
  • 151
0 votes
0 answers
43 views

Having problems with the href link not directing/displaying the other pages. In the url it says it's been directed to the other page but it doesn't display it when I tested it out. Same problem with ...
Anonymous_Weeb's user avatar
1 vote
2 answers
66 views

I am trying to webscrape a link that belongs to a previous button on this website. (The final purpose is to enrich data for a RAG chatbot) https://onlinehelp.prinect-lounge.com/Prinect_Color_Toolbox/...
Jefferson's user avatar
1 vote
0 answers
261 views

My problem is that the SVG size is 0 x 0 inside my browser. I use the following HTML code: <span class="service__card-location-icon"> <svg class="icon"> <use ...
bitmage's user avatar
  • 11
0 votes
1 answer
72 views

I've added the Font-Awesome plugin to my Wordpress site. The desired behaviour is to have a table where there is a column of links to home pages, represented by the FA "home" icon. Each icon ...
JeanSibelius's user avatar
  • 1,599
0 votes
0 answers
26 views

Consider the following href: <a href="javascript:loadRightMain('director_u.mv?func=1215&sub1=0&SRVID=<?php echo $srvs['id']; ?>&CLIENTID=<?php echo $CLIENTID; ?>');&...
rdel's user avatar
  • 191
0 votes
1 answer
114 views

I have a Flutter app that builds a Semantics tree by calling SemanticsBinding.instance.ensureSemantics(); on startup. When this is done, TextSpans with TapGestureRecognizers are being rendered in the ...
Jennifer Hickey's user avatar
0 votes
0 answers
91 views

I have a lwc table where I have created buttons. I am using a url inside the href attribute and it is redirecting me to a other page as expected but I need to append the recordId with url inside href, ...
Babai Mukherjee's user avatar
0 votes
1 answer
45 views

i'm fairly new to coding/selenium I am trying to get a list of href links by searching through one of its parent element I believe i need to do this as the website has a heap of copies of the link, so ...
Clay Burnett's user avatar
0 votes
0 answers
34 views

With HTML, how to create a link to an anchor on the main page from an iframe embedded in the main page? The iframe is called and inserted and from the main page ( iframe is hosted in Github with a ...
Greg's user avatar
  • 11
0 votes
1 answer
189 views

I'm trying to create a simple form to show a phone number that a user can click to initiate a call. The main issue is how to 'load' the html to be displayed as the Browser Control is designed to load ...
LesD's user avatar
  • 47
-1 votes
2 answers
50 views

The website is https://alloutcreative.com/ This is the code: <div class="mil-team-card mil-up mil-mb-30"> <img src="...
Eugen Kelemen's user avatar
1 vote
0 answers
39 views

I have four images revolving around a central point, like a Ferris wheel. Each image is a link to a video; when the user hovers over them, they should decrease opacity and allow the user to click the ...
ApprovedByTheComicsCode's user avatar
1 vote
1 answer
67 views

I want to extract link which is nested as /html/body/div[1]/div[2]/div[1]/div/div/div/div/div/a in xpath , also see detailed nesting image if helpful, these div have some class also. I tried from ...
Alphage _'s user avatar
0 votes
0 answers
61 views

I'm currently trying to implement Argon Dashboard 2 for a project using CodeIgniter 4. I have questions about several sections such as the navbar, dropdown, etc. there is the syntax href="...
sudiatmiko's user avatar
0 votes
0 answers
30 views

I wonder if there is a way that when i create a button in react i dont want it to open the new page i just want it to act as if it has ? any ideas ? Code is <div> <a href="...
Kurt Ingleson's user avatar
1 vote
0 answers
37 views

I have the following link to an image: a href="/Portals/0/Images/Current_Cert.png">ISO Certification</a This returns the current ISO certification for my company and displays it when ...
Cranky McPants's user avatar
0 votes
0 answers
77 views

Good morning, I have a problem displaying the message of a comment I get from the YouTube API when I try to nest an a inside another a. What I want to achieve is this: The two cases I have are as ...
Developer's user avatar
2 votes
1 answer
168 views

I am trying to use cheerio for scraping. However I got small problem. All the href values I get on the client side start with "/url?q=". For example like this: '/url?q=https://www.nimh.nih....
Happy Coconut's user avatar
0 votes
1 answer
25 views

the output i am seeking for this is how i want my output to be, but i am not getting that output instead for me its like not in that format its look like unformatted list the output i got this is ...
HVRLX's user avatar
  • 1
0 votes
1 answer
448 views

this is where I defined the link <div class="form-column"> <a href="#" (click)="scrollTo('form-container')" class="heading" &...
Rakesh Kumar's user avatar
1 vote
1 answer
281 views

I'm using: wget --spider --force-html -r -l5 http://example.com 2>&1 | grep '^--' | awk '{print $3}' > urls.txt It works great; however, it doesn't seem to copy the 'href=' links on each ...
tombraider123's user avatar
0 votes
1 answer
84 views

I have these three files: index.php <?php include('variables.php') ?> <!DOCTYPE html> <html lang="en"> <head> <title>TestWebsite</title> <link ...
Val's user avatar
  • 11
2 votes
2 answers
4k views

I am trying to pass a query parameter through my Link href but the query does not seem to come through. After clicking on the edit button I have here, the query I have passes is nowhere to be found. ...
NoobCoder's user avatar
  • 107
1 vote
1 answer
258 views

I am trying to get the href links from the first table of a headless browser page but the error isn't helping me as it's not telling me what it is, just lots of ^ symbols underneath. I had to switch ...
gp12's user avatar
  • 61
2 votes
1 answer
47 views

Often I put links to searches in descriptions. The latest today was an article on graphics programming and I wanted to say something like, If this works you should see no <a href="">...
user avatar
0 votes
1 answer
122 views

After fetching a list of images, I want to show them on a grid; it works after patching frames, but it keeps spiting out the following error: TypeError: win[(("HTML" + (intermediate value)) +...
Karuljonnai's user avatar
1 vote
2 answers
711 views

I'm trying to implement facebook business login for instagram. Below is my constructed url and the href tag calling that URL. However, the flow gets stuck at connect to instagram with the error Failed ...
Innocent's user avatar
0 votes
0 answers
520 views

I use the <a href="tel:+6421212121"> Call Button </a> on a website. The link is clickable and works as expected on Safari, Chrome, Firefox and Edge ios apps. However, when ...
mardag's user avatar
  • 41
-1 votes
1 answer
35 views

Trying to use href with anchor tags. However, even using the instructor's code to create a preview and trying to open her sites on the preview, it takes me to http://127.0.0.1:3002/. When you click on ...
Victor's user avatar
  • 1
0 votes
0 answers
29 views

To see the apple image when click on link no image show I want the problem has been solved. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"&...
Rajat Kumar Mohanta's user avatar
0 votes
0 answers
74 views

I am downloading the macro enabled dotm file. This file is stored inside the server where the foreign characters are showing up fine, but when I download the same file through mu JS code to local its ...
Raghu's user avatar
  • 1

1
2 3 4 5
102