Questions tagged as 'html'

1
answer

SMTP error 'error could not authenticate' using PhpMailer

   I want to know why I can not use the SMTP service with another account other than the one I originally used for testing, the error is not code since the first account works correctly, is there something I need to configure so that the Second...
asked by 24.05.2016 / 20:56
2
answers

Display menu within another to the right

I have a menu in the following way: body { font-family: sans-serif; width: 1080px; margin: 0; background-image: url(img/ottralogo.jpg); padding: 0; text-align: left; position: relative; margin-right: auto; marg...
asked by 04.01.2019 / 11:43
1
answer

Why is the active class not added?

I have this menu <section class="menu"> <nav class="navbar navbar-expand-lg navbar-light"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="n...
asked by 05.01.2019 / 18:04
1
answer

Get the amount of array json type

I need to traverse N json type arrangements with the jquery library plus these must be filled in an input that is in a table, someone has some idea of how I can my current code works perfectly only if a single fix is returned . HTML code...
asked by 05.01.2019 / 17:59
0
answers

Take values of a tbody and send to print

This is where you take the data and place it in tbody , what I want is to send to print taking the temporary data that you put in the tbody . I do not want to right click and print because I plan to make a template with a logo. Ex...
asked by 03.01.2019 / 12:39
1
answer

how can I add an if with a button

hi I try to change the value with a button that is already predetermined, I've been trying with an if and with a function of some condition suggène <html> <head> <meta charset="UTF-8"/> <title>prueba<...
asked by 02.01.2019 / 21:45
0
answers

Help hiding extensions with htaccess file

guys I have the following code in my .htaccess file and I want to know who can help me order my code: Options -Indexes RewriteEngine on RewriteCond %{SERVER_PORT} =80 RewriteRule ^(.*) https://%{SERVER_NAME}%{REQUEST_URI} ErrorDocument 404...
asked by 04.01.2019 / 17:39
1
answer

Effect display with materialize

I have a materialize button, with a display effect, it displays two list elements (Spanish, English, the button says languages) when I click, it does not display the effect. On the materialize page, it tells me that I have to add the jquery CDN...
asked by 03.01.2019 / 18:55
1
answer

Login with sessions php and fwrite?

I'm doing a mini folder creation system with files included when created. My problem is the login where I can not make it work, the user when registering creates the folder with the files. but I want the name of the folder to be the user and...
asked by 31.12.2018 / 01:48
1
answer

How to put php code in fwriter

I'm doing a mini system to create a folder with files inside, but the html works perfectly. but when you put the php code, everything stops working. I can not find any information that can help me. If anyone knows please help me :( Or if I...
asked by 30.12.2018 / 23:19