Questions tagged as 'html'

1
answer

Display error message just below the form with the action on the same page!

It's this ... I'm creating a kind of quiz where the player has to deduce the answer and put it in the input. Correct case is redirected to the next level, if it is wrong it remains on the page and a message is displayed saying that it is not cor...
asked by 06.07.2018 / 10:18
0
answers

Change the URL of the menu soon to an external link wordpress

Good evening everyone! next: I have a problem with a PHP code for creating attributes, everything is ok apparently, except for a bug where when I create a new option of select form, radio etc and I enter more than 10 options, it stops showing th...
asked by 06.07.2018 / 05:55
0
answers

Problem with Request via GET

I'm successfully using the script below to open in the Visual DIV the products for the selected brand: Trademark Link: <a class="marca" style="cursor:pointer;" id="'.$res['codigo'].'">'.$res['nome_marca'].'</a> Script...
asked by 06.07.2018 / 12:54
0
answers

How to put a Row on a card in react?

I want to put a row inside the ProperieCard component, how should I do this? Follow the code below. <PropertieCard key={property.id} size="col s12 m6 l4" property={property} redirectPropertyPage={this.handleRedirectPropertyPage} /&g...
asked by 27.06.2018 / 19:46
0
answers

Favicon and audio do not work

This is the code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta name="author" content="Tomás Ricardo"> <audio autoplay> <source src="audio_de_erro.mp3" type="audio/mpeg"> <source src="audio_d...
asked by 27.06.2018 / 15:42
0
answers

Simple login system with javascript [duplicate]

Can anyone help me with how to make a simple login screen with javascript for website? The video tutorials that accompany me do not make it clear how to do: (     
asked by 27.06.2018 / 23:45
0
answers

Line break within an input type "search"

How to enable a line break, in an input type="search"? defining the amount of characters entered and the height of the search bar when identifying a specific amount of words to happen a line break, ?? <form method="get" action="#endereç...
asked by 28.06.2018 / 02:49
0
answers

Problem - Shopping cart increases products when refreshing page - PHP

From the series "I'm trying to make a complete shopping cart system" kk, I have one more problem. Just to emphasize that I am a beginner in programming and I am studying the maximum of functionalities and one of them is referring to shopping car...
asked by 27.06.2018 / 04:50
1
answer

Image html mapping that works on mobile

Hello! I have a wordpress website with the BeTheme theme installed. It has slides, among other features. I'm doing the mapping of an image and for that I used the Gimp. It worked almost perfectly, except for the fact that the coordinates are wro...
asked by 27.06.2018 / 04:13
1
answer

Include jQuery outside the root directory

I have the following directories: Dev libs jquery.js Projects (Root) index.html In my index.html, I'm trying to use jquery as follows: <script src="../libs/jquery.js"></script> However, it does not work....
asked by 04.07.2018 / 23:39