Questions tagged as 'html'

2
answers

How do I apply a source to all the texts on my website?

I want to put a source that applies to the entire website, the same source.     
asked by 24.08.2018 / 20:51
4
answers

Knowing the name of a WEB button [closed]

I wanted to ask if there is any way to see the name of a button on a web page, because seeing the HTML code is not possible..name "does not appear. Does anyone know another way to find out?     
asked by 02.09.2016 / 17:55
2
answers

How to show a single record in PHP

I have the following code, it connects to the database and executes a query and I store it in result2 until it is all right, but at the time that I print the records I want that only prints a single record only the date and time and not t...
asked by 05.10.2016 / 23:49
3
answers

Add text to a column in an HTML table

I have the following code: <table class="TblReporte" border="1" cellSpacing="1" cellPadding="2" align="center"> <tr> <td align="center">RETIRO</td> <td colspan="2" align="center">CAJA GENERAL<...
asked by 12.07.2018 / 18:07
3
answers

Dynamically create 2 self-excluding check boxes for each row of a table

I have two columns with checkboxes that are created when linking the records of an SQL table, as id of the checkboxs I assign them the id of the record to identify them in a more individual way, what I am doing is validating that only a checkbox...
asked by 22.07.2018 / 20:23
2
answers

Update a div with ajax when there is a change

I want to make a div recharge only when it finds a modification in the database I currently have this so, if you can help me I would appreciate it is for a shift system that I am doing <?php $result = $mysqli->query("SELECT * FRO...
asked by 27.07.2018 / 17:58
1
answer

Error in JAVASCRIPT

I have the following problem with javascript And this is the code $(function(){ $.post("../php/cargar_marcas.php", function(data){ $("#marca").html(data); }); }); The truth is that I have always done it, the php scr...
asked by 06.08.2018 / 21:31
3
answers

How to obtain and save the value of a listing in HTML

I'm trying to select several values of <select> <select> <option value="0">Seleccionar</option> <option value="volvo">Volvo</option> <option value="saab">Saab</option> &l...
asked by 24.07.2018 / 23:26
1
answer

Put a query in text boxes

I'm doing a window to edit data in phpmyadmin and I want to put the information in text boxes, but I have not found a way to insert it without being a placeholder. And what I need is for it to look as if the user had inserted it. <...
asked by 12.04.2018 / 02:44
2
answers

Center html table

Good I have these tables generated in pdf by php in html , and I would like to center them, but I do not get it. I attach the code: $content .= ' <div class="row" > <div class="col-md-12">...
asked by 18.04.2018 / 11:28