Questions tagged as 'table'

3
answers

Create table without border

You can create a table in HTML5 without the outline lines in black or change the line color to white. <center><table width="500px" height="600px"> <tr > <td> <iframe ></iframe> </td> </tr>...
asked by 21.01.2015 / 11:12
1
answer

How do I make a cell a button in a table?

<div id=table> <tr id="tablebottom"> <th> <h5>Hoje</h5> </th> <th> <h5>Amanhã</h5> </th> </tr> </div> My ques...
asked by 30.11.2017 / 17:10
1
answer

PHP - Getting values from an HTML table and inserting into MySQL table

I have a table that is the result of a MySQL query of a database on a server. It is shown as follows, for example: E-MAIL VALUE ------ ----- email1 P email2 P email3 C email4 P email5 C email6 P I need to get the value of the second...
asked by 27.08.2015 / 19:22