Questions tagged as 'html'

1
answer

Next and Prev Arrows in Slider

I'm trying to change my image using the NEXT and PREV arrows. HTML <div id="imagem-galeria"> {!! Html::image('img/quem-somos/galeria/foto-grande-1.jpg', 'Peças Colhedora de Cana', ['class' => 'img-main']) !!} {!! Html::...
asked by 22.09.2015 / 14:28
1
answer

You can pass my dropdow menu to one of 3 lines ☰, but only when the mobile resolutions arrive

I can not do this, therefore, I am still a layman in the designe responsive. It would be grateful to help me. Here is the designe of my menu !! .nav{ width:100%; height:42px; background-color:#4682B4; font-family:arial...
asked by 03.10.2015 / 23:46
1
answer

Streaming Server .. Listen / Download / Upload Audio [closed]

I'm now starting to study PHP, and wanted to know how it is possible, or if someone has a tutorial that teaches how to make a system that has how to upload music, and automatically created a page, giving option to download or to listen directly...
asked by 29.09.2015 / 10:10
1
answer

Why is not the escape parameter recognized in Cakephp's HtmlHelper?

When trying to create an image as a link in cakephp using HtmlHelper, the HTML code is generated as String in the browser <?php echo $this -> html -> link( 'Visualizar' .$this -> html -> image('icone_visualizar.png').' | ', ar...
asked by 07.10.2014 / 17:48
2
answers

Vulnerability in my system "forgot password"

I created a system in case the user forgets the password, but I have doubts about one thing ... HTML + PHP system <html> <head> <link rel="icon" href="favicon-16.png" sizes="16x16"> <link rel="icon" href="favicon-32.png" s...
asked by 11.04.2016 / 22:50
2
answers

Contact Form does not work PHP

I have a problem in the contact form of my site, I believe it is configured properly but it is not sending the email through the form, I wonder if it is an error in the code, it is the only one something that is missing to finish. The code...
asked by 09.04.2016 / 21:59
1
answer

How to send an email from a form in an HTML site?

I have a template of an HTML site that has an email form, how do I get the data filled in the form and send it to my email? <h3>Email</h3> <form method="post" action="#"> <div class="row uniform"> <div cl...
asked by 08.04.2016 / 04:05
1
answer

Effect of the menu within the table

By clicking the right mouse button on the word menu a small menu opens. How do I make it happen inside the table's row property? document.oncontextmenu = function() {return false;}; //não deixa abrir o menu ao clicar $('.menu_pai'...
asked by 12.04.2016 / 21:33
3
answers

Show note average result with Javascript

So I have this code here and I have a difficulty, I would like to calculate the average of the notes that are placed in the inputs fields. If they can help.                                  <div class=""> <p>Media dos...
asked by 07.04.2016 / 21:11
3
answers

Error when using Bootstrap Glyphicons

So I'm calling the Bootstrap files: <link href="css/bootstrap-theme.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap-theme.css" rel="stylesheet" media="screen"> <link href="css/bootstrap.css" rel="stylesheet"...
asked by 07.04.2016 / 23:57