Questions tagged as 'html'

0
answers

Type Number in option html

I need to set an option to number (just like in input type="number"). Because I need the final form (ReactiveForms type) to be sent a number for that value and not a string. I have tried to transform in many ways, but none of them right. Here...
asked by 19.11.2018 / 19:12
0
answers

Blank table space

Hello, I have a small problem, the table gets one more column, I looked for the error and read the code several times and nothing to solve If anyone can help, thank you <table> <tr> <? $table = 'Products'; $col...
asked by 18.11.2018 / 05:40
0
answers

Validation of multi-forms Jquery

I created a form, where I have a SELECT with three options, and when selecting them, jquery displays different form options with their respective contents (there are three DIVs with hide class to hide them). The problem is that when submitting t...
asked by 17.11.2018 / 21:46
1
answer

How to make a submit that zeroes a counter

I do not understand javascript and not to know how to search to make a button that when tight zerosse my counter which is a global variable <form id="btn" method="get"> <input type="submit" name="submit" value="zerar"onclick="submit()...
asked by 17.11.2018 / 21:12
1
answer

How to change table row color based on the value of a cell?

I need to make the table row change to a particular color based on the value contained within the 'td' tag. All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
asked by 05.07.2017 / 16:41
3
answers

Form Data

I have a form already formatted in CSS and HTML. How do I receive the data entered on the form after filling in? I do not understand much about PHP. <form class="w3-container" id="contato"> <p> <label><b>Nome<...
asked by 23.05.2017 / 15:03
1
answer

Content written on a responsive button

I have a bootstrap collapse which is the following code already modified. <div class="card"> <div class="card-header" id="headingOne"> <h5 class="mb-0">...
asked by 14.11.2018 / 16:57
1
answer

How to transform an HTML table into a Data Frame

I'm trying to integrate a python script with an HTML table How can I do this? Follow my table. <table data-spy="scroll" class = "table-responsive-sm" id="table-prem" > <thead>...
asked by 22.11.2018 / 21:27
1
answer

iframe map overlaps options bar

I created a class to be able to apply the CSS, I already changed the positioning from relative to absolute and however it continues as it is in the photo. I need the bar not to overlap the map and the map to take up the entire width of the...
asked by 18.11.2018 / 18:20
1
answer

Array Limiting via POST

Well, I was getting caught in my code always giving offset error and things like that, when I discovered that somehow my array is not coming full. I have a form, where it is fed according to the results of the database. <?php $Despesas =...
asked by 13.11.2018 / 01:33