Questions tagged as 'html'

2
answers

Problems using Dropzone.js in a form

I want to add fields to a form that uses Dropzone.js to upload files. WhenIaddthefilestoupload,thescreenlookslikethis: var Galerias = function () { return { //main function to initiate the module initForm:...
asked by 04.05.2015 / 20:16
1
answer

Problems inserting HTML using ajax

I'm having trouble inserting HTML using ajax HTML: <table class="table table-hover"> <thead id="thead"> <tr id="tr-thead"> </tr> </thead> <tbody id="tbody">...
asked by 18.03.2015 / 15:06
1
answer

How do I put a menu under the logo? [closed]

I can not seem to make my menu appear in index . How do I put the menu under the logo? This is the code: <html> <head> </head> <body> <img src="img/belo.jpg" alt="" width="250" height="80" align="left">...
asked by 14.03.2015 / 20:00
3
answers

How to confirm page output?

How can I confirm if the user actually left the page, because when I click on the browser to exit and say that I want to remain it turns the name of my a into 1 and then does not return to 0. Does anyone have a solution? Code below: <...
asked by 14.07.2015 / 19:19
2
answers

Show HTML tags in HTML format Bootstrap

Personal I have a column in the bank where I type site posts. La I do all the formatting with bold, alignments, fonts and everything else. But when I go to display on the site many settings of the tags are as Twitter Bootstrap configures so disa...
asked by 16.07.2015 / 13:57
2
answers

Difficulties with slider and overflow: hidden

I have an HTML and CSS structure to make a slider, it should work as follows: The images are next to each other, however, only one appears on the screen, and because the images will be next to each other, the slider goes "spinning", snapping the...
asked by 12.07.2015 / 19:42
1
answer

How to return data in a select tag?

I have a product table where a product can have multiple photos. When you select the code in <select> it should return all the photos you have registered. How do I do this?     
asked by 09.03.2015 / 21:35
2
answers

How to load multiple records within a Combo?

I need to create a feature for a system that the person can select multiple records in a Combo, but the problem is that I'm loading more than 5000 records and the browser is crashing. Is there any way to create this without crashing? Type an...
asked by 12.03.2015 / 17:58
2
answers

Iframe alternatives [duplicate]

I would like to know what are the alternatives to replace an iframe. I have this code: <iframe src="noticia.html" width="550" height="400" scrolling="auto" style="position: absolute; left: 2%; top: 38%;"> </iframe>     
asked by 13.03.2015 / 18:25
1
answer

Align the top of divs (Bootstrap)

Hello, I have a page where your blocks (blue and red border) (of different size) are with the top uneven, how could you solve this problem? Picture: RelatedHTMLcode:<divclass="row"> <div id="conteudo" class="col-md-12...
asked by 22.01.2015 / 15:32