A link named "Skip to content" links to an anchor named "content" which does not exist. There is a class called content, but not a name.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_content_link.patch | 409 bytes | greggles |
A link named "Skip to content" links to an anchor named "content" which does not exist. There is a class called content, but not a name.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_content_link.patch | 409 bytes | greggles |
Comments
Comment #1
gregglesI'm not sure if this needs fixing really since it's in a hidden span anyway, but I removed it on mysite and provide this patch.
Comment #2
factoryjoe commentedPlease do not remove the link. Instead, add the necessary ID, whatever you want to use.
The link is there for accessibility purposes as well as for getting to the content from a cell-phone or other device that doesn't support CSS-2.
Comment #3
factoryjoe commentedSo basically, -1.
Comment #4
watermark commentedHere is a solution:
In page.tpl.php change the Skip link to this (originally hidden, this is not compatible with screen readers and the like)
Further down in page.tpl.php add the anchor link:
In one of the style sheets (I used layout.css) add the following:
If you want to read about the subject, then go here: http://www.jimthatcher.com/skipnav.htm
Cheers,
Mark
Comment #5
Mad Maks commentedfixed in the cvs version
Comment #6
(not verified) commented