Category "html"

Scraping video url from multiple pages of a website

I am doing scraping using selenium. i want to scrape all the video urls that are present in the 626 products on the 25 pages. but while extracting the url it gi

Getting data from URL into MS Access table

There's a website that provides weather data: https://www.visualcrossing.com/weather/weather-data-services I want to import that data into a table with a butto

Text moves when hovering

Every time I hover over social bar and it gets bigger , headers moves down some pixels. I know it's because of the margin, but I don't know how to fix it. CSS c

Calculate column quantity total in angular

I have an array of objects that contain a quantity field. I'm looking to total one field from the array on a review screen on a table. I have an array of admini

Only getting RangeError when Chrome Developer Tools is closed

So I have this weird error where the script stops executing with RangeError: Maximum call stack size exceeded when I launch it normally, but when I open the Dev

Primevue data table input edit style

Prime vue Datatable edit input active by default I prime data table for inserting a value for the table with input on the table but the input become active when

extract text inside <li> tag using java script or jquery

var array1[] ; //i want to store text inside href in a array like this // [cat,dog,cow,hen,elephant] , how can I do that? <div class="ABCD"><h2 c

Convert ch to Px in css

Notes: I tried all questions & answers related to this topic. My Question very simple and clear 1ch = how many px? My sample code Relatest search article Un

Can't change background video on button click

I am trying to change the source url of a video tag when pressing a button, but I don't have any luck. Here is the code: const [bg1, setBg1] = useState(true);

tailwind doesn't want to show font

here's my question. for learning purposes i am currently working on a website with tailwind installed with the CLI method. i downloaded a font and applied it in

GetMapping endpoint for a button which takes inputs from 2 text fields

I have a basic html page with 2 textboxes and a button. I need to make the button respond after the entries in the textbox The body of the html looks like this

Submenu is not aligned css html

I'm having problems with my submenu. What happens is the following: My menu has 4 links in which one of these links presents a submenu with 3 links. What is hap

Apps Script google.script.run does not work within a Library-bound html file when triggered by other users

I have an authorization problem, but I can't figure it out. I have 50+ spreadsheets each for a separate user in our company. Each user spreadsheet has a contain

Google Model Viewer is not displaying output

So, I used Google's Model Viewer for displaying GLB files. But it seems to be throwing these errors: >Access to fetch at 'file:///C:/Users/User/Desktop/Untit

How to put the down arrow of an accordion-button in the left

I'm coding a website in Arabic language content. Problem: the down arrow of an accordion button should be in the far left. This is my code: <link href

Apply recurring RRULE on Outlook and Office365 calendar links

I'd love some help on RRULES. I was able to modify an HTML Google Calendar link by adding an RRULE OF &recur=RRULE:FREQ=DAILY;COUNT=2: GOOGLE CALENDAR LINK

How do i change table zebra pattern colors using <input type='color'/>

I created two color picker to change table colors in html using input, but i don't know how to change those colors based off what user picks in color picker. I

A button gets out of the div

I have the following navbar - #navbar { width: 100%; position: fixed; height: 50px; z-index: 1 !important; top: 0px; background-color: #20b7c2;

Save and restore position X Y of HTML elements in a DB with PHP

Im trying to make a floor planner like page for tables of a Restaurant. Every square of the page represent a table and they are draggable. <div id="drag-1

The session is not working properly in PHP

The session is not working properly in PHP. The login page is working fine. But after redirecting to my home page I couldn't able to see my login details it thr