Jump to content

[SOLVED] <tr> inside <tr>


nec9716

Recommended Posts

<?php

  echo'
  <table class="main">
    <tr><td>'.$variable.'</td></tr>
    <tr><td>Something here</td></tr>
    <tr><td>Something here</td></tr>

    <tr><td>
      <table>
        <tr><td>Something here</td></tr>
       </table>
    </td></tr>
    
  </table>';

?>

 

Added PHP for sanity's sake.

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.