Questions tagged as 'html'

1
answer

Bootstrap Responsiveness - Problems with Grid

Hello, I am developing a website and I need to fix this piece so that it stays that way in the mobile ButifImakeachangetogetgoodatlowresolutions,itendsupspoilingthelargerversions.Hereisthecodeforthispiece:<divclass="row"> <div class...
asked by 08.09.2018 / 06:55
1
answer

How to display data (.log) in real time in an HTML page?

So, I'm trying to make a logger that can be viewed on an HTML page, in real time. The page loads all .log's files (from: / clearing-dit / logs /) and makes it possible to click on each one to show its contents. <button type="submit" class="...
asked by 16.07.2018 / 20:40
2
answers

Animation zoomIn flashes with mouseenter

I'm using animate.css to zoom in on an image. The idea is that the animation works only with the hover / mouseenter, that is, when the user hover over it. When I use any animation other than zoomIn, it works normally; however, with the code belo...
asked by 14.07.2018 / 19:17
1
answer

How to give Enter and change the field in an HTML form?

How do you go about an HTML form that changes from one field to another when you press the Enter key? (It naturally changes by pressing TAB.) There is already a topic related to this subject, however, where to put the code in Javascript? Is...
asked by 28.06.2018 / 22:43
1
answer

Insert image path into DB and file on server

I had an insert form to add some fields. But I also wanted to insert an image to a folder on the server and the image path to a table in the database but I'm not able to. <form action="enviar_registo_produto.php" enctype="multipart/form-dat...
asked by 04.07.2018 / 10:56
1
answer

How to use Javascript with Bootstrap4?

I'm doing my front end with Bootstrap, I want to use js for events like onclick, for example. Ifyoucannotseetheimage(shortversion):<html><head><title>AgileHub-Parafernalia</title><metacharset="UTF-8"> <li...
asked by 04.07.2018 / 17:16
1
answer

Modal problem

I'm trying to use the modal bootstrap to change the information of the table names, but when I call the modal happens what is appearing in the image, it is superimposed behind. I'musingGoogle's link as the main theme, and I've already ident...
asked by 04.07.2018 / 14:13
1
answer

Special Character appears in Tiny - PHP

I have the following PHP page: <?php session_start(); ?> <!DOCTYPE html> <html lang="pt-br"> <head> <title>Consulta de OP's por OP</title> <meta charset="utf-8"> <meta name="viewport" co...
asked by 26.06.2018 / 15:32
1
answer

How to adjust image in the container

I have a 1220x780 image and I want to put it in a 341x192 container, how do I make it appear adjusted, centered, in "miniature", I'm using max-width: ; max-height:; width: auto; height: auto; But it does not fit horizontally     
asked by 25.06.2018 / 19:31
1
answer

JavaScript generating characters that are not present

The code below is in XML and is a form that is being used for convenience generating code HTML , everything typed in input will be sent to textarea already with HTML through javascript The checkbox is scr...
asked by 25.06.2018 / 20:00