All Questions
1,185,831 questions
Advice
0
votes
0
replies
13
views
Why is there a difference when measuring words in an HTML page, vs. measuring their individual letters?
I'm trying something with similar goals as the Knuth-Plass linebreaking algorithm. (However, no offering on the market will work for my use case - and I don't want the overhead of a library anyhow.)
...
-3
votes
0
answers
99
views
I'm trying to add social media buttons to an already established footer [closed]
I am trying to add 5 social media buttons to the footer of my website, which already has 3 established columns for the words. I'm not sure if these columns are 'correct', but they work, so I haven't ...
Advice
0
votes
4
replies
57
views
interactive SVG on drupal
I created a rather simple interactive illustration with html (an <svg> with four <button>, all inside a <figure>) with a bit of css and js so that when the user clicks the buttons ...
1
vote
1
answer
109
views
Error sending HTML form data with JavaScript front end through Flask backend to MySQL database [closed]
I get the error "400 (BAD REQUEST)" in the browser (dev tools) console when trying to send HTML form data with JS frontend to MySQL database through a flask back end.
HTML form:
<form id=&...
0
votes
2
answers
106
views
Local HTML file embed youtube with <iframe>
I have a created a test website at infinityfree and uploaded a test file to display a Youtube video in an <iframe\>
<!DOCTYPE html>
<html lang="en">
<head>
<...
Advice
1
vote
4
replies
91
views
How can I apply a 'for' loop for my ASCII pattern for it to be in the X and Y direction when needed?
After a really long time searching, I can't find the logic to apply to this code for it to loop without me needing to type out all of the pattern. It goes in a Y direction but I want it to be in a X ...
1
vote
1
answer
139
views
How to find the HTML element that causes a windows's minimum width? [closed]
Target device is a hand held scanner (~6" diagonal). Web page is primitive, self-coded HTML with very minimal CSS and JS. On my PC I can make the page really wide and the elements reposition ...
0
votes
0
answers
22
views
CSS grid that auto fits children and respects their min/max width [duplicate]
I have child elements that have min-width and max-width baked in. I want to define a grid parent that would put as many of those children as it can before wrapping to the next line, while respecting ...
Advice
0
votes
2
replies
82
views
How to make an image act like a button in html, so that when pressed it causes an animation to run?
So I'm making a website with a box. I want the box to, when clicked, open and reveal objects inside it which when clicked take you to other pages for different things. For the second part I'm planning ...
-3
votes
1
answer
93
views
Error trying to upload MS Excel file from JS front end to Python Flask back end [closed]
I am trying to upload an MS Excel file from JS front end to a Python Flask back end with fetch-api. but I get the following error message below. I am not too familiar with other means of using AJAX or ...
-7
votes
0
answers
71
views
createjs script works perfect in Firefox, but gets messed up in Chrome and Edge [closed]
Can anyone see what's wrong here at the last graphic on this page showing the bell curve with the blue circles and lines:
https://aberlechiropractic.com/testpage4/
Looks great in Firefox, but in ...
0
votes
2
answers
93
views
How can I have a DIV under another DIV?
I have a module, which presents all my products on the home page (prestashop). Each product category is in a DIV. My problem is that the DIVs appear next to each other, instead of one under/after the ...
Advice
0
votes
1
replies
78
views
How do you do ts
Alright I cant explain it properly, I work with HTML since I am just starting and I want to code a website where someone picks an order
Pays with it
Wants to put a message
Money is sent
Then the ...
2
votes
0
answers
56
views
Table cell colspan misalignment in iOS Safari
I am trying to get a table to render properly in Safari on iOS (I am using Safari 17 to test this). The table is supposed to:
Have 2 rows.
Have 3 cells in the first row.
Have 2 cells in the second ...
1
vote
0
answers
78
views
checkbox pseudo-class keeping "checked" state visually even when toggled off on Iphone
I'm having this issue that I am struggling to fix that only happens on Iphones and with any browser on that device.
Basically, I have a couple of checkboxes and labels toggled by the user when ...
