Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
16 views

While testing with TalkBack (Android), a label is announced as: “start 14px bold color black background white font family serif Medical” Instead of simply: “Medical” Observation: TalkBack is ...
shashi's user avatar
  • 1
-1 votes
0 answers
35 views

.box{ background-color: red; padding: 0.1rem 1rem; } img{ width: 24px; height: 24px; vertical-align: middle; } <div class="box"> <div class="logo"> <img src="https://...
Ibrahim Ali's user avatar
  • 2,611
Best practices
0 votes
1 replies
28 views

I am working on a leaflet based map. The map has a bunch of markers which are mostly being drawn with PNG images, though some use FontAwersome SVG icons. Different types of thing use different icons. ...
Jules's user avatar
  • 725
-3 votes
0 answers
43 views

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

enter image description hereI’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 ...
Thais Martins's user avatar
0 votes
1 answer
52 views

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(&...
AdiCo's user avatar
  • 1
0 votes
1 answer
72 views

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. How do I fix this? #docksnav { background-color: rgba(0, 0, 0,...
Shayl's user avatar
  • 17
-2 votes
0 answers
54 views

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 ...
Robert Osbourne's user avatar
2 votes
0 answers
63 views

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 ...
CasualKyle's user avatar
0 votes
1 answer
71 views

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 ...
Vicky Cojocaru's user avatar
0 votes
1 answer
115 views

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)...
Stefan Sabadas's user avatar
Best practices
1 vote
2 replies
89 views

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 --&...
CodeGorilla's user avatar
Advice
0 votes
3 replies
128 views

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 ...
Lewis's user avatar
  • 1
-3 votes
0 answers
83 views

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)...
Stefan Sabadas's user avatar
0 votes
1 answer
108 views

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 ...
William's user avatar
  • 838

15 30 50 per page
1
2 3 4 5
79072