Questions tagged as 'html'

1
answer

Problem with HTML tags using UTF-8 sent by PHPMailer [closed]

I am using the UTF-8 charset in this way: <meta http-equiv="Content-Type" content="text/html"; charset="UTF-8"> Although with this my HTML looks good either by opening it in different browsers or in gmail, the same thing does not happ...
asked by 22.06.2018 / 09:35
1
answer

The second time of onchage does not work on an input file

The code tries to draw on the canvas the image that I select with the input, but it turns out that in the code I have, the first time I enter an image it works but when I re-select another photo in the input file, the onchange no longer works....
asked by 08.06.2018 / 11:32
3
answers

Header navigation style

I have this error, and that is that passive housing I can not put it in a line, I always leave it separate, the house is that neither giving it width or anything with it to fix it, any suggestions? CSS .menu { position: rela...
asked by 19.07.2018 / 09:37
2
answers

Disable dates greater than the current one in an input date

I have a form which has a input type="date" I would like the dates after the current date to be disabled How could I do it?     
asked by 19.07.2018 / 17:48
2
answers

show footer and header with scrollable content

Note: I'm using the Boostrap 3 framework On the desktop screen it's fine: But on a mobile device it does not appear at the end: This is the html code I have: <!DOCTYPE html> <html lang="en"> <head> <...
asked by 27.06.2017 / 20:40
3
answers

how can I modify my display?

I'm doing a display for videos but I can not modify it correctly to make it look like this image: but it only appears to me like this image: this is the code: css: div.polaroid { width: 80%; background-color: white;...
asked by 22.06.2017 / 21:59
2
answers

How do I add 1 in a field of a table, when I click on a link?

The 1 that I refer to is simply adding 1 to a field in a table, by clicking on a link. This is the link code: <?php if ($pagina) { ?> <div class="row"> <div class="col-md-6"> <h3><a href="<?php echo $...
asked by 06.08.2018 / 13:33
1
answer

Stylesheet do not react: PHP and CSS3

Sorry, lately I've been working with PHP, and I've noticed something. Every time I change from to I change the style of that button. Until then I understand it, because the style says "button {...}", but then, even if I put the "input [type =...
asked by 10.08.2018 / 01:03
1
answer

Send variable from html to php

I have the following code <tr> <td> <?php echo $mostrar['nombre'] ?> </td> <td> <?php echo $mostrar['tel'] ?> </td> <td> <?php echo $mostrar['celular'] ?></td> <...
asked by 23.05.2018 / 22:40
1
answer

How to correctly parse the response of an ajax request?

I am filling in a datatable but I would like to measure the length of the array that the query returns to me. In addition to this choose which elements of array I want to show and which do not. The code I use is the follo...
asked by 04.05.2018 / 17:31