Jump to content

overlapping table cells in IE


dflow

Recommended Posts

this code is overlapping for some reason in IE7

 


<?php do { ?>
  <table width="600px" border="0" dir="rtl" lang="he" align="right">
    <tr>
      <td width="600" height="15px" class="TC_title"><p><?php echo nl2br( $row_RsTandC['termTitle']); ?></p></td>
    </tr>
    <tr>
      <td width="600" height="100%" class="TC_text"><p><?php echo nl2br( $row_RsTandC['termText']); ?></p></td>
    </tr>
  </table>
  <?php } while ($row_RsTandC = mysql_fetch_assoc($RsTandC)); ?>

Link to comment
https://forums.phpfreaks.com/topic/210967-overlapping-table-cells-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.