Questions tagged as 'html'

1
answer

I have a problem validating a contact form

HTML code: <section class="contato"> <div class="parallax-targetaf section-0" data-parallax="scroll" data-image-src="img/4.jpeg"> <div class="container cf"> <div class="containerrr"> <form id="...
asked by 06.01.2018 / 03:49
1
answer

Create a select of cities, when to choose the city goes to the specific site of the chosen city

This is my select, I have tried to use it for a long time, I do not know how it works, I see that many great websites use it and the user selects the city, it shows the respective content, but the URL does not change. <form action="cid.php"...
asked by 07.01.2018 / 23:12
1
answer

Divs do not adjust when I open a summary

.parallax2{ height: 16vw; margin-bottom: 0; background: transparent; background-color: red; } #submete{ height: 100%; padding-left: 19vw; padding-right: 19vw; background: url(imgs/tech.png);...
asked by 06.01.2018 / 14:40
1
answer

php variable within line javascript (Sweet Alert) PHP

I'm creating a message using the Sweet Alert feature, and where I need to display the person name inside an Alert from a PHP variable >. So, I would like to know how I can do it correctly. Obs :. The connection to the database is working...
asked by 27.12.2017 / 17:36
1
answer

List mysql data in a modal using php

I would like to list a field that is in the database in a list that is already created. When the user clicks on the "title" field he has to call a modal with some data from the database. What happens, it even calls, only that of the first row, i...
asked by 21.01.2018 / 04:22
2
answers

(bootstrap and php) How to create a row every 3 bank records

People, I have a template that has the following: <div class="row"> <!-- INICIO --> <div class="col-md-4"> Aqui vem uma imagem e o nome de um imóvel </div> </div>...
asked by 27.12.2017 / 18:57
1
answer

Modal / script does not appear in box. and

Can anyone help me what's missing from my modal? Just missing css or missing something in the code? code: <!doctype html> <html> <head> <meta charset="utf-8"> <title>Documento sem título</title> </...
asked by 28.12.2017 / 12:58
1
answer

I'm having trouble removing a number from html

I'm having trouble removing a html numbering already tried everything and nothing the slide looks like this: And how would I change from img to text? HTMLcode:<!doctypehtml><html><head><metacharset="utf-8"> <title&...
asked by 27.12.2017 / 19:05
1
answer

Product Order Sending

Well, I'm putting together a product ordering system, on the product selection page, we have the selection of them, where each one will have a input , however, indeterminate, how do I send all this inputs for base regardless of quan...
asked by 23.12.2017 / 05:36
1
answer

Appear Extension icon according to file extension (doc, xls, pdf)

I'm having a demand for a php system. I am listing documents from a certain directory that is on the server in my html page <div class="tab-pane" id="docs"> <div class="table-responsive">...
asked by 01.01.2018 / 23:15