|
Posted by dorayme on 01/31/41 11:53
In article <NuDvg.81897$hp.58023@read2.cgocable.net>,
Roman Ziak <news12@ziak.com> wrote:
> I am not HTML/CSS expert but this puzzles me:
>
> <tr>
> <td id="header"> </td>
> </tr>
>
> does validate, but
>
> <tr>
> <td id="header"> </td>
> </tr>
>
> does not (2 spaces before TD element)
Validators do odd things, they are not always right. You might
find if you look closely that the validator concerned is just
giving a "warning" rather than a caning, some browsers,
especially older ones and especially Mac IE 5, did odd things as
a result of unnecessary white space (which they should simply
treat as one space). Just be sure there is not a little char
somewhere there that is not whitespace...
--
dorayme
[Back to original message]
|