wsg  

Re: [WSG] a table layout issue

Savl Ekk
Wed, 23 Sep 2009 22:28:55 -0700

There is a way - make table in td. Something like
<table>
  <tr><td>
    <table style="margin: 0.5em">
      <tr><td></td></tr><tr><td></td></tr>  - ...etc.
    </table>
  </td></tr>
...
</table>

Hi Tee,
>
> I made an example that looks the way you described and validates:
>
> http://www.coolphptools.com/tests/tr.html
>
> There is no escaping the inner div's because margin doesn't seem to apply
> to
> td's. At least this will get you the format you want.
>
> Best regards,
>
> Kepler Gelotte
> Neighbor Webmaster, Inc.
> 156 Normandy Dr., Piscataway, NJ 08854
> www.neighborwebmaster.com
> phone/fax: (732) 302-0904
>


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************