Re: /[KLinkStatus] <a id="top"></a> malformed
"Chris Tanner" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Message-ID | <[email protected]> |
Hi all, I believe that "name" on an anchor works that same as 'id="name"' on a <div> (or other) in that it marks a location in a webpage. To set up a link to that webpage, one needs something like: <a href="#top"> to point to <a name="top">. Note the number sign before the location name. It states that the location is within the current webpage. Regards, Chris -----Original Message----- From: Carl Hartung [mailto:[email protected]] Sent: 2008 March 10 10:12 AM To: [email protected] Subject: Re: [Quanta] /[KLinkStatus] <a id="top"></a> malformed 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 _______________________________________________ Quanta mailing list [email protected] https://mail.kde.org/mailman/listinfo/quanta