Questions tagged as 'html-tabla'

3
answers

Center one CSS table element

I want to center a table using CSS in an HTML page. Not the content of the fields (row-columns) of the table, but the table. The table element. Code: <div id="mostrar_tabla"> <form action="<?php echo $_SERVER['PHP_SELF']...
asked by 06.01.2018 / 23:35
1
answer

Is it possible to create an HTML table using the structure of a JSON?

I'm trying to create a table using a JSON file. What I'm looking for is to create the table based on the structure of the JSON, for example, I have the following JSON: { "Persona":{ "nombre":"Juan", "edad":28, "Residenc...
asked by 21.05.2018 / 03:50
3
answers

Create table vertically with PHP

I'm starting with PHP and I have to do an exercise to show calculated results from an array in a table. I get the data but at the time of creating the table I do not give the formula to do it horizontally. I mean, I get to do it like this:...
asked by 22.10.2017 / 18:46
2
answers

Space between rows HTML table

I do not know where the error may be, but I have an HTML table where I want it to have no space between rows and they are all together. If I put this table in JSFiddle it works but when I use it on my website and it fails. table {...
asked by 09.08.2017 / 10:27
5
answers

Adjust Columns of 2 HTML tables

Currently I have 1 table (html) with 2 tables (html) whose problem is that when displayed on a small screen the headings are mismatched with the table My table (example): <table width="100%" > <tr> <table width="100%" >...
asked by 07.08.2018 / 19:40
2
answers

html table with javascript

I want to get a table like the one in the picture, but the EFR and EFA titles do not fit well, and how to get the last row with a bit of space? I would also like to improve the code, it is a lot of code for a simple table var ta...
asked by 30.03.2018 / 01:29
4
answers

Adjust css html table

I'm working on a table from HTML and CSS, what I needed was for the header to be fixed which is already there but the body can not adjust it to the size of the header of the table. This is what I have: load/* main elements */ tr:nt...
asked by 02.01.2018 / 05:57
2
answers

PHP color tables, rows and columns

How could I structure the following code adequately to achieve these results? I'm a bit lost with the PHP theme to "merge" with the html. If it is 4x4 it shows 16 numbers, the odd ones in green and the pairs in red. <html> <...
asked by 26.10.2018 / 14:17
1
answer

Because my table does not acquire both commands overflow-x e and

I'm using Bootstrap 3 , so I use container , row and c ol-md-5 , ... I do not know why, but I can not even set a height to the table. p> <div class="container"> <div class="row"> <div class="card col-...
asked by 03.08.2018 / 17:18
1
answer

create clock and insert it into a table

Hello, I'm looking to make a clock that prints the time, minutes and seconds with a while loop and insert it into a table. I'm new to this, and I do not really know how to do it. I would appreciate very much if they would give me help....
asked by 05.08.2017 / 03:28