I have the problem that I want a table with links. I have an as child from a tag like this:
<table>
<tr>
<td><a href="https://app.netlify.com/sites/controllpanel-chraebsli/overview">Controllpanel</a></td>
<td><a href="https://app.netlify.com/sites/controllpanel-chraebsli/deploys"><img src="https://api.netlify.com/api/v1/badges/db717d14-d6ee-42c3-ae0e-3eb748d705aa/deploy-status"alt="Netlify Status"></a></td>
</tr>
</table>
Now I want that the first fills up the which I tried with this:
a {
text-decoration: none;
color: #000;
width: 100%;
height: 100%;
}
That should fill the with the or not? On the picture below you can see that the only has the size of the text (1). But you can also see that it has the CSS like I mentioned (3) and that the is the child from (2).
Then why doesn't >a> fill up ? And how can I fill fill it up that has the same size as ?