>
>
>
> On Nov 6, 10:34 am, Ben Fritz<fritzophre...@gmail.com> wrote:
>> Incidentally, your example html may need some attention. Have you
>> validated your markup? I don't remember if html requires it, but at
>> the very least it's good practice (and required by xhtml) to quote all
>> your attribute values, like this:
>>
>> <tr><td><code><a "href=http://www.somesite.com/directoy"
>> style="text-decoration:none">description</a>
>> </code></td><td>quanity</td></tr>
>>
>
> Whoops, like this:
>
> <tr><td><code><a href="http://www.somesite.com/directoy"
> style="text-decoration:none">description</a>
> </code></td><td>quanity</td></tr>
In non-X HTML, quotes are not necessary unless you want to include
spaces etc.
Best regards,
Tony.
--
You cannot propel yourself forward by patting yourself on the back.
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment