Questions tagged as 'html'

2
answers

Doubt with the include php

File nav.php, the one that I use to include it according to the ticket_type of the user after logging in. <?php $active = array(); for($i=0; $i<7; $i++){ if($_GET['active']==$i){ $active[$i] = 'active'; } else{...
asked by 18.04.2018 / 21:00
3
answers

How to travel with foreach backwards forward

I am doing a blog and I would like the blog entries to be shown from the newest to the oldest, I was wondering if there is any way to go back and forth with a foreach. The code I have now is this: <% blogs.forEach(function(blog){ %> &...
asked by 16.04.2018 / 14:29
2
answers

Jquery returns empty values

I have this jquery code in which I assign the values obtained in txtVlr and txtQuantity to some variables, then multilink them and the result put it in the txtSubtotal just when there is a change in the txtquantity, but when executing it the var...
asked by 21.04.2018 / 17:40
3
answers

The links must have text

Sorry I have the following problem and I have looked through Google hours and hours, but I can not find a solution. When I use the Google AUDITS inspector, to see the performance, accessibility, etc. I get the following: Links must have discern...
asked by 10.12.2017 / 01:32
3
answers

HTML looks different between firefox and chrome

The margin-top of the internal elements of my container in Firefox can not be seen, while in Chrome it can be seen, I leave images attached: The code is as follows: * { padding: 0; margin: 0; } .initWrapPages {...
asked by 06.12.2017 / 12:57
1
answer

How to avoid repeated data in datalist from xml

So far I have managed to get what I need from the xml list, but the issue is that I have twice the center and two times Alameda stay AlamedaCentroCentroAlameda, someone to help me with how to make it go out just once? <!DOCTYPE...
asked by 18.01.2018 / 22:11
1
answer

I do not upload data in input

Hello everyone I have the following problem, it turns out that by means of a script I pull the info from the database and it is displayed in each input, I leave an image. As you can see all the data is reflected less the user, I do not kno...
asked by 19.01.2018 / 14:15
1
answer

The image with display none I want it not to load

I have a question, I am optimizing a website and in the mobile version I am putting smaller images and therefore I am hiding the desktop image with CSS display none. The problem of mine is that no matter how much you put a display none of the de...
asked by 19.01.2018 / 15:39
1
answer

Can you put text to an input type radio? [duplicate]

I have a form with several radio-type inputs (only one can be selected). The code is as follows: <div class="form-group"> <label><strong>Visible</strong></label><br> @if...
asked by 18.09.2017 / 10:57
1
answer

I can not find the error parse error [closed]

I have the following code in php: <?php include ("conex.php"); if ($_SERVER["REQUEST_METHOD"] == "POST"){ $centro = mysqli_real_escape_string($con,$_POST['centro']); $descripcion = mysqli_real_escape_string($con,$_POST['descripcion'...
asked by 29.01.2018 / 03:25