I am very new to CSS so forgive me if i am wrong on this. http://validator.w3.org tells me this.

Comments

mightyiam’s picture

Further explanation follows.

When both the user login block from core and the simplenews newsletter block are on the same page, the page won't validate due to duplicate ID`s.

Here is an example:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.awareness.org.il%2Fqu...

I've tried looking in the module's code but i couldn't find where the ID is specified. Shame - I wanted to submit a patch and feel like I'm contributing.

Any help on this? I want my pages to validate :-)

mightyiam’s picture

Title: input id="edit-submit" causes validation error because theme search button has same id » Causes validation error because of duplicate ID

Further explanation follows.

When both the user login block from core and the simplenews newsletter block are on the same page, the page won't validate due to duplicate ID`s.

Here is an example:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.awareness.org.il%2Fqu...

I've tried looking in the module's code but i couldn't find where the ID is specified. Shame - I wanted to submit a patch and feel like I'm contributing.

Any help on this? I want my pages to validate :-)

mightyiam’s picture

Excuse the repeated posting - I'm tired. This is the right address:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.awareness.org.il%2Fwe...

oadaeh’s picture

You might be interested in reading through this: http://drupal.org/node/111719

mightyiam’s picture

Title: Causes validation error because of duplicate ID » Duplicate element id`s

The forms in the blocks don't work well when there is more then one block in the page. I am assuming that this is due to the duplicate id`s.

Of course it also doesn't pass validation.

I've read that thread but I'm not sure - Is this a Drupal core problem? Can't a module set it's own id`s?

mightyiam’s picture

Status: Active » Closed (duplicate)