- From: Preda Fabio <preda@settimo.italtel.it>
- Date: Wed, 28 Aug 1996 14:30:04 +0200
- To: Stephanos Piperoglou <stephanos@trillian.hol.gr>
- Cc: www-style@w3.org, preda@italtel.it
- Message-Id: <32243BCC.1685@settimo.italtel.it>
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
Attachments
- text/html attachment: stored
Received on Wednesday, 28 August 1996 08:30:43 UTC