Posted by Jonathan N. Little on 12/11/06 04:08
Flashing Maen wrote:
> Leif K-Brooks wrote:
>> Flashing Maen wrote:
>>> Thanks
>> Whoa. It's like top-posting, but crazy.
>>
>>> <tr><h1>
>>> <td>
>>> Something
>>> </td>
>>> <td>
>>> someting else
>>> </td>
>>> <td>
>>> Someting again
>>> </td>
>>> </h1>
>>> <tr>
>> <h1> can't go directly inside of <tr>, nor can it directly contain <td>.
>>
>> What are you trying to achieve?
>
>
> I just find it a little strange why h1 can't ignore other tags
>
H1 doesn't ignore anything. What you offer is just plain invalid markup.
You cannot put any tag in between the TR and TD and the H1 element can
only contain *inline* elements
http://www.w3.org/TR/html4/struct/global.html#edef-H1
It is just that way it is!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|