django not able to post data
This is my index.html<html> <body> <p>Please select Team from below:</p> <form action="teamspage/" method="post">{% csrf_token %} <select name="teams"> <option...
View ArticleCountry flag automatic registered user
Good evening guys, I found a problem, I would like to add for each user who signs up a flag of his nation in the preview that is in the category sections. Surely I will have to enter in ftp to add some...
View ArticleHow do I extract data from a link which has many link, then the text of all...
The link https://www.mouthshut.com/builders-and-developers/bangalore has multiple builder names(https://www.mouthshut.com/builders-and-developers/SJR-PrimeCorp-Bangalore-reviews-925981671,...
View ArticleHow to change background color of a table cell in java script using row and...
I am trying to change the background color of a cell depending on my row and col id. I have tried like this but didn't work.let rowNumber = 1; let colNumber = 1;...
View ArticleHow to display LongBlob Image from Mysql with php [duplicate]
This question already has an answer here:How to retrieve images from MySQL database and display in an html tag 6 answers$con= mysqli_connect("host", "user", "password", "database"); session_start();...
View ArticleContent property doesn't inherit css classes
I have a problem, I need to add a logo to the image. The logo should show up only on hover. Currently, I have this class that is reacting by darkening on hovering:.et_pb_video_overlay_hover { position:...
View ArticlejQuery hide all images except first one in a generic way
I want to show only the first image and hide others, this is how HTML looks like:<div class="slider-image"> <img src="html.png" alt="Html" /> <img src="css.png" alt="Css" /> <img...
View ArticleI am getting unintended div on background please give solution [closed]
Need css or any other solution for unintended div.Thanks in advance.
View ArticleHow to make marker mark any where on progress dynamically
I have a problem with marker, I want the marker to be stretchable to mark anywhere on the progress barAs shown in below GIFQuestion: I want to select any point on the progress bar and be able to...
View ArticleJavaScript: Changing image in HTML with button
I have a problem with my code where I change an image by clicking a button in HTML, but when I try to run the code in the console it says it my image.src is undefined. This is my code in javaScriptvar...
View Articlehow to change data-value on div by JS
I am working on a project that I need to change attribute of data-value by js language.You can see the code here.<div class="col-sm-4"> <div class="ldBar auto no-percent label-center m-auto"...
View Articleinput file if empty select a default file
so i want to select a default if my users don't select a file.i checked if the file input is empty. and i don't know the next steps. here is my code.PHP:if ($_FILES['ilyes']['size'] == 0) { // select...
View ArticlengModel on button, buttons view reloads everytime i change its state
I have the following group of toggle-buttons:<div *ngFor="let minute of state.minutes.specificMinutes.selectedMinutes | keyvalue"> <div class="btn-group btn-group-toggle"> <label...
View ArticleRemove extra space between images - no masonry
I have some cards with images, but every image has 3 dimensions - small, normal, and height ( h: 180px / 270px / 450px ). And I used bootstrap cards, but it seems that I have some blank space between...
View ArticleUnable to open up React JS Modal
I want to achieve a clickable div that opens up a Modal upon click.The modal import statement is as follows : import UpdateMaterialModal from '../components/Update_Material/Update_Material_Modal';...
View ArticleImage as a link [Rails]
I want to make a link in my nav bar. The problem is that I want an image as the clickable link. So (click on image -> next Site) this is the code I use now for linking with the site. <a...
View ArticleI'm trying to put a inside an 's
I already know how to make an <input type="radio">'s <label> look like the button of any specific browser's default <button> by playing with the CSS until it looks identical to the...
View ArticleHow to pass variable value for table.rows.cells to get table cell value?
I am facing a difficulty in passing variable for a cell value to get the content in the table cell. Passing the row variable will detect but not the col variable. var col =...
View ArticleHow to custom Play/Pause image For HTML5 Audio Using JavaScript
how could I make this happen? For example.....Once I have clicked 'button play' the changes to 'button pause' and once I have clicked 'button pause' the changes to 'button play'.I want to custom audio...
View ArticleHTML Table Filter/Search
I would like to filter or search in my HTML Table.There is a input field above each column where you can type in the search query. If you type in something in a field the table gets filtered. If you...
View Article