Skip to main content
The 2024 Developer Survey results are live! See the results

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
27 views

On a website, simultaneously embedding multiples parts of a same video hosted by vimeo and using html container builder on elementor

Hope that i am using this forum howt should be. Didn't knew about til i saw a question similar's mine's, but int opposite way lol. I am currently working on my website that'll use as portfolio and to ...
Martin Straub's user avatar
1 vote
1 answer
30 views

multiple charts with amcharts 5

I'm developing a web application for a college project, in which I'm using the amcharts library to generate some graphs, however, I can only generate one graph in div's with the id "chartdiv"...
José Maciel's user avatar
0 votes
1 answer
26 views

How to use custom HTML attributes with Blaze in Haskell

I'm trying to write the following HTML element from Bootstrap in blaze-html in Haskell. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-...
Adam D's user avatar
  • 2,117
-1 votes
0 answers
14 views

HTML chat form is not stable - Django site

I have a django site which has a chatapp on it. the problem is the chat-content form in the chat app is not stay in the bottom of the chat page and user should send a lot of messages to come down the ...
Abol's user avatar
  • 39
0 votes
4 answers
70 views

JS not opening a button as intended

I'm working on a header section in HTML and decided to learn JavaScript in this project. I'm also using TailwindCSS, with a few specifics I included in a different .css file. I got the JS code from ...
2MUCH's user avatar
  • 3
0 votes
0 answers
26 views

How can I add a scrollbar content appearance limit?

It is somewhat peculiar to explain, but it is easy to summarize, it creates a theme content scroll bar, and even adds a button to hide that theme menu, that works very well, but since there are ...
Carlo Mena Mendez's user avatar
0 votes
0 answers
33 views

HTML Table filling full height of parent div with scrolling

I have a Blazor component which is just a html table. I want to style the table so that it always fits into the parent div of the component. The rows have a fixed size, so if the table has more rows ...
wh0ami_'s user avatar
  • 13
0 votes
0 answers
32 views

HTML form not populating correctly, What am I doing wrong?

I have a javascript application where I need to save the user selections in a HTML form that I need to retrun to the form when the user returns to the page with the form. I have implemented solutions ...
Youssef Ismail's user avatar
-1 votes
0 answers
19 views

How do I change the Favicon in Astro.js? [duplicate]

I'm trying to figure out how to change the favicon in Astro, but I can't figure it out. I tried changing it by adding my own custom image and labeling it "favicon.svg" but it doesn't work. ...
Mike the Scripter's user avatar
1 vote
1 answer
37 views

CSS grid: prevent a specific cell with lengthy text from setting the width of its column [duplicate]

In a grid layout with two columns I have several rows with similar content, while the last row has in its first cell a lengthier text. I use display: inline-grid and grid-template-columns: auto auto ...
kikon's user avatar
  • 6,125
-3 votes
0 answers
24 views

What does error style between head and body mean? What does Cannot recover after last error. Any further errors will be ignored. Mean [closed]

HEllo I started an online course today to learn HTML and SCC and I validated my code however I do not understand any of it. I have never coded before and I am still learning the basics I would really ...
HTML ROOKie's user avatar
0 votes
1 answer
41 views

How to link a style sheet in php if the files are not in the same folder?

I have a php project structured like so : ├───public │ index.php ├───styles │ style.css ├───vendor └───views ├───category │ show.php ├───layout │ footer.php ...
mqbaka mqbaka's user avatar
0 votes
1 answer
27 views

height of an iframe in a Confluence app continuously expands infinitely when the html and body elements are set to 100% height

Issue Overview: We're encountering a persistent problem with our Confluence app where the iframe height continuously expands indefinitely. This issue arises when we set the html and body elements to ...
John Q's user avatar
  • 1
0 votes
0 answers
45 views

Is it possible to "undeclare" a script block in HTML? [duplicate]

I'm developing a web app which dynamically loads and unloads the contents of a a <div> block, which acts as a sort of page system. The problem The problem starts with the fact that I sometimes ...
Codrut's user avatar
  • 358
0 votes
0 answers
19 views

How to Render Underline Text in Markdown Using Stream Chat SDK

I am currently working on a chat application using Stream SDK (https://getstream.io/). I have been running into continuous issues rendering underlined text in message bubbles. Stream seems to have no ...
Devin Mason's user avatar

15 30 50 per page
1
23 24
25
26 27
29