Questions tagged as 'html'

1
answer

move the container without appearing scrool

Good morning, I'm having a problem when I move a div in my, I make it walk 50% of the screen size, until everything is ok, but when it goes to the side opens the scroll option to see where this div is. I would like it when it does not move....
asked by 10.12.2018 / 14:52
1
answer

function with error when return alert

I have a function that if it returns 1 a alert appears:    form uploaded successfully If you return 0 , a alert appears:    error submitting your form. When I leave the form blank the expected beha...
asked by 11.10.2018 / 22:29
1
answer

How to make an input only accept numbers Binary input type="text" name="number" / [closed]

How do I make this field accept only binary numbers that do not accept 12 or 13 and etc., just numbers 1 and 0, such as 0000111 or 1000 or 11111 ??     
asked by 13.10.2018 / 22:36
1
answer

How do I pass two variables to the onclick parameter?

If I put only one variable works, but I also need to pass $ city to onclick, but I do not know how to concatenate correctly. (deleteVaga function) while($registros = $querySelect->fetch_assoc()){ $id = $registros['id']; $cida...
asked by 06.11.2018 / 19:54
2
answers

Only send the data of the fields filled by email using PHP

I have an HTML form, and I'm using PHP code to send the data via email. However, I would like to e-mail only the data of the filled fields, and their names. Example: [] Nuggets [3] Hot Dog [1] Cheese Burger [] Pizza [] Salad The em...
asked by 26.10.2018 / 11:28
1
answer

Video autoplay problem in Chrome [closed]

I'm having trouble inserting a video with autoplay into a page on a website, when this page opens in Chrome, the video is stopped until the "play" button is clicked on. I have read in several "posts" that it is a "bug" and the suggestion is t...
asked by 18.12.2018 / 22:40
2
answers

div 11 does not get stylized in css [closed]

People are doing something to me that I do not understand I created several divs like this: div id="nome" img src="img/00001.jpg" /div To put an image in the background of a page, but as I want to put some variables on top of that imag...
asked by 25.01.2017 / 21:44
1
answer

Html, doubts about compatibility with Internet Explorer

I do not know why but my site gets broken in Internet Explorer and Microsoft Edge. In Firefox, Google Chrome and Opera Web the site is normal. The only parts of the site that are broken are Aside and Footer I saw a post here in stack overflow...
asked by 09.08.2018 / 20:25
1
answer

file_exists returns False even the existing file

In the system I am using file_exists to see if the image exists in the directory, the problem is that it always returns false even the image existing in the directory, I have already done almost all possible tests and still returns...
asked by 12.08.2018 / 19:30
1
answer

Page Ratio in html5

I have an html code that I'm using to send email through phpmailer. The problem is that the background of the page is very large and I would like to know if I can narrow it down. Here is the code for the page: <!DOCTYPE html> <ht...
asked by 16.08.2018 / 16:51