Questions tagged as 'html'

1
answer

HTML form - JQuery - Bootstrap

I have this layout:    Modal <div class="modal fade" id="message" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <...
asked by 23.12.2017 / 21:56
3
answers

How to center my logo and text on my website? [closed]

How can I make my page centered? I already tried it with center-block but it does not focus when I show it in the browser File index.html /* FILE: main.css */ body { background-color: black; color: white; } img...
asked by 23.12.2017 / 19:40
1
answer

Positioning divs CSS

I have a div search and I want to have another div show_cabañas . I wish that in the form, which is inside search , if we press Search we open / load the div show_cabañas and that it appears below the div sea...
asked by 25.12.2017 / 11:41
1
answer

Positioning div - CSS

I want a div to be placed in the upper right margin of the page but not to untick the other div that should be centered on the whole page. That is, a div to "greet the user" on the top right, and a div "book" in the center of the page. When I...
asked by 24.12.2017 / 10:50
1
answer

Difference between InnerHTML and Nodes? [closed]

I need help since I do not know if to use innerhtml or nodes to change, add or remove html elements, I do not find the difference of it beyond the syntax that each one requires, and if they are the same, I should use the most " easy "in terms of...
asked by 19.12.2017 / 03:59
3
answers

How to do this with html and css or what do you recommend

Hello for a while I'm trying to do something like this: And I would like it not to damage with responsive , that the text stays in the middle and the lines are shrinking according to the screen, every time I do it or it works for me...
asked by 21.12.2017 / 14:16
3
answers

clear and validate fields

Good evening I am not very advanced programming but I have a form with several fields, what I need is to validate that only numbers or letters are entered according to the field, but to clean the field where it failed after validating. the fi...
asked by 20.12.2017 / 01:35
2
answers

Store name and image path to update php

I have a code that searches for me through the PLACA identifier some data, inside that data there is an image, I show it by means of the temporary one. up there all right, the problem comes when I want to update the data, sometimes I want to upd...
asked by 19.12.2017 / 20:58
1
answer

Create a select with jquery receiving array from ajax

I need to dynamically create an input to list all the municipalities in a certain state of Mexico, I have my query correctly and from php I am returning the array in the following way. $idestado = (int)$_POST['idestado']; $municipios =...
asked by 10.01.2018 / 01:15
1
answer

Pass data via ajax and php to an HTML table

I try to fill a table in html from a query ajax and php . Problem: I want to get the dependencies of a MySQL table (I only have one added). But in php I input an array to return it to me in the ajax. clases....
asked by 29.12.2017 / 03:38