0
I am doing a small work, which contains a table as shown in the image, unfortunately I am not able to accomplish with this code:
<table border = 1>
<tr>
<td> Cliente </td>
<td> </td>
</tr>
<tr>
<td> Estado do Processo </td>
<td> </td>
</tr>
<tr>
<td> Nº Encomenda </td>
<td> </td>
</tr>
<tr>
<td> Interveniente </td>
<td> </td>
</tr>
<tr>
<td> Entre Datas </td>
<td> </td>
</tr>
<table>
In other words, my idea was to make a table with 2 cells in each row, the 2nd cell of each row being completely empty. I’m sorry if it’s simple, but I’m starting the language. Thanks in advance.
For me, the second column of the table became empty, as expected. I did not understand the question.
– Woss
@Andersoncarloswoss I think he wants to put an edge around each cedula of the first column
– absentia
But it is already so... give more details and explain the problem or what is not getting as you would like
– hugocsl
Hi, the last <table> tag, you should close it, like </table>
– ElvisP