Questions tagged as 'html'

0
answers

authentication of html pages

I was working with WebForms in visual studio, but now I'm going to work with HTML, css, javascript, I'm going to consume a webservice with ajax, so all programming will be client side, there will be no programming on the server. My question is h...
asked by 13.04.2017 / 20:04
1
answer

Circle between elements inline-block in firefox

I would like to know what these circles are inserted between some elements with inline-block display in mozilla firefox, because they occupy space and hinder the layout.     
asked by 13.04.2017 / 16:12
2
answers

php- blank page

[update1 ThisisthefollowingpagethatyoucanseeintheimageswasworkingbeautywithoutanyproblemandnowIhavebeenuploadingitandsimplythePHPcodedoesnotappear.I'vebeenreadingandsometimestheysaytheycanbemistakes.inaPHPcodecheckerIputmycodethereanditdidnotr...
asked by 20.04.2017 / 05:53
0
answers

How to get the title and cover photo of a Google Photos shared album

How do I get the title and cover photo of a Google Photos shared album from the sharing link? If you publish the link to a Google Photos shared album on Facebook, you'll see that Facebook displays the cover photo and album title. I want to do...
asked by 25.04.2017 / 16:11
1
answer

Return image upload in index.php [duplicate]

I uploaded an image and clicked on "submit" I want you to show me the image in the page 'index.php'.Apresentando image in the browser Code: <html> <body> <form method="post" action="<?php echo $_SERVER['PHP_SELF']...
asked by 06.05.2017 / 04:27
0
answers

Validation using Spring and Thymleaf

I have a page with two forms. One to make the update only the password field, and another to update two name and email fields. When this update page opens, it has the fields filled in with their proper name and email values. The password field a...
asked by 25.04.2017 / 20:30
0
answers

JSON DOES NOT RETURN

I'm doing an update to the database. But json does not return. Can you help me please? JQUERY ARCHIVE $(document).ready(function($) { // Evento Submit do formulário $('#myForm').submit(function() { // Captura os dados do formulário...
asked by 06.04.2018 / 12:32
0
answers

How to escape HTML code inside an attribute of type data-text?

I wrote the following code: <label class="form-input"> <i class="material-icons"><span class="glyphicon glyphicon-lock" aria-hidden="true"></span></i> <input class="password-mask...
asked by 06.04.2018 / 00:10
3
answers

How to format an HTML element to be the same as a button?

I added a new button via shortcode in the WooCommerce / WordPress product page description. I would like to format it in the same layout of the button (including the hover effect). The "Configure Now!" is the second button, which needs t...
asked by 10.04.2017 / 01:52
0
answers

Insert div div dynamically in html with js

This is the following, I have the javascript below and I need to insert a div dynamically after the eighth line break (br) tag in my text. The code below seems to work perfectly, but I can not get it to work on my blogger. var newImage =...
asked by 10.04.2017 / 04:44