Questions tagged as 'html'

3
answers

Good practices with bootstrap grid system

Would it be good practice to declare grids within grids using twitter bootstrap and this could affect code responsiveness? Example: <div class="container"> <div class="row clearfix"> <div class="col-md-12 column"> <...
asked by 23.05.2014 / 16:46
2
answers

How to create "html canvas"? (I think it's new in html)

I was looking at websites and noticed a site that set up this example here: link . At first I did not call but later when I saw the html of that page vi that has a <hangout-module></hangout-module> It works as a 'canvas' only f...
asked by 08.02.2014 / 05:50
4
answers

E-mail falls into spam box PHP using HTML layout [duplicate]

I registered three emails in my database, however when I send the email it falls into the spam box. I do not know what to do to avoid falling as spam. In case the content of the email is an HTML email marketing. (containing photos and co...
asked by 21.05.2015 / 15:48
3
answers

Creating a table in html

I would like to know if it is possible to construct a table equal to this in html The table does not yet have any records, only two headings in which the first one occupies more than one column.     
asked by 10.02.2015 / 10:52
2
answers

Click event not working

<html> <head> <title>Notícia</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <a class="noticia" data-noticia=...
asked by 11.03.2015 / 14:28
2
answers

Insertion in MySQL with PHP does not work for nothing

I'm trying to create a registration page and save the user's data in MySQL, but it's impossible to do that. I already researched the internet, but apparently my code is correct. SQL code: CREATE SCHEMA IF NOT EXISTS site; CREATE TABL...
asked by 03.10.2014 / 07:13
3
answers

Make field required depending on the answer

I have a medical form, and the following change was requested: If field 1 is checked = 1, make field 2 mandatory. If not checked do not make it as mandatory. Could anyone help me?     
asked by 01.02.2017 / 16:51
2
answers

Generate rows from a table with different colors with repeat loop

How to generate rows from a table with different colors? Each time the loop is executed generate a line with a predetermined color? Ex: foreach ($data as $key) { echo '<tr>'; echo '<td>' . $key['value1'] . '</t...
asked by 05.07.2015 / 17:08
3
answers

How to zoom in on an image by hovering the mouse over it?

I'm creating a tattoos site that contains a photo gallery. I would like that when the user passes the mouse over an image it is enlarged to a larger size. I'm a beginner in site assembly, I understand a bit of HTML and CSS; however, I am not...
asked by 28.05.2015 / 09:05
3
answers

Image with horizontal hr centered vertically in half

Good, I have here a problem with putting a <h1> followed by an image and a <hr> as in the following image . Withthefollowingcode: <div id="bola"><h4 style="text-align: left; display:block">Biblioteca...
asked by 18.06.2015 / 19:03