Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with CSS and JavaScript.

html
0 votes
0 answers
13 views

Email template is responsive in almost every client except a few. How do I fix this?

We have an HTML/CSS email template we've built that is fully responsive in the browser, and in almost all desktop email clients and mobile email clients except for Polymail and Thunderbird. We cannot ...
Glen Romero's user avatar
-4 votes
0 answers
17 views

I dont know how to put barcode generator on invoice [closed]

i took to changing the Crater Invoice and changed almost everything i needed in order to meet the legal obligations that my state requires. But now I don't know how to insert the ips system on my ...
Marko Jevtic's user avatar
-1 votes
0 answers
14 views

How to change spotify song progress from javascript on open.spotify.com

Edit: Spotify posts to an endpoint with the data. Any approach still welcome if you manage to get this to work Basically I want to change the song progress on spotify web (open.spotify.com) ...
SimpleCoder's user avatar
0 votes
2 answers
35 views

JavaScript variables being called in html tags (button)?

I am following this online free course on YouTube, this is the link if you want to visit it: "Youtube link", but at around 2:15:00, he shows how to call javascript variables in HTML tags and ...
Rahand hemin's user avatar
0 votes
0 answers
26 views

Add both 2 element into unordered list in my HTML file

I am currently trying to make a comment section and I can manage to alloe user to input their name and comment and I also completed to make a list, however I can't add both inputed name and comment ...
Mabuchi Arata's user avatar
0 votes
1 answer
23 views

I have a program and i am trying to deploy it on the web through github pages but showing 405 Not Allowed

The first page is coming fine but when i press calculate it is not going to the next page but showing the error 405 Not Allowed. The code on website is working fine in a local host. I wanted it to go ...
Ryansh Gupta's user avatar
0 votes
0 answers
35 views

Why does addEventListener not work when onclick works?

I am trying to change my code up to add more functionality to a few tab buttons, previously the buttons functionality was implemented with onclick which succeeded in changing tabs for the user. I ...
Nash Carroll's user avatar
0 votes
1 answer
13 views

HTML Input pattern attribute is not working in Vue 3 as expected

I have a simple form in my Vue 3 app as below, <form @submit.prevent="createProject"> <div class="my-3"> <label for="name" class="form-label"&...
Kasun Sampath Weligamage's user avatar
1 vote
2 answers
37 views

Unexpected padding with a button

See this repro .test { width : 10rem; list-style : none; margin : 0; } ul.test li { background : black; padding : 0; } ul.test li button { background : red; border ...
Pain's user avatar
  • 31
0 votes
1 answer
16 views

ClipboardJS - copy data from `data-clipboard-text` held in a separate element

In this snippet, I am using Clipboard.js to copy text from the a element, copying the data held in the data-clipboard-text attribute. That works fine as shown here: <!DOCTYPE html> <html ...
4532066's user avatar
  • 2,108
-1 votes
0 answers
15 views

How to submit a html5 website that is hosted on GitHub. Here is the url of the site amazonkdpbookshub.github.io/amazonkdpbookshub/ [closed]

I have tried to submit this website to Google but to no avail. Here is the url amazonkdpbookshub.github.io/amazonkdpbookshub/ I have tried to verify this website when I have submitted it to Google but ...
Albert Tetteh Adjei's user avatar
-3 votes
2 answers
26 views

Add share button like on mobile apps on a website [closed]

I would like to implement a general share button that opens the OS menu where you can then share the post. I've only seen this on mobile apps so far, but not on websites. Is it possible to add this to ...
Ayhan's user avatar
  • 91
-1 votes
1 answer
39 views

Email Signature getting distorted - HTML

Email Signature getting distorted (on my end at least) when replying to an email that I sent. We are using Thunderbird as the email software. The code looks fine when I first compose an email. I am ...
Gavin Charitar's user avatar
-5 votes
0 answers
24 views

Why is not possible to call metamask from this code? [closed]

I tried to call Metamask and call trasnaction send but nothing had happened after I clicked on both buttons. Do you see anything bad there. I had this code from past And I really think it was working. ...
george199's user avatar
0 votes
0 answers
10 views

Edge labels are overlapping in vis js hierarchical layout. Is there a solution (even a hacky solution)?

I was trying to create a hierarchical layout graph in Vis JS, these are my options - enter image description here const hierarchyOption: Options = useMemo( () => ({ autoResize: true, ...
Bipul Shaw's user avatar

15 30 50 per page
1
2 3 4 5
79250