Okay have a squiz at the code below.   By building a table this way you can
create individual 'blocks' of data that can be manipulated individually
without arsing up the main table - as it always remains xternal to the inner
development.

standard 'doric' web building... ;-)

Neil


<table width="800" border="1" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200">
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td>Left Outer</td>
        </tr>
      </table>
    </td>
    <td>
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td>Inner</td>
        </tr>
      </table>
    </td>
    <td width="200">
      <table width="100%" border="1" cellspacing="0" cellpadding="0">
        <tr>
          <td>Right Outer</td>
        </tr>
      </table>
    </td>
  </tr>
</table>




<! -----------------------------------
Neil Clark
Senior Web Applications Engineer
mcb digital
Tel. +44 (0)20 8941 3232
Tel. +44 (0)20 8408 8131 [Direct]
http://www.mcbdigital.com
----------------------------------->



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to