Questions tagged as 'html'

1
answer

System of grid and input in css

Well I'm setting up a grid and some input, yesterday I posted a problem that was having the grid and FERNANDOSAVIO helped me. I'm having a similar problem when having to put the input into the grid. Whenever I finish a line it creates a larger s...
asked by 31.01.2017 / 12:48
1
answer

Put secondary divs next to each other inside the main

Well it's the following, I have the following code, what I intend is to put the divs that are inside the div with id="goncalo" next to each other in a straight line, ie I want it to be aligned in form of a "straight". <div id="goncalo">...
asked by 30.01.2017 / 00:57
1
answer

How to change specific contents in the script of a // PHP file

I would like to know if someone has or gets me some script to change content of a PHP file in specific lines without changing the others, it can be fopen , fwrite strong> fclose . I actually want, along with data captured in form , t...
asked by 30.01.2017 / 18:51
1
answer

Show banner in site footer

I would like to show a fixed banner in the footer of my site, however I want him to follow the site's content conforms for rolling the site for downloaded or up, I could already show the banner, evil was unable to get him to accompany the page....
asked by 30.01.2017 / 19:22
1
answer

How to create internal tags on the Site. Ex: HOME FAQ CONTACT etc [closed]

I'm new to the overflow group and also to HTML. I already have the basic knowledge of html but would like to know how to create internal tags on my website to facilitate User access the Home, FAQ, Contacts etc. For example: HOME FAQ CONTACT ABOU...
asked by 19.01.2017 / 12:42
2
answers

how to insert data into two tables at the same time

I would like to know how I can do to insert data into two tables at the same time, well I do not know if it's right the way I'm doing it is not giving any error but I also did not insert anything. The code below. <?php error_reporting(-1...
asked by 17.01.2017 / 19:59
1
answer

For each result, a new line in php

I have a database where in the users table I have the columns: +----------+------------+----------+------------+----------+------------+ | imp_cod1 | imp_local1 | imp_cod2 | imp_local2 | imp_cod3 | imp_local3 | +----------+------------+-------...
asked by 18.01.2017 / 20:27
1
answer

JS - display elements on the screen from an object

I need to mount a questionnaire on the screen with questions and alternatives brought from a database, it is possible to mount the screen with label and radiobuttons without putting a foreach in html , but using Jav...
asked by 01.12.2016 / 15:11
1
answer

Validate form if variable1 is greater than variable2

Hello, I'm creating a form where the person must provide two values, a lower limit and a higher one, if the lower limit is greater than the upper one I would like an error message to be generated! before the form is sent. I have managed to make i...
asked by 27.11.2016 / 03:47
1
answer

Use a focus for multiple fields.

Hello, I created a function to validate cnpj in my form and I need to use a focus () for the cursor to stay in the input when the user enters the wrong cnpj, but there are 3 different fields of cnpj. I have done it in several ways, but he only a...
asked by 28.11.2016 / 12:47