All Questions
1,186,245 questions
0
votes
0
answers
15
views
Video (.mov) not displaying in website using github
i have a project and i need to upload a video, i have set it and uploaded it using Githubs LFS (i just followed the documentation and it seemed to have worked?)
Video in the files on Github
The way ...
0
votes
0
answers
13
views
Character-by-character reveal in multiline text, correct word wrap
I'm writing an HTML/CSS/JS-only webapp that reveals text character by character. I currently have two elements in the same text box, where the "ghost text" determines the final size of the ...
-2
votes
0
answers
19
views
Devraj dattatray jadhav autocad SketchUp [closed]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"&...
3
votes
1
answer
55
views
Why is my HTML form not submitting to my ASP.NET Core MVC POST action?
I have a form in my ASP.NET Core MVC view, but when I click submit, my POST action does not run.
Controller
public IActionResult Create()
{
return View();
}
[HttpPost]
public IActionResult Create(...
0
votes
0
answers
32
views
Is there a CSS selector for the first element on a page (after a page break)?
I have seen this question having already been asked at least one time on this site. However, there were no satisfying answers, and quite a few years have passed since then. Given the pace of change in ...
-2
votes
0
answers
42
views
bootstrap 5 div responsive image
how do I make the image below the lines and before the letters responsive? The img-fluid class can't be used here because there's no img tag, only a div tag. The tag responsible for displaying images ...
1
vote
0
answers
59
views
Statamic text field - Markdown support? [closed]
I’ve recently been working with the Statamic Laravel framework, and I noticed that the text field type seems to accept Markdown or HTML-like tags. It’s behaving like a Markdown field type, which made ...
0
votes
0
answers
40
views
How to insert an SVG character in Mathjax for my website
I'm working on a website, and I've implemented a kind of wiki that uses Markdown files along with MathJax for the formulas. The problem is that I want to add my own SVG symbols so they can be used for ...
Advice
0
votes
6
replies
111
views
How do I use CSS selectors to select the child of a parent's sibling when a child is hovered?
Let's say I have this simplified example. These two content divs aren't the same thing because I need to style them differently. "style1" and "style2" text is hidden by default. ...
-1
votes
0
answers
41
views
VSCode Exporting Function for Jupyter Notebooks
The VScode export for Jupyter Notebooks doesn't always work well for me.
It usually works to export as HTML, but when I try to export notebooks as PDFs it always fails. I have extensions for PDFs also ...
Tooling
1
vote
10
replies
154
views
New web trends for a dental system
I'm currently developing a website for a dental clinic where users can schedule and track their appointments, and the doctor will maintain all records online. The entire project is being built using ...
0
votes
0
answers
51
views
Outlook changes the background of generated HTML body in an email depending on the user's theme
I am using a HTML template (shared below) with placeholders to generate the body of an email, which is sent to users using a logic app workflow. Despite attempting to define the [data-ogsc] attribute, ...
-3
votes
0
answers
54
views
CODE-39 Not showing full barcode needs to be Code-39 Full ASCII [closed]
I'm stuck with Code 39 not generating the correct barcode. It's too short. I need it to generate the full length version. I've attached my JavaScript for you to look at.
For reference see here https://...
-2
votes
2
answers
146
views
Why does this work on windows but not mac? [closed]
I'm using flask to run a website, working across my personal imac (running macos 26) at home, and a windows PC (running win11) at college to code, storing all the code in github. I run app.py from the ...
-2
votes
0
answers
36
views
How do I match the start of a class name with CSS? [duplicate]
I am trying to make a CSS selector to match elements with a class that starts with ai-. So for example, I would want to match items with ai-images or ai-videos, but not kizuna-ai-images or samurai-...