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>...
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...