Questions tagged as 'html'

1
answer

How to force the maximum width of the table?

How can I set the width to be occupied by the table? forcing it to do a line break and continue when it reaches that maximum width?     
asked by 27.09.2015 / 01:40
1
answer

How to create tag event?

I'm creating a form and would like to add tags every time a name is selected with an autocomplete. This would be equivalent to adding tags to an OS question. I would like to have a background on how to start researching this, as I cou...
asked by 26.09.2015 / 22:03
1
answer

Display codes on the front end without being executed by Edit Post

I need my front to present codes and scripts without them running POSTS. Is there any plugin for this? I've used <pre></pre> , but HTML tags still run. See the image below front . There is a green frame because the HTML...
asked by 31.08.2015 / 17:02
1
answer

How to "crop / slice" image layout with HTML and CSS?

I have doubts on how to assemble the layout below with HTML / CSS: I have not implemented anything yet, because I have no idea how to do it. Any suggestions? Thank you!     
asked by 10.08.2015 / 18:16
1
answer

Techniques for maintaining data consistency on the front end

Example : In a form, some fields ( input ) are loaded via ajax from a select . The% selected% will be used in the backend to validate those fields. However, the user can load a certain option, fill in their fields, and intentio...
asked by 12.08.2015 / 04:59
1
answer

How to have the same margin for all lines of text:

I want to leave my text with the same margin that is being used in the <b> tag <head> <meta charset="UTF-8"/> <title>Harley Davidson</title> <style> div#interface { width: 1200px; marg...
asked by 18.12.2015 / 07:03
1
answer

What is the best way to set the height of an iframe at 100%?

Personal what would be the best way to set the height of a iframe to 100%? I have tried with Height=100% owned by HTML itself (although it is not advisable after HTML5 and CSS itself), and I also tried to defin...
asked by 18.08.2015 / 23:09
2
answers

Destroy multiple sliders at once

I want to destroy all my sliders when the page hits the size of 768px. For this I made this code below: if($(window).width() >= 768){ $(".owl-carousel-linhas").data('owlCarousel').destroy(); } I have several sliders on my page like...
asked by 16.06.2015 / 16:32
1
answer

Header does not work

Good People, I have a file in php that is called after completing a form in an html file. The function of this php file is to add data in the database and after inserting it has the following code: if(mysqli_query($con, $sql)){ echo...
asked by 16.06.2015 / 16:50
1
answer

How popular select with 2 json parameters

I'm making a form, and I have not found anything similar in the searches I've done. I have the code link I am getting popular they usually, When selecting a date, it populates the region, when the popular region populate a professional,...
asked by 18.06.2015 / 06:04