CSS td con hipervínculo


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. .celda a {
  2. display: block;
  3. height: 100%;
  4. }
  5.  
  6. <td class="celda"><a href.....>texto</a></td>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.