Re: /[KLinkStatus] <a id="top"></a> malformed
Carl Hartung <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | www.cehartung.com |
| Message-ID | <[email protected]> |
On Mon March 10 2008 09:49:47 am Jörg Becker wrote: > why is <a id="top"></a> marked as malformed by KLinkStatus / Link Checker > in quanta? I'm using <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 > Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">, Quanta > 3.5.7. Hi Jörg, Off the top of my head, I /think/ you want to use <a name="top"></a> as compared to <div id="name"></div>. Anchors have names and divs have id's. Is that correct? regards, Carl