Html – How to resolve this NoReverseMatch error?
I am currently try make a task manager such that there are folders which have tasks in them, I have been stuck on this problem for hours now and am not sure at all what is the issue this is…
I am currently try make a task manager such that there are folders which have tasks in them, I have been stuck on this problem for hours now and am not sure at all what is the issue this is…
I have a design like below. Tried many things to customize input field but couldn't make it. Left side is fixed text and right side is input that user needs to enter. How can I divide input as below and…
I'm trying to create a multi-level dropdown menu using Bootstrap. By default, the dropdowns should align to the right side, but if there's not enough space, they should switch to align to the left. The problem I'm facing is that…
I'm creating an SPA in Vue3 that requires a WebSocket to be open at all times to access database variables to the Client. I was wondering, maybe I could hide a WebSocket connection inside an invisible tab so that it's…
might be best explain with an example this is the HTML snippet of my breadcrumb. This comes with its own breadcrumbs.scss. <div class="container"> <div class="cmp-container"> <div class="my-grid"> <div class="breadcrumb container"> <nav class="cmp-breadcrumb"> <ol class="cmp-breadcrumb__list"> <li class="cmp-breadcrumb__item"> <a href="/content/page2.html" class="cmp-breadcrumb__item-link"> <span…
Trying to make div heights as percentages of the body height. I'm using bootstrap version 5.3. I'm able to make the body element 100% of the view. However, all the other div have the same size of 24px. I'm trying…
I need help with Multi-line Truncated Text. I can't cut the final word with "..." in text block with randon string number So this is my solution which cut the end of my block, but without "..." <ul className="note__tags"> {tags.map((item)…
this is a picture of the issue I am currently coding a website for a client. This is a portfolio website to showcase their photography and im running into an issue with my layout. I have one div as my…
I have a dropdown control which is implemented a dialog (seems a div would behave the same), any way to place it over a modal dialog so it would behave as a dropdown and be independent of the modal? Tried…
Description Currently, if the user pastes images multiple times to the chat input using the 'ctrl' and 'v' keys, they get stacked vertically. The chat input is right above the 'run' button. Above the chat input is where the loaded…