Stephanos Piperoglou wrote: > > <TABLE> > <TR> > <TD>Something</TD> > <TD></TD> > <TD>Something</TD> > </TR> > <TABLE> > > Theoretically this is the way to do it. If your user agent doesn't leave a > blank, that's the UA's problem. If you're interested in presentation, then > do you want to use Stylesheets? (I assume you do because you're posting to > www-style). All you have to do is give the middle cell a definite width and > height, or a relative one. And it will resize correctly. > [....] Theoretically this is the way to do it, yes, but it is not what i need. I got some solutions that follow, and the best it seems to be the first: 1. <table border=1> <tr> <td> Something </td> <td>     .... as you need.... </td> <td> Something </td> </tr> </table> 2. <table border=1> <tr> <td> Something </td> <td>                   </td> <td> Something </td> </tr> </table> 3. <table border=1> <tr> <td> Something </td> <td> <pre> </pre> </td> <td> Something </td> </tr> </table> 4. <table border=1> <tr> <td> Something </td> <td colspan='a number'> </td> <td> Something </td> </tr> </table> 5. <table border=1> <tr> <td> Something </td> <td> <br> </td> <td> Something </td> </tr> </table> </ol> For each example you can see the layout..... Regards Fabio Preda ------------------------------------------------------------------ ITALTEL SpA - A STET and Siemens Company Design Methodologies & Tools Labs DRSI-RSC-DMT Name : Fabio Preda Phone (+39.2) 43887825 E-mail : preda@settimo.italtel.it Fax (+39.2) 43888593 www : http://www.italtel.it
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:45 GMT