All Questions
1,186,069 questions
0
votes
0
answers
19
views
HTML issues in REDCap
I have created a table with embedded text boxes and edited the HTML elements to fit the text and text boxes in a line in the cell. On web browser, it looks okay:
however it looks odd on mobile ...
1
vote
0
answers
35
views
Transparent PNG logo looks invisible or “washed out” with mix-blend-mode: screen
I’m a beginner in programming and I’m building an HTML page to generate post designs for my own company.
The idea is to keep a fixed layout (structure, size, and logo) and only change the text content ...
0
votes
0
answers
33
views
Unable to send an HTML file to frontend in Netlify using Node.js
I want to host a Node.js app using Express using Netlify.
This is my server.js code:
const express = require("express")
const path = require("path")
const bodyParser = require(&...
1
vote
1
answer
56
views
Why are buttons overlapping in a flex container?
The buttons I have put in the flex container overlaps and I can't seem to figure out why. I have tried text and that seems to work fine. Can someone help?
#docksnav {
background-color: rgba(0, 0, 0, ...
-2
votes
0
answers
45
views
Adding multiple PHP commands and records on a single HTML5 Bootstrap submit modal [closed]
Update (hopefully simplified issue description):
I am trying to perform a basic ajax post call using a field value, which passes to a PHP (the format of which I have used on other pages with a ...
2
votes
0
answers
57
views
Aligning text in an HTML math table
I'm having trouble aligning the text inside a HTML math table.
If you run the code snippet below, you'll see a simple table with two rows, each made up of two columns. My question is, how can I right ...
1
vote
1
answer
60
views
CSS Media Queries not triggering correctly inside an IFrame on Tablet devices ( IFrame Wix HTML Component)
I am building a "rolling word" text animation that needs to be responsive across Desktop, Tablet, and Mobile. The code is hosted inside an IFrame (Wix HTML Component).
The Problem:
The media ...
0
votes
1
answer
102
views
Telling an <img> to auto adjust its height based on sibling height
i have a loop of wordpress posts - each post is a horizontal flex container with an <img> on the left and a <div> on the right with content of variable height (posts flow one below another)...
Best practices
1
vote
2
replies
79
views
The correct way to mark up headers in html
A while back, I developed a solution for creating unique markup for a set of "cards" in an html page:
<!-- somewhere in the page, doesn't matter where, we create some text to reference --&...
Advice
0
votes
3
replies
122
views
Why do people say that centering a <div> is hard?
I see many coding memes about web development where they talk about centering a <div> is hard. But I don’t really understand why I used to Center a <div> many times. Can someone please ...
-3
votes
0
answers
82
views
Setting variable hight on <img> elements [closed]
i have a loop of wordpress posts - each post is a horizontal flex container with an <img> on the left and a <div> on the right with content of variable height (posts flow one below another)...
0
votes
1
answer
107
views
Browser flickers for simple slide show implementation
I have a case for a web-site simple slide-show. The basic implementation is a collection of html IMG objects which start out hidden. In sequence, each IMG object has an image loaded into it, and ...
Best practices
2
votes
2
replies
106
views
Is possible to have the header tag inside the footer tag?
Can the header tag be inside the footer tag and vice versa?
If it can then how would that look like in Web Browser?
Will it show any effect or changes in a Web Page??
Also please provide some example ...
0
votes
0
answers
58
views
setPointerCapture prevents pointerup/mouseup from firing in JUCE's WKWebView (macOS)
I'm building a drag-to-reorder interaction for horizontal card layout inside a JUCE plugin's WebBrowserComponent (backed by WKWebView on macOS). The card moves correctly during drag but the release ...
-3
votes
0
answers
125
views
Repeating background text in JS [closed]
The problem it that the text doesn't cut off like 2nd image there is some text and there is the "din" "ordin" How would I write the code that does this cutting automatically?
I ...