Questions tagged as 'html'

1
answer

Sending emails from my php web site

Good afternoon I have the following doubt I'm developing a web site and I intend that in one of the zones he clicking a button collects data from a database table for that client's id but I do not know how to send it to Can an email from my doma...
asked by 21.10.2017 / 20:02
1
answer

How to insert a single correct answer in the input tag?

I want the input tag to have a single correct answer. When entering a response (here we'll call it "example2"), go to a certain page (here, we'll use " link ").     
asked by 21.10.2017 / 04:36
1
answer

Moving elements in HTML / CSS

I have already searched the internet for how to do it but none is working. I created a class called .img to test and at the time of treating it in CSS, I use .img{right: 500px;} as test, however nothing happens. My ide...
asked by 25.10.2017 / 23:23
1
answer

List data in a table using ajax php and bootstrap

I am facing a series of problems and doubts with ajax! Have the following function that updates the data and list in a table: function atualiza(){ $.ajax({ dataType: 'json', url: 'ge...
asked by 26.10.2017 / 02:01
1
answer

Positioning a FORM on the page

I'm trying to put two SELECT MENU side by side on my page. However, when I put the first one it appears, when I place the second and it appears in the changed position. If I reverse and put the second first it disappears in the browser view. &...
asked by 24.10.2017 / 08:26
1
answer

How to animate italic font

In my home site of the site I'm creating, it has the very large name of the person with a cursive font . I would like to know how to start the page , start an animation as if a person were typing the name. The name will be revealed, or co...
asked by 08.11.2017 / 17:13
1
answer

how to leave the slider Responsive? [duplicate]

I have a slider in pure css and would like to make it responsive. <title>Slider UNIP</title> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="./css/vendor/normalize.css"> <link rel="stylesheet...
asked by 07.05.2016 / 22:12
1
answer

Bug in the system of title that I developed

I developed a system of title using jQuery and CSS, it is very good and works when I call the <title> tag. But I'm facing 2 bugs that I can not solve. 1st: When I put a very large title quandity on a page, it stops working, in...
asked by 24.02.2016 / 13:28
2
answers

Do not redirect in Firefox [closed]

The following code is not working in Firefox. <script> function go(){ document.write('<p align="center">AGUARDE O ENCERRAMENTO...</p>'); } setInterval("go();", 3000); setInterv...
asked by 26.01.2016 / 13:40
1
answer

Delete BD image and server destination folder [duplicate]

I want to simultaneously delete images of a specific column ("logo") of a table with another 05 columns, and the destination "upload" of the server. But I only managed to delete not only the "logo" column but also all the other 05 columns o...
asked by 19.09.2015 / 20:57