|
Posted by Jarkko Kuoppamδki on 01/12/08 20:27
Jukka K. Korpela wrote:
> Scripsit Jarkko KuoppamΓ€ki:
>
>> The doctype is 4.01 Transitional,
>
> Why?
This was given with the task, which is to design 'cell1' so that it has
a certain content. This resulted in cells 2-4 growing, which wasn't what
the task assigner had in mind. Since cells 2-4 were given as well, I
would stay out of modifying them (or the doctype) unless it is really
necessary. In a sense, they become my responsibility if I need to edit
them. In theory anyway.
>> </tr>
>> <td>cell3</td>
>
> This isn't valid under any of the HTML doctypes.
>
> Posting a real URL for the real page is often a good start.
The real URL isn't accessible, but I will see if I could get a copy
published. Meanwhile, let me add the missing <tr>'s (sorry):
<table border=1>
<tr>
<td>cell2</td>
<td rowspan=3><div style="height:300px">cell1</div></td>
</tr>
<tr>
<td>cell3</td>
</tr>
<tr>
<td>cell4</td>
</tr>
</table>
--Jarkko
[Back to original message]
|