Questions tagged as 'html'

0
answers

Validate in what arrangement a data is found and that I get the corresponding message

I have that code, I want to validate by means of the corresponding message, in what arrangement is the data entered, whether it is authorized or not. The data is entered, and the message appears according to the location of the data in the array...
asked by 12.02.2018 / 00:06
0
answers

Why are NOT Js functions executed?

<?php include 'conex_med.php'; echo '<link href="css/tabla_medicina.css" type="text/css" rel="stylesheet">'; echo '<link href="css/estilos_form_med_venta12.css" type="text/css" rel="stylesheet">'; //sentencia SQL para buscar por va...
asked by 12.02.2018 / 14:29
1
answer

Menu responsive toggle?

Hello, I would like to know how to make this responsive menu that not only clicks on the hamburger to make toggle (which is already done) but click outside on any part of the document to removeClass, I tried to use $ ("* not: .hamburgesa "). re...
asked by 19.02.2018 / 18:07
0
answers

Change only text on a web page while maintaining header and footer

I have a web page with a section called 'about us' that has a drop-down menu with three options: 'who we are' 'mission vision and values' and 'objectives'. In all I use same header and same footer. Even the same photo, just change the text. I ha...
asked by 19.02.2018 / 18:15
0
answers

Do not load me page by php

I am trying to load a page when I pass the control of the login before I did it but now I do not load it and I do not know what is the code. This is the PHP code <?php session_start(); include ("conex.php"); $usuario = $pass = "...
asked by 14.02.2018 / 16:49
0
answers

Voting system with php and cookies

I'm trying to do an exercise for class, the statements are as follows: The voting system only allows you to vote once, the next time you try to vote you must show a message that says, you have already voted (and the team you have voted for)....
asked by 14.02.2018 / 19:19
1
answer

How do I show a row in fields of the form?

I have a table which is generated from the database with PHP so I do not assign a id , the idea is to show the client records to assign them an address (with another form but I need the id of the client), I have functionality but re...
asked by 11.02.2018 / 18:47
0
answers

Wordpress does not send email in html format

I have a small problem with the sending of emails in wordpress it turns out that it does not send email with plain text html content In my function I have the following code which should work: function confirmed_visited($post_author, $proje...
asked by 07.02.2018 / 23:03
1
answer

Object fit in outlook

I'm using the property css object-fit: cover; for an email bulletin, outlook removes this property How can I use it? I can not use the image as a background of the div they ask me as a separate image. Thanks.     
asked by 09.02.2018 / 13:46
0
answers

AngularJS does not recognize the controller

When I open the page it does not throw a 'true' as it should, but it shows me {{ 2 > 1 }} as if it did not recognize the controller. What can I do? Do I have an error? I have to say that I am still learning how the recent version...
asked by 09.02.2018 / 13:24