After a long journey to figure out how to load .csv files into a table I've run into another issue. One of the columns in my .csv file is splitting into other c
I am learning bootstrap 5. so when I tried to edit the font-size of the navbar-brand. It kept the basic font-size and didn't work. further more if I try to add
I was trying to create a form where I faced an issue: The size of SELECT and INPUT element are different. In the following: why is the div with SELECT element s
I'm trying to connect images with each other using svg, but noting gives result here is the example of how it should be
I am struggling to solve a problem in a CRUD working with MySQL (MariaDB). The situation is the following: I have a DB table called "tools" in this table I have
Please can anyone help me to fix the design of my table to be more clear and more presentable? I want 6 months for example in front of engagement, 599 DT I fron
I want to fire a jQuery event onclick when the user selects the recaptcha checkbox. This is the code I have: <div id="reCaptcha" data-sitekey="XXXXX"><
I'm trying to display weather icons from OpenWeatherMap in my weather application using JavaScript. I've tried using jQuery and other solutions I've seen online
I'm looking for a way to access the <li> elements present with pseudo-elements such as ::before and ::marker using Javascript. So far I'm not able to writ
I want to make a search system when we enter a word in a variable, it search between all links’ names of this page (all the games) a little like a «
I have declared some css styling in global style.css file which is src/style.css in my angular project. In one of my component I want to alter some styling and
I am trying to place an image(which is a close button) on iframe at the top-right corner, the iframe and image are loaded from js function in angular, I have pl
I have a message board that I want to add delete buttons to, unfortunately the mat-flat-button seems to be doubling the height of the message items. If i set it
I have a website where you can edit and format text, then you can save it on to the server. I am using jquery to send the data to a PHP page where it will be sa
I am debugging my Vue Storefront project, which is based on Nuxt.js The error I currently face is: TypeError: Invalid URL which is not too informative. The Stac
My website reads QR CODES using the mobile phone. I have used that library https://github.com/schmich/instascan <div class="select"> <label for=
I have a span tooltip that displays some information like: name and history. I can separate this information with a <br>, but the tooltip is performing an
I have a navbar with links that scroll to sections of page using react-scroll. i also have several pages and im using react-router-dom for navigating between pa
and this is part of my code <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"
I figure this is not allowed: <ul> <my-li> #shadow-root <li> <span>hello!</span> </li> </my-li>