Questions tagged as 'html'

1
answer

Why are the divs doubling?

I have a one page code that is happening something I do not know: I have two divs containers with 100% width, and each one has other divs inside. However, after adding a new container with 100% width, and putting new divs in, it happens that,...
asked by 03.02.2016 / 20:49
1
answer

Jquery Slideshow separated by category

I need an idea how to make a slideshow separated by category, I want to show the user a link to a certain category, clicking the link to show a slideshow of this category, clicking a second link from another category, slideshow for the second ca...
asked by 24.03.2016 / 03:20
1
answer

PHP and Javascript - Help in file upload

I have on my client's site, which I assumed from another developer, a meeting and event registration section. In this section, I need to implement a PDF file upload field related to the event / meeting to be registered. I tried to implement b...
asked by 18.11.2015 / 18:00
1
answer

JSTL adding null option within select element

I construct a <tr> line using AngularJS and JSTL, and within that line I have a select element in which it is run using <c:forEach> on an enumerator to fill it when the user clicks to insert a new line <td&g...
asked by 28.10.2015 / 13:46
1
answer

how to count number of input elements of html with php?

I need to count the number of input file elements because they are created dynamically at the click of a button <input class="tf" type="file" name="pic[]" accept="image/*"> This is the line that is created dynamically, but I n...
asked by 24.10.2015 / 20:58
3
answers

Place text next to image

I'mtryingtoputapictureandtextontheside,butIcannot.ThetextisbelowthephotoorIcanputthefirstsentenceofthetextatthesamelevelasthetopoftheleftimage.Itriedtousedisplay:block,tosomeextentitworks,becauseitstaysonthesideoftheimage,butitstaysasacolumn.It...
asked by 09.10.2015 / 18:33
3
answers

3 forms in a single submit button

Good afternoon, I have a code in html and js where I need to do a submit on 3 forms with just one button, because they are on different cardboards. I thought of doing the following in html: <form id="form1" method="POST"></form>...
asked by 03.01.2019 / 14:37
2
answers

Error connecting connection variable (PHP / MySQLi)

I'm finding it difficult to call a variable from an auxiliary php code, which connects to my database, on my HTML page. I researched a lot of content, but I did not find a solution to this seemingly stupid problem. My connection is being succ...
asked by 28.11.2018 / 21:25
4
answers

Mysqli_fetch_row () expects parameter 1 to be mysqli_result [closed]

No, I'm wondering why I get this error, since I just want to do a simple update, and I have the necessary parameter in fetch    ERROR: Warning: mysqli_fetch_row () expects parameter 1 to be   mysqli_result, object given in   C: \ xampp \ htdo...
asked by 13.01.2017 / 18:41
3
answers

How to create a popup that flashes on the screen? [closed]

I created a popup , but now the client wants it to blink until it is closed. Just informs you that it is a JPEG image that opens on the screen.     
asked by 26.09.2017 / 23:45