I've got
<table>
</td>
</tr>
</table>
but there's space around the edges of the cell that don't
respond to clicks. Is there a way to maybe style the <td>
so the <a> takes up all the interior space? Is that "padding"
or something?
I've got
<table>
<tr>
<td>
<a/>
</td>
</tr>
</table>
but there's space around the edges of the cell that don't
respond to clicks. Is there a way to maybe style the <td>
so the <a> takes up all the interior space? Is that "padding"
or something?
On Fri, 3 Dec 2021 19:21:53 -0800 (PST), luserdroog wrote:
I've got
<table>
</td>
</tr>
</table>
but there's space around the edges of the cell that don'tIt's due to table cell's padding which is technically margins between cells, rather than actual padding within cells. So, that space actually belong to the table element.
respond to clicks. Is there a way to maybe style the <td>
so the <a> takes up all the interior space? Is that "padding"
or something?
If you don't want the padding, style the table with `border-collapse:collapse`.
If you want the padding and still want then to be clickable, apply the above style, then add padding style to the table cells.
On Saturday, 4 December 2021 at 07:20:39 UTC+1, JJ wrote:
If you want the padding and still want then to be clickable, apply the above >> style, then add padding style to the table cells.
You fucking spamming retarded cunts. ESAD.
*Plonk*
Julio
On Fri, 3 Dec 2021 19:21:53 -0800 (PST), luserdroog wrote:
I've got
<table>
</td>
</tr>
</table>
but there's space around the edges of the cell that don'tIt's due to table cell's padding which is technically margins between cells, rather than actual padding within cells. So, that space actually belong to the table element.
respond to clicks. Is there a way to maybe style the <td>
so the <a> takes up all the interior space? Is that "padding"
or something?
If you don't want the padding, style the table with `border-collapse:collapse`.
If you want the padding and still want then to be clickable, apply the above style, then add padding style to the table cells.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 343 |
Nodes: | 16 (2 / 14) |
Uptime: | 12:18:38 |
Calls: | 7,553 |
Files: | 12,730 |
Messages: | 5,653,470 |