Questions tagged as 'html'

1
answer

How can I put a logo on the same line as a navbar flexbox?

Hello, I have this situation: .navigation{ margin: 0; display: flex; background-color: #6ab240; height: 64px; justify-content: center; align-items: center; } .navigation a { font-family: 'Roboto', sans-serif;...
asked by 12.03.2017 / 16:37
2
answers

New time schedule - Database

I have an ordering system, where the product delivery time is selected in a normal input of type='time' , and stored in the database in type time as well. Everything is working perfectly, however I will have to change and it has to be as f...
asked by 09.03.2017 / 22:40
2
answers

Problems with background printing using bootstrap in Firefox

Good afternoon, friends, I do not have much practice with Bootstrap yet, I could not figure out a way to maintain the background of a div, when I print a page through window.print () I have the following code: <div class="qCor" style=...
asked by 08.03.2017 / 19:41
1
answer

Angular form submit

I am using metronic with angular and I have the controller all right, however I tried to create a function that displays what the user typed in a field in an alert (in the future I will filter) ... HTML file: angular.module('App').contr...
asked by 08.03.2017 / 17:37
1
answer

Alignment of tables side by side

I have these four tables, but I'm having a big problem that I can not solve. The fourth table is below the others and not next to .price-page { background: none; margin-bottom: 130px; } .container { width: 970px; } ....
asked by 05.04.2017 / 17:26
1
answer

Difficulty in adding PHP data MYSQL

Well, the title itself is already self-explanatory. Perhaps the only relevant detail I can add is the fact that when I perform the operation I do not receive any errors or warnings. Thanks in advance for the answers. <?php i...
asked by 08.05.2017 / 00:33
1
answer

Input type="date"

I need to get the value corresponding to the year of a <input type="date"> and subtract from the current date, to display the age of a user (javascript). However, my result always gives "NaN". How do I solve it? And how do I get JS...
asked by 08.05.2017 / 00:50
1
answer

Popular form already created with PHP (Mysql)

I need to populate a form with Mysql database information in the onChange event of an input Select. I know how to create a form of 0 by filling in the values property, but filling a form already created I'm not getting. input type="button"...
asked by 01.03.2017 / 16:51
1
answer

Invoke a function passing arguments within $ Scope does not work

I have a function in a file called "mapHelper.js" responsible for adding popups to a map: function writeMarker(x,y,msg) { var muxiCoordinates = [x,y]; var muxiMarkerMessage = msg; L.marker(muxiCoordinates).addTo(map).bindP...
asked by 29.08.2017 / 21:14
3
answers

Add a div by clicking the button

I have a situation here .. I need to add a div with a registration when the user clicks a particular button. The page already starts with the div. PS: I saw some similar answers but it did not help in my case. This is the div I want to add ev...
asked by 29.08.2017 / 20:48