tables in a page
-
Hi,
I made a new page in my wp and into there I am creating a table to show some sport results.The table I am going to put is the following:
<table>
<tr>
<th class=”first”>P</th>
<th>Squadra</th>
<th>P</th>
<th>G</th>
<th>P</th>
<th>V</th>
<th>CF</th>
<th>CS</th>
</tr><tr class=”rowA”>
<td class=”first”>1</td>
<td>Rondinella</td>
<td>32</td>
<td>18</td>
<td>16</td>
<td>2</td>
<td>1548</td>
<td>1195</td>
</tr></table>
But why I see only the first line (yellow)?
https://www.assancarlosesto.com/wp/?page_id=3
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘tables in a page’ is closed to new replies.