Questions tagged as 'html'

3
answers

How to change a link color? [duplicate]

Good afternoon, I want to change the color of my <a href=""></a> but I can not do it CSS Code: a:hover{ color: #fff; } but it changes the color when passing the arrow of the mouse over the link but I can not ma...
asked by 13.06.2017 / 22:33
2
answers

Trim jquery td table

<table id="table"> <thead> <tr> <th>Nombre</th> <th>Apellido</th> <th>Edad</th> </tr> </thead> <tbody> <tr> <td>Juan...
asked by 07.06.2017 / 18:48
2
answers

Operate modal from Jquery

I'm trying to get my modal through Jquery, but it does not work, the idea is that by pressing the "btnmodal" button the modal appears through Jquery. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js">&l...
asked by 29.03.2018 / 04:54
2
answers

how to create a grid in boostrap with 3 frames

Hello I have given to learn bootstrap 4 and now I have presented this difficulty (design a blog) I want to locate a container with 3 large squares that cover half and the other two smaller ones on top of each other but not as a picture is made h...
asked by 03.04.2018 / 04:30
3
answers

can I load a function js in bodybody?

I need to know how to call functions js because I do not know how it is done but that it is different from onchange or onclick. The only documentation I have found has been for no answer to my question.     
asked by 18.04.2017 / 03:00
3
answers

Problem printing and redirecting jquery firefox

Good evening, I write this time because I am trying to print a div and then redirect me to the main page, but the problem is that it does not redirect me, I try in firefox and that happens to me, it's as if I just made an action pr...
asked by 13.04.2017 / 02:04
3
answers

Select the value of a select

Hi, how are you all concerned about a select? It happens that I want one of the values of them example: <select id="test"> <option value="100" selected>Precio1</option> <option value="200" s...
asked by 18.11.2017 / 09:58
4
answers

Insert data from a Postgresql Query to an HTML table

Good afternoon, I'm trying to make a table in HTML using PHP to establish communication with the database, the query is as follows $query1="SELECT b.nombreforense, b.apelldoforense, COUNT(*) AS Total FROM fallecido AS a INNER J...
asked by 11.04.2017 / 21:38
2
answers

Delete mysql log with php

What a good day! I'm working on a project and I see the need to delete files from a list, line by line, the detail is that for this to be effective, the record must also be removed from the database. Any suggestions on how to make that match wit...
asked by 16.08.2017 / 19:45
1
answer

Problem with an HTML / JavaScript / PHP form

I have a problem with an HTML / JavaScript form that is then processed and validated with PHP: On my site there is an HTML form, and the first label is a selection of multiple options, however looking with a bit of JavaScript I am trying to m...
asked by 03.04.2017 / 23:31