Questions tagged as 'html'

1
answer

Resize img within a div

Hello, I have a site that has posts ... and in some posts I put images in them, however these images are not responsive! and there is no way to change her class to a responsive class ... because these posts are taken from a database for $ variab...
asked by 19.05.2018 / 01:34
1
answer

Selected data from the option tag to pass to Model C # - MVC

I'm developing an application with HTML and C # in MVC standards, and in one of the menus I need to put a list of options in which the user will select what they want, that data comes from the database, so what I did was as follows: I created...
asked by 18.05.2018 / 16:21
1
answer

How to align images of different sizes in responsive layout?

I'm not sure how to deal with the following problem. I was trying to work with <li class="filme"> , with its responsive size, however as each image has a variable size. When it arrives at a certain size the images begin to break t...
asked by 24.04.2018 / 00:25
0
answers

Form does not POST

I'm trying to insert a user's registry, but POST does not occur. It always falls into the echo '<script type="text/JavaScript">alert("Erro ao cadastrar!")</script>'; exception. Below is my code, I ask that if someone id...
asked by 17.05.2018 / 17:33
2
answers

Change background color div

I'm trying to change the background color of div with wrapper row-offcanvas row-offcanvas-left classes, but I'm not getting it. Would anyone have any idea how to do it?     
asked by 24.04.2018 / 14:35
0
answers

Click on the link and upload new video

I'm in need of help with the following problem: I have camera monitoring and I want to make it available to some users, but I want them to see only one at a time so I do not weigh the link too much, so I started to do the code below, but I ca...
asked by 17.05.2018 / 16:24
0
answers

Default header and footer for all pages

In the site I'm doing, like most, the header and footer of the page never change, just the contents of the body. With header and footer I mean the whole part that goes beyond <body></body> . What I'm doing is putting the fol...
asked by 17.05.2018 / 15:56
0
answers

Get the value of a select option from the html and put in the query.

I have a huge question, it would be as follows; I need to get the value of the Select Option that is in the HTML form and play in the SQL query that is in the same .PHP file, <select name="origem" id="origem"> <option>-- Se...
asked by 17.05.2018 / 17:07
1
answer

Link with Anchor

I'm making a website and I have a link that, in addition to sending a message when it's clicked, uses an anchor to put the featured section of the site. I'm doing this as follows: <a href="/alerta#destaque">Gerar Alerta</a> I...
asked by 30.04.2018 / 07:15
1
answer

Print text positioned in image

I have text positioned in the center of an image, the logic is to print a certificate, and this text is generated dynamically, this occurs correctly. The problem is at the time of printing, that the text is on page 2 the image on page 1 HTML:&l...
asked by 07.05.2018 / 22:37