[sword-devel] Re: Web Interface - Parallel Version Display, was Re: [sword-devel]
Please test
Hugo van der Kooij
sword-devel@crosswire.org
Mon, 9 Jun 2003 12:57:31 +0200 (CEST)
On Sun, 8 Jun 2003, Joachim Ansorg wrote:
> <div id="col">
> <div id="verse"></div>
> <div id="verse"></div>
> <div id="verse"></div>
> <div id="verse"></div>
> </div>
Unfortunatly this is NOT valid. The HTML 4.01 specs tell us such in exact
words:
This attribute assigns a name to an element. This name must be
unique in a document.
(You can use it where you used to use <a name="verse"> before.)
See also: http://www.w3.org/TR/html401/struct/global.html#adef-id
You actually should use class="col" here.
Hugo.
--
All email sent to me is bound to the rules described on my homepage.
hvdkooij@vanderkooij.org http://hvdkooij.xs4all.nl/
Don't meddle in the affairs of sysadmins,
for they are subtle and quick to anger.