Questions tagged as 'html'

1
answer

How to upload multiple files via mobile?

I'm trying to upload an IMG to my application in php, on the pc I can select multiple files, but on the phone I can only select one. * I use android     
asked by 19.01.2017 / 23:29
2
answers

HTML within HTML

I have a question here. I have the following code in HTML: <html> <head> <?php $logado = 'my name'; ?> <link rel="stylesheet" type="text/css" href="cabecalho.css"/> <nav id="menu">...
asked by 21.09.2017 / 19:21
2
answers

Trimming html and css table layout

I have a page page in php that looks for mysql data and shows in a table: However,whenIlowerthewindow,thetablesandtheheaderare"disorganized," like this: HowdoI"lock" the tables and that they do not change position according to the size o...
asked by 11.10.2017 / 19:12
2
answers

Counter and calculation in javascript

I need to get a value and divide by the amount entered in the input <h2 class="m-b-0 text-white font-weight-normal" id="valortotal">R$ 4.000,00</h2></div> Get this value and divide by the quantity you enter here: <div...
asked by 21.12.2018 / 20:52
1
answer

Problems displaying a foreach (php) inside an html code [closed]

Hello, everyone. I have a small problem and I can not seem to get out of it. The problem is this: I need to generate a pdf (report) with some data coming from a mysql query. So far so good! But all this code that will appear in the pdf is...
asked by 22.09.2017 / 04:54
1
answer

how to create a layout using float

I'm trying to create a page just like the one in the photo, but to no avail. From what I've seen I need to use the float property. I'vecomethisfar,butit'snotresponsive,either. In the second photo I created, I can not get the 4 images to...
asked by 06.12.2018 / 19:08
2
answers

Upload content from another file with jquery

I would like to know how to load the code from another html or php file using the $(".div").load("html.html"); The error here would be: It loads the code perfectly, but I have a button in that HTML, the button appears right but then...
asked by 13.11.2016 / 20:31
2
answers

Count only on visible labels

I have a difficulty with my code. I have a dropdopwn menu that displays notifications. When the notification shows the same date as the current day it displays <div class="label notification-badge">NOVO</div> . The notification...
asked by 09.11.2016 / 13:49
1
answer

Form does not appear

Well on the contact page the form that was supposed to appear there simply does not appear, no input appears, I've tried to change some things, take it out and put it on other divs, but still the problem continues. Another question I'm having is...
asked by 01.12.2016 / 00:51
7
answers

Obligate to fill the input with a dot instead of comma in html

In the table the price field has the Decimal data type, where input looks like this: <p><h5><strong>Preço</strong></h5> <input type="text" id="Preco" name="Preco" size="120" /><br/></p>...
asked by 09.02.2018 / 11:10