Questions tagged as 'html'

1
answer

Appcache in Asp.net MVC

I need to use the html5 appcache to store some web pages. Before using MVC I simply made this regular expression to check whether it is connected or not. var offlinePages = /^\/(index|about|schedule|location).htm$/; And in this loop I test:...
asked by 15.08.2014 / 16:17
1
answer

Bootstrap classes to create columns with space

I want to understand the Bootstrap classes, when I use the span and offset , and how do I get a space between columns?     
asked by 20.10.2014 / 16:04
2
answers

load a specific form according to the radio button selected

Assuming I have two options at the beginning of a form, option A and option B <label>SELECIONE UMA OPÇÃO</label> <form> <label><input value="A" name="opcao" type="radio">opcao A</label> <label><...
asked by 09.10.2014 / 22:30
1
answer

How to create direct link to download a video

Well guys, I tried to create a direct link to download a video, however as many probably already know this does not work very well. Actually the only thing that happens when I click on the link is that it opens a new tab and the video runs direc...
asked by 18.07.2014 / 23:36
2
answers

Add input button num select

I want a button to call another page inside a select. The problem is that using this code, the button is always outside the select. <select> <option>teste</option> <option><input type=button value="Teste2"/>&l...
asked by 09.02.2015 / 17:50
1
answer

How to link the Forms created in Django with the forms already created in the HTML template?

I started to see about forms in Django, except that I had already created the forms with all the required% as required in my project's templates . Is there a way I can bind each inputs to a form already created in the template so that...
asked by 13.05.2014 / 18:44
1
answer

Checkbox that pulls content from a custom type post

I have a custom post type of meshes (here all products meshes will be registered) and I have another custom post type of products (where all the products will be listed). What I'd like to do: In this product's custom post type, you have a c...
asked by 21.05.2014 / 20:05
1
answer

I am not able to enter data in the bank

I am not able to enter data into the database, I was using PDO , but now I started to use MySql , because I was only able to list database data with MySql , I am able to list the data, but I am not able to insert. <?php $h...
asked by 17.10.2018 / 21:53
2
answers

How do I make the text fit the size of the div?

I have a div that has the dimensions widht and height at 100% of the screen size. Inside it, I have a text encapsulated in p . How do I set font-size so that it stays the same in different size screens or if...
asked by 18.10.2018 / 18:29
1
answer

pictures show description when mouseover on a separate div

I want to put one image next to the other and when you hover the mouse over it appears a description in a separate column of the site, if there is no way it can be the same since to put an image next to the other and the descriptions do not disf...
asked by 18.08.2018 / 02:19