Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

God is subtle, but he is not malicious. -- Albert Einstein


devel / comp.infosystems.www.authoring.stylesheets / Re: link to a page location?

SubjectAuthor
* link to a page location?Dale
+* Re: link to a page location?Jukka K. Korpela
|`* Re: link to a page location?Jukka K. Korpela
| `* Re: link to a page location?Dale
|  `* Re: link to a page location?Dale
|   `- Re: link to a page location?Dale
+* Re: link to a page location?Lewis
|`* Re: link to a page location?Lewis
| `- Re: link to a page location?Dale
`* Re: link to a page location?Arno Welzel
 `- Re: link to a page location?Dale

1
link to a page location?

<tbhmm5$3jv8$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=274&group=comp.infosystems.www.authoring.stylesheets#274

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: link to a page location?
Date: Sat, 23 Jul 2022 16:45:58 -0400
Organization: https://www.dalekelly.org/
Lines: 14
Message-ID: <tbhmm5$3jv8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 23 Jul 2022 20:45:57 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="dd2e1747fbaa3011af86da7b1bfb14a1";
logging-data="118760"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18B3/mu/5C6wK6QkeMeGbOvake427QrV8A="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:v2wZ2QLG/4TjCQ7dDD5Ankil0ts=
Content-Language: en-US
 by: Dale - Sat, 23 Jul 2022 20:45 UTC

Hi,

I know how to link a page from another page.

I learned here how provide a link to an image/location on a page.

<img id=metaphysicsdegree
src="https://www.dalekelly.org/metaphysicsdegree.jpg">

I am looking for how to provide a link to just to a plain location on a
page. No image or anything.

--
Mystery? -> https://www.dalekelly.org/

Re: link to a page location?

<tbho3q$40e4$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=275&group=comp.infosystems.www.authoring.stylesheets#275

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: jukk...@gmail.com (Jukka K. Korpela)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 00:10:16 +0300
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <tbho3q$40e4$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 23 Jul 2022 21:10:18 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="fcab6af40f5bbdc3222f24bc36dd9715";
logging-data="131524"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19c81k8uyh4FFdGYtghWtgS"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:dZAvpQdtrBQ06SQMoCKQXKa0pew=
In-Reply-To: <tbhmm5$3jv8$1@dont-email.me>
 by: Jukka K. Korpela - Sat, 23 Jul 2022 21:10 UTC

Dale wrote:

> I learned here how provide a link to an image/location on a page.
>
> <img id=metaphysicsdegree
> src="https://www.dalekelly.org/metaphysicsdegree.jpg">

I suppose you mean linking to a page, say foo.html, containing such an
element, with a link with href=foo.html#metaphysicsdegree. Yes, that’s
the way, though linking to an image is somewhat obscure. It is usually
better to link to an element containing an image and its caption or
explanation

> I am looking for how to provide a link to just to a plain location on a
> page. No image or anything.

In modern HTML, you don’t really link to a location but an element.
Simply assign an id attribute to any element and use it the same way as
for an image. Say...

<p id=mystic>It is not mystic how the world is. It is mystic that it is.</p>

And then just use, say,
<a href=foo.html>The principle of mysticismi</a>

Re: link to a page location?

<tbhohl$42ir$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=276&group=comp.infosystems.www.authoring.stylesheets#276

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: jukk...@gmail.com (Jukka K. Korpela)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 00:17:40 +0300
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <tbhohl$42ir$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me> <tbho3q$40e4$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 23 Jul 2022 21:17:41 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="fcab6af40f5bbdc3222f24bc36dd9715";
logging-data="133723"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19kTyw2FeF8TDg2Ui785LII"
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:ygb2bINnv688jS4Kzu5KHYbq5Yk=
In-Reply-To: <tbho3q$40e4$1@dont-email.me>
 by: Jukka K. Korpela - Sat, 23 Jul 2022 21:17 UTC

Jukka K. Korpela wrote:

> <p id=mystic>It is not mystic how the world is. It is mystic that it
> is.</p>
>
> And then just use, say,
> <a href=foo.html>The principle of mysticismi</a>

Oops, of course I meant

<a href=foo.html#mystic>The principle of mysticism</a>

Re: link to a page location?

<tbhpbf$48g1$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=277&group=comp.infosystems.www.authoring.stylesheets#277

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sat, 23 Jul 2022 17:31:29 -0400
Organization: https://www.dalekelly.org/
Lines: 20
Message-ID: <tbhpbf$48g1$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me> <tbho3q$40e4$1@dont-email.me>
<tbhohl$42ir$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 23 Jul 2022 21:31:27 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="cae5406c7fd2819a8609162cf9863784";
logging-data="139777"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18NeRnxbj9zuY3hd6q9BeKaXgbAWL7K6TM="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:tiNShcLFLjGTDIk1Pa/loJwx9Ac=
Content-Language: en-US
In-Reply-To: <tbhohl$42ir$1@dont-email.me>
 by: Dale - Sat, 23 Jul 2022 21:31 UTC

On 7/23/2022 5:17 PM, Jukka K. Korpela wrote:
> Jukka K. Korpela wrote:
>
>> <p id=mystic>It is not mystic how the world is. It is mystic that it
>> is.</p>
>>
>> And then just use, say,
>> <a href=foo.html>The principle of mysticismi</a>
>
> Oops, of course I meant
>
> <a href=foo.html#mystic>The principle of mysticism</a>
>

Thank You !!!!

Will attempt it and get back.

--
Mystery? -> https://www.dalekelly.org/

Re: link to a page location?

<tbhr2o$4ovu$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=278&group=comp.infosystems.www.authoring.stylesheets#278

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sat, 23 Jul 2022 18:00:59 -0400
Organization: https://www.dalekelly.org/
Lines: 28
Message-ID: <tbhr2o$4ovu$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me> <tbho3q$40e4$1@dont-email.me>
<tbhohl$42ir$1@dont-email.me> <tbhpbf$48g1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 23 Jul 2022 22:00:56 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="593e548f40a693988b66531bd953372f";
logging-data="156670"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+693AxkvfG3AqJmFXVizSMG1S64bSenYU="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:Bz66TI9cmB/88FcdhdH0KbwEcEw=
Content-Language: en-US
In-Reply-To: <tbhpbf$48g1$1@dont-email.me>
 by: Dale - Sat, 23 Jul 2022 22:00 UTC

On 7/23/2022 5:31 PM, Dale wrote:
> On 7/23/2022 5:17 PM, Jukka K. Korpela wrote:
>> Jukka K. Korpela wrote:
>>
>>> <p id=mystic>It is not mystic how the world is. It is mystic that it
>>> is.</p>
>>>
>>> And then just use, say,
>>> <a href=foo.html>The principle of mysticismi</a>
>>
>> Oops, of course I meant
>>
>> <a href=foo.html#mystic>The principle of mysticism</a>
>>
>
> Thank You !!!!
>
> Will attempt it and get back.
>

Works !!!!

Thank You Again !!!!

Will update my website !!!!

--
Mystery? -> https://www.dalekelly.org/

Re: link to a page location?

<slrntdpm5a.2m0c.g.kreme@zephyrus.local>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=279&group=comp.infosystems.www.authoring.stylesheets#279

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!kreme.dont-email.me!.POSTED!not-for-mail
From: g.kr...@gmail.dontemailme.com (Lewis)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 05:29:14 -0000 (UTC)
Organization: Miskatonic U
Lines: 21
Message-ID: <slrntdpm5a.2m0c.g.kreme@zephyrus.local>
References: <tbhmm5$3jv8$1@dont-email.me>
Reply-To: g.kreme@gmail.don-t-email-me.com
Injection-Date: Sun, 24 Jul 2022 05:29:14 -0000 (UTC)
Injection-Info: kreme.dont-email.me; posting-host="3c866d6f5bee680a2cfe8f21cb9ec153";
logging-data="446044"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ATEftlLDgHa6gm/78mQc2"
User-Agent: slrn/1.0.3 (Darwin)
Cancel-Lock: sha1:Sr8ZCXiC0WYozx1WR5dvrCPDrsY=
X-Clacks-Overhead: GNU Terry Pratchett
Mail-Copies-To: nobody
X-Face: )^b5"R:T7U>9~:PEn3YkzMfW*[b1qKeU.fP9C8~8HpU9}lA&6`bH1z
 by: Lewis - Sun, 24 Jul 2022 05:29 UTC

In message <tbhmm5$3jv8$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
> Hi,

> I know how to link a page from another page.

> I learned here how provide a link to an image/location on a page.

> <img id=metaphysicsdegree
> src="https://www.dalekelly.org/metaphysicsdegree.jpg">

> I am looking for how to provide a link to just to a plain location on a
> page. No image or anything.

<span id='foobar'>

<a href='url/to/page.html#foobar'>

--
'But it'll kill him!' 'It could have been worse.' 'What?' 'It could
have been us.'

Re: link to a page location?

<slrntdpm91.2m0c.g.kreme@zephyrus.local>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=280&group=comp.infosystems.www.authoring.stylesheets#280

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!kreme.dont-email.me!.POSTED!not-for-mail
From: g.kr...@gmail.dontemailme.com (Lewis)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 05:31:13 -0000 (UTC)
Organization: Miskatonic U
Lines: 24
Message-ID: <slrntdpm91.2m0c.g.kreme@zephyrus.local>
References: <tbhmm5$3jv8$1@dont-email.me>
<slrntdpm5a.2m0c.g.kreme@zephyrus.local>
Reply-To: g.kreme@gmail.don-t-email-me.com
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sun, 24 Jul 2022 05:31:13 -0000 (UTC)
Injection-Info: kreme.dont-email.me; posting-host="3c866d6f5bee680a2cfe8f21cb9ec153";
logging-data="446044"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+tpcrTnfrS2fT5zYXxIx7Q"
User-Agent: slrn/1.0.3 (Darwin)
Cancel-Lock: sha1:iu4ScAzx6p9ZDAuuuXGvFqHOdmk=
X-Clacks-Overhead: GNU Terry Pratchett
Mail-Copies-To: nobody
X-Face: )^b5"R:T7U>9~:PEn3YkzMfW*[b1qKeU.fP9C8~8HpU9}lA&6`bH1z
 by: Lewis - Sun, 24 Jul 2022 05:31 UTC

In message <slrntdpm5a.2m0c.g.kreme@zephyrus.local> Lewis <g.kreme@gmail.dontemailme.com> wrote:
> In message <tbhmm5$3jv8$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
>> Hi,

>> I know how to link a page from another page.

>> I learned here how provide a link to an image/location on a page.

>> <img id=metaphysicsdegree
>> src="https://www.dalekelly.org/metaphysicsdegree.jpg">

>> I am looking for how to provide a link to just to a plain location on a
>> page. No image or anything.

> <span id='foobar'>

> <a href='url/to/page.html#foobar'>

(of course you can do this with any tag, span is just a good one since
it has no properties.)

--
So what do you say? Wanna go back in time, save my friends, and unfuck history
for old time’s sack?

Re: link to a page location?

<jk4bhuFhassU1@mid.individual.net>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=281&group=comp.infosystems.www.authoring.stylesheets#281

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!news.szaf.org!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: use...@arnowelzel.de (Arno Welzel)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 09:43:58 +0200
Lines: 27
Message-ID: <jk4bhuFhassU1@mid.individual.net>
References: <tbhmm5$3jv8$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net 2jhy21mhiLGWxANPosV+ngqHg1g619E8PrvqCrDvliTkhTUDe4
Cancel-Lock: sha1:axnrrADHygJAvqP1Dnu1SUixrWE=
Content-Language: de-DE
In-Reply-To: <tbhmm5$3jv8$1@dont-email.me>
 by: Arno Welzel - Sun, 24 Jul 2022 07:43 UTC

Dale:

> Hi,
>
> I know how to link a page from another page.
>
> I learned here how provide a link to an image/location on a page.
>
> <img id=metaphysicsdegree
> src="https://www.dalekelly.org/metaphysicsdegree.jpg">
>
> I am looking for how to provide a link to just to a plain location on a
> page. No image or anything.

<a href="https://domain.example#location">Jump to location</a>

And at the target:

<p id="location">This is where you can jump to</a>

--
Arno Welzel
https://arnowelzel.de

Re: link to a page location?

<tbj6jl$hpol$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=282&group=comp.infosystems.www.authoring.stylesheets#282

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 06:23:52 -0400
Organization: https://www.dalekelly.org/
Lines: 28
Message-ID: <tbj6jl$hpol$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me>
<slrntdpm5a.2m0c.g.kreme@zephyrus.local>
<slrntdpm91.2m0c.g.kreme@zephyrus.local>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 24 Jul 2022 10:23:49 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="e6222121caef21512818eeeb6ad193ec";
logging-data="583445"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18BfobkDKT+bg5+/ReDwwkeZgwHsRw6XXk="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:uDE07MNpFpNxN/0UfXb2MKETIfM=
Content-Language: en-US
In-Reply-To: <slrntdpm91.2m0c.g.kreme@zephyrus.local>
 by: Dale - Sun, 24 Jul 2022 10:23 UTC

On 7/24/2022 1:31 AM, Lewis wrote:
> In message <slrntdpm5a.2m0c.g.kreme@zephyrus.local> Lewis <g.kreme@gmail.dontemailme.com> wrote:
>> In message <tbhmm5$3jv8$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
>>> Hi,
>
>>> I know how to link a page from another page.
>
>>> I learned here how provide a link to an image/location on a page.
>
>>> <img id=metaphysicsdegree
>>> src="https://www.dalekelly.org/metaphysicsdegree.jpg">
>
>>> I am looking for how to provide a link to just to a plain location on a
>>> page. No image or anything.
>
>> <span id='foobar'>
>
>> <a href='url/to/page.html#foobar'>
>
> (of course you can do this with any tag, span is just a good one since
> it has no properties.)
>

Thank You !!!!

--
Mystery? -> https://www.dalekelly.org/

Re: link to a page location?

<tbj6k6$hpol$2@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=283&group=comp.infosystems.www.authoring.stylesheets#283

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 24 Jul 2022 06:24:09 -0400
Organization: https://www.dalekelly.org/
Lines: 31
Message-ID: <tbj6k6$hpol$2@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me> <jk4bhuFhassU1@mid.individual.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 24 Jul 2022 10:24:06 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="e6222121caef21512818eeeb6ad193ec";
logging-data="583445"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX191t3e1Aqn0uRi+FhJ/SiIhB1ZUn1z/P+g="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.11.0
Cancel-Lock: sha1:07v1/SJOom1/z/N0Q32E73d1+8A=
In-Reply-To: <jk4bhuFhassU1@mid.individual.net>
Content-Language: en-US
 by: Dale - Sun, 24 Jul 2022 10:24 UTC

On 7/24/2022 3:43 AM, Arno Welzel wrote:
> Dale:
>
>> Hi,
>>
>> I know how to link a page from another page.
>>
>> I learned here how provide a link to an image/location on a page.
>>
>> <img id=metaphysicsdegree
>> src="https://www.dalekelly.org/metaphysicsdegree.jpg">
>>
>> I am looking for how to provide a link to just to a plain location on a
>> page. No image or anything.
>
>
> <a href="https://domain.example#location">Jump to location</a>
>
> And at the target:
>
> <p id="location">This is where you can jump to</a>
>
>
>
>

Thank You !!!!

--
Mystery? -> https://www.dalekelly.org/

Re: link to a page location?

<tcor9p$l0e5$1@dont-email.me>

 copy mid

https://www.novabbs.com/devel/article-flat.php?id=289&group=comp.infosystems.www.authoring.stylesheets#289

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: dal...@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: link to a page location?
Date: Sun, 7 Aug 2022 13:03:54 -0400
Organization: https://www.dalekelly.org/
Lines: 35
Message-ID: <tcor9p$l0e5$1@dont-email.me>
References: <tbhmm5$3jv8$1@dont-email.me> <tbho3q$40e4$1@dont-email.me>
<tbhohl$42ir$1@dont-email.me> <tbhpbf$48g1$1@dont-email.me>
<tbhr2o$4ovu$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 7 Aug 2022 17:03:54 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="b9ed5314495e4fe95924c3b4a4933893";
logging-data="688581"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+94eXBf7SFOEUNZg5DLKzSvSQiJOuXXSA="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.12.0
Cancel-Lock: sha1:9+LFg+cp6sttBpHa/j1fNXDgcNY=
Content-Language: en-US
In-Reply-To: <tbhr2o$4ovu$1@dont-email.me>
 by: Dale - Sun, 7 Aug 2022 17:03 UTC

On 7/23/2022 6:00 PM, Dale wrote:
> On 7/23/2022 5:31 PM, Dale wrote:
>> On 7/23/2022 5:17 PM, Jukka K. Korpela wrote:
>>> Jukka K. Korpela wrote:
>>>
>>>> <p id=mystic>It is not mystic how the world is. It is mystic that it
>>>> is.</p>
>>>>
>>>> And then just use, say,
>>>> <a href=foo.html>The principle of mysticismi</a>
>>>
>>> Oops, of course I meant
>>>
>>> <a href=foo.html#mystic>The principle of mysticism</a>
>>>
>>
>> Thank You !!!!
>>
>> Will attempt it and get back.
>>
>
> Works !!!!
>
> Thank You Again !!!!
>
> Will update my website !!!!
>

An update successful.

https://www.dalekelly.org/weblog.html

--
Mystery? -> https://www.dalekelly.org/

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor