Questions tagged as 'html'

2
answers

Align image next to horizontal menu

Hello, I have a small problem, I added a horizontal menu to the site html and wanted to put an image next (right) but it will not, I tried float, align, margin and nothing, I do not know if they can help me to solve the problem, but I thank you a...
asked by 15.03.2016 / 16:55
1
answer

I can not send this form to the e-mail

I'm not able to send this form to email, I followed a tutorial and it did not work! HTML <body> <div class="col-md-6 centro" method="POST"> <img class="imagem" src="AMB.png"> <form action="enviar.php...
asked by 03.10.2016 / 17:08
3
answers

How to make certain words within an editable div be of a color?

I have a DIV that is editable by the user, but I wanted it when I typed Brasil it is only this green word tabem as EUA is red, but only certain words. DIV code: <div id="texto" contenteditable = "true" ></ div&...
asked by 04.03.2016 / 14:08
2
answers

Take Action of the Form and the Submit button.

I'm trying to unravel the mystery, when the user clicks the "Submit" button, the content of the form is sent to another file. The attribute action defines the name of the file to send the content to. The file defined in the attribute...
asked by 21.05.2016 / 22:09
1
answer

Create divs based on database entries

Good morning, I am developing a website and I would like to create a new div for each entry the database presented in php. I need to make a page with the same principle as a blog, the last content presents first, but for this I need each content...
asked by 24.05.2016 / 12:29
1
answer

Catch all data selected with javascript in multiple select field

I'll describe what I'm trying to do: There are sectors, and in each sector there are several employees, and I need to, when selecting a sector in a select field, the next field select (which will list employees) be filled with e...
asked by 23.05.2016 / 22:25
1
answer

EventListener does not work with 2 or more inputs

So, my friends, I have a page with a for that does create several forms. In each form I have an input file, which I want to handle individually. However, when I try to use some eventlistener, it only works with the first input of the for. I do n...
asked by 11.02.2016 / 17:20
1
answer

Count characters of an input ignoring the maskedinput

I have a script to advance the cursor to the next field of a form when the current field reaches its character limit (< a href="https://en.stackoverflow.com/a/111959/33193"> font ). When I tried to put the maskedinput gave problem, because...
asked by 12.02.2016 / 13:59
1
answer

How to display tables in pdf with the MPDF library?

I have a html that is automatically generated by a wysiwyg component (a text editor) and inside one of the texts that I generated, it has a table and this table usually appears in html, however I need this table to appear in pdf I'm generating....
asked by 10.02.2016 / 01:58
1
answer

Floating Button Does Not Stand Behind Texts and Images

Hello, I recently made a floating live-support button, it works fine, it moves along with the page and it is fixed, but it, when moving along with the page, goes under text and images, or be it bugging. I've tried adding in absolute, relative,...
asked by 01.03.2016 / 14:00