Questions tagged as 'html'

1
answer

Error sending form to email by PHP [closed]

I do not know the right way to send data from a form to an email, using PHP . So, here's the situation: Page contato.php : <form id="form-contato" action="enviar.php" method="post"> <h2>Fale com nossa Equipe!</...
asked by 09.12.2016 / 22:56
0
answers

Why video buttons do not work in browsers after using css?

I'm making an application that displays a video on the site with NodeJS, socket io, express. Only one page with the tag <video> . I want the video to click on play to be full screen, but that does not happen then I used this cs...
asked by 06.12.2016 / 19:43
1
answer

How to change content of a select from another select

How can I put a button related to the other? Example: <span class="IWLABEL10CSS" id="IWLABEL7">Distrito</span> <select name="PAIS" size="1" width="180" class="COMBODISTCSS" id="COMBOFAB" tabindex="1"> <option value="In...
asked by 27.03.2014 / 12:59
2
answers

How to align paragraphs next to the image in HTML and CSS? [duplicate]

I'm having a test on .html and .css and wanted to align the text on the image side, how can I do this? I wanted to put it where the arrow shows. HTMLcode<!doctypehtml><html><head><title></title><...
asked by 07.12.2016 / 03:41
0
answers

Insert data into related tables

I'm doing a little scrapbook with the option to replies to the comments. I was able to do a lot of the code, but since I'm away from programming for over 10 years (my focus today is Linux servers and network infrastructure) I'm having a hard...
asked by 07.12.2016 / 13:57
0
answers

Call an HTML page passing information to MySQL database via PHP

Hello I took a project here at the company, where it was proposed to pre-question the user before he could access a questionnaire. To some extent the user browses between possibilities and at one point he has to answer some things, which is w...
asked by 14.12.2016 / 23:54
1
answer

Adding items to a list and then adding click event - JavaScript

I'm studying javascript and developing an All List . The only thing I want to do is to add elements to a <ul> and then to enable them to click so that they only change class. My html is very simple ... This...
asked by 15.12.2016 / 14:34
1
answer

Fit Picture Portrait to CSS Landscape

When the image is landscape, the thumbnail is top. When it is portrait, the function does not adjust so that it remains in landscape mode adjusting the image with the proportions. When I click on INSPECT code, this is the CSS that is wo...
asked by 02.12.2016 / 14:46
1
answer

HTML controls problems on a web page with VBA

I'm trying to fill in the controls on a web page with an interaction between VBA and IE, I'm not able to find and popular the fields referring to the effective date of the minutes. PageURL: link VBA code: Sub x() Dim ie As Internet...
asked by 22.11.2016 / 19:28
2
answers

How to set a select field with a predefined value

I need to make the select field bring me the information that is in
asked by 25.11.2016 / 15:47