forum

Home / DeveloperSection / Forums / how to make a whole row in a table clickable as a link?

how to make a whole row in a table clickable as a link?

Mark Devid 5957 25-Sep-2013

Is it possible to make a whole row clickable as a link? I'm using bootstrap andthe following doesn't work:

<tbody>

    <a href="#">

        <tr>

            <td>Blah Blah</td>

            <td>1234567</td>

            <td>£158,000</td>

        </tr>

    </a>

</tbody>


Updated on 25-Sep-2013

Can you answer this question?


Answer

1 Answers

Liked By