Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1266 I cannot select and copy text in a table

You are here: irt.org | FAQ | JavaScript | Bugs | Q1266 [ previous next ]

Affects: Netscape Navigator 4.x 4.x

Weird bug when using align in nested tables. Remove the align in the outer table...

<table align="left">
<tr>
   <td>
      <table>
      <tr>
         <td>Try and select this!</TD>
      </tr>
      </table>
   </td>
</tr>
</table>

©2018 Martin Webb