i want to display a form to create posts. i use crispy-form and it currently displays: with html template: {% extends 'blog_app/base.html' %} {% load crispy_fo
I had created a bill format in HTML and when I am viewing it in browser it viewed perfectly but when I am trying to print it is breaking in 2 pages. I am attach
If you look at https://double-seven.dev.sfindr.com/html-pdf-demo/index.html in Chrome, everything is nice and in place, but if you open the print preview window
I am having trouble fitting two graphs onto one page in dash-plotly. When using code attached below only the top plot is being displayed. Besides that, I do not
I'm working on media queries, I'm trying to go from a tablet view to a desktop view. I can only get one or the other right, not both. https://imgur.com/gallery/
I have an element that contains a couple of elements and I want that while clicking on the green header of the element it will be dragged with the mouse movemen
I am using bootstrap cards and I could manage the card image from overflowing outside the card area but the bottom of the image overflows in the card-body regio
I have built a menu on this page that is live: https://boys-cry.com/ and it was working fine until I added the mobile background content on a different section
I have a little problem with display:inline-block on Chrome when I try to print the page. Here is the code: <html> <head> <style> @p
I writed code $scope.updatepricingimport = function(file) { debugger if(file == null || file == undefined || file == "") {
In my case, flexbox method works very well for centering the navbar as the navbar has fixed positioning. What I don't want is the other div th
I am using Recharts with Next.js and Tailwindcss, I copied a barchart code snippet in Recharts to create my own barchart too. I have to change the height to asp
I need to align my li images in center. I have tried style="text-align: center;" in ul component. but it did not work. Thanks in advance. <link rel="styl
I have created table using datatable with in each row have td with input or select field. with having on multiple pages. The issues is the datatable render 10 r
I am currently preparing a website which should switch the full website to fullscreen upon user request. I use the following function: launchFullScreen(document
I am trying to align the items in a div (that is within an MUI Select styled component): const SelectStyle = styled(Select)(({ theme }) => ({ width: WIDT
I'm trying to use .css files in my project but it doesn't work. The directory hierarchy is: /resources/static/css/style.css. In my html file I
I have placed an animated image on my landing page however when I scroll down the screen the animated image also moves with the screen, I have put position: fix
I have a very simple drop down, a MudSelect, which is working fine. When you list the choices they align fine in the middle, but I do not know how to get the s
function show(d) { function normalize(val, max, min) { return (val - min) / (max - min); } var canvas = document.createElement("canvas") var ct