Questions tagged as 'html'

1
answer

Send form data after image preview

I know there are several topics in the forum, but none of them answered my question, I have the following code that makes a preview of the selected image and some more forms fields for the user to fill out, cool, work and show me a preview of th...
asked by 20.04.2016 / 02:45
0
answers

f.label is overwriting the information that is in f.text_field

    <% = f.label "SUS Number"% >     <% = f.text_field: sus_number% >        <% = f.label & quot; Patient & quot;% >     <% = f.text_field: name,: class = > 'form-control'% >        
asked by 30.05.2016 / 07:17
1
answer

PHP and Javascript - Automating print function of a page from another page

On my site, it has a screen for querying registered events. For each one, I have the Edit Event option, which redirects me to a form: function editaEvento(val){ var valor = val; location.href = "http://meusite.com.br/edicaoeventos?valo...
asked by 22.06.2016 / 20:36
0
answers

E-mail Marketing does not recognize margin

I am studying email marketing. I am trying to place a text in a white square part in the middle of the image. However, I noticed that you are not recognizing the margin element in emails. Any alternative? I need to leave the text in th...
asked by 12.05.2016 / 17:58
0
answers

How do I make anchor appear under the menu?

I would like to know how I can make the anchor stay under the menu when it is clicked. My menu is fixed with jquery when it descends a few pixels. For example look at this image, when I click on the anchor the menu is below it: I'dlikeitto...
asked by 12.05.2016 / 19:39
1
answer

I do not get Json's return in Ajax with PHP [duplicate]

I can not get out of the way, what's wrong? I do not get Json's return in Ajax. RegisterClient.php Ajax.js $.ajax({ type: 'POST', dataType: 'json', url: "crud/insere.php", data: dados, success: function(data) {...
asked by 12.05.2016 / 17:57
0
answers

Quotes on element blockquote

How will a visitor know the source of a blockquote element? <blockquote cite="http://www.worldwildlife.org/who/index.html"> For 50 years, WWF has been protecting the future of nature. The world's leading conservation organizatio...
asked by 24.04.2016 / 04:59
18
answers

What is the best way to centralize an element vertically and horizontally?

What is the best way (by "best" I mean: with the widest possible compatibility between browsers and as simple as possible) to position an element in the center of the page, vertically and horizontally and independently of resolution using only...
asked by 29.01.2014 / 18:29
1
answer

How to hide div with cookies after a second user visit

Hello friends, I have already searched a lot and I did not think how to do it, thanks for the help right away. I want to hide a div with cookies after a second user visit Follow my code: jQuery(document).mousemove(function(e){...
asked by 17.04.2016 / 16:29
1
answer

How to display an entire image

Well, I removed a layout from the internet to edit it, but when I do <img src=""> and then I put a <a> behind and a <a> in front of the image, only a part of the image appears to me. the whole image appears...
asked by 11.04.2016 / 13:48