From: | Neil Bothwick |
Date: | 4 Aug 2000 at 18:19:26 |
Subject: | Re: HTML Help Required (but not much) |
Gareth Griffiths said,
> ��� Sender: Neil Bothwick <neil@wire.net.uk>
> ��� On 04-Aug-00, you wrote about Re: [amigactive] HTML Help Required (but
> not much)...
>> Change the border="0" to 1 to see what's happening. The height in the
>> second table cell is ignored, because the height has already been set
>> by the contents of the first cell. Try a different arrangement of nested
>> tables.
> I did something similar (added a background colour to the cell with the text
> in it) and it is creating a cell from the top of the text (i.e. in the
> middle of the screen) down to the bottom of the menubar. The more text I add
> to this cell, the higher up the start of the cell is.
Adding a border shows up the table nesting too, especially if you use a
different colour for each level. The cell containing the Welcome graphic
is half the height of the table, leaving the cell containing the text
the other half.
Try something like
<table>
<tr>
<td>left side buttons</td>
<td>
<table>
<tr><td height=xx>Welcome</td>
<td>blah</td>
</tr>
</table>
</td>
</tr>
</table>
Neil
Quote carefully and read all ADMIN:README mails