Strong wrote:
On Tue, 2005-09-13 at 20:58 +0530, Rahul Sundaram wrote:
http://fedoraproject.org/wiki/FAQ#head-258e4efff9879474c4725667cc557e8a0ea3fd98
Does anybody know why is there such a link ^^^^^^^^^^^^^^^^ (after
(#)-sign)? I do program for web and it's interesting to me, How do they
do such links. :)
Basic HTML coding.
It is a href to a link in the page. Look at the source for the page.
The link
<a href="#head-279a5d35446924401d0b32930f4e99038dbc8e79">What software
can I use to set up my wireless network access?</a>
Points to
<h4 id="head-279a5d35446924401d0b32930f4e99038dbc8e79">What software
can I use to set up my wireless network access?</h4>
which is further down in the page.
--
Robin Laing