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
My program cannot run thought the entire loop because a leak crashes it before it gets to the end. I have the following script: from requests_html import HTMLSe
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
Recently I've got feedbacks from collegues and friends that some features of a website of mine doesn't work on Apple devices. With some research, I found out th
So I have an onclick that directs to a linkedin page here: <li id="toHover" onclick=" window.open('https://www.linkedin.com/in/jvanderkooi/?originalSubdomain
I want to create a web site like this site https://andrewborstein.com/ But in my page when I click the Link it goes to the correct place but the the DIV ge
I writed code $scope.updatepricingimport = function(file) { debugger if(file == null || file == undefined || file == "") {
I want to start a project where you will input something in Python and it will appear on a GitHub pages html file. How would I do this? Would we be able to do t
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 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
Is there an accurate way to determine the length of a .mov file with chrome? On our website we currently use video.onloadedmetadata but it's causing errors. Exa
Is there a way to set a title and favicon for non-html files on a website? For example, a link like https://example.com/files/image-or-something.png. By default
Why my browser is not showing image even after adding relative path?
I'm trying to get use "quasar" I want to let the user choose which filtering method to use, then enter the content, and finally set a button to output the selec
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
haven been trying to fetch data from client side to the server side(url='/update/' using js fetch,been getting the response but the data is not being posted to
Basically, I wrote this function in JavaScript: <script> function getVal(value) { console.log(value); } </script> And this is my HTML input