Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"Language shapes the way we think, and determines what we can think about." -- B. L. Whorf


devel / comp.infosystems.www.authoring.html / Re: # ?

SubjectAuthor
* # ?Dale
+* Re: # ?Ben
|`* Re: # ?Dale
| `- Re: # ?Dale
+- Re: # ?Philip Herlihy
`- Re: # ?Arno Welzel

1
# ?

<t3q0e4$2qa$1@dont-email.me>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=291&group=comp.infosystems.www.authoring.html#291

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dale@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: # ?
Date: Wed, 20 Apr 2022 18:11:17 -0400
Organization: https://www.dalekelly.org/
Lines: 34
Message-ID: <t3q0e4$2qa$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 20 Apr 2022 22:11:16 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="efb8379a3b3b4ebcc828c25c4e644bb9";
logging-data="2890"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19RGR8ywWlzqvN7DJGk9nQmnzwNdHtmDBM="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Cancel-Lock: sha1:Me7Q5Yoy9n5ElUiBeGOurgyMIM4=
Content-Language: en-US
 by: Dale - Wed, 20 Apr 2022 22:11 UTC

Hi!

I want to have links above each image on this page

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

I want to be able to link to each image one at a time from this page

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

I have seen # used for this purpose, like on Wikipedia

I am currently linking directly to single images like this

https://www.dalekelly.org/metaphysicsdegree.jpg

With the same word "Degree" to click on in

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

How can I use # for this?

test.html#goal doesn't seem to work

Can't get a page saved from Microsoft "Note Pad" without adding an
extension, default shows up with *.txt

so test#goal can't be coded

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

Re: # ?

<87wnfj8gu5.fsf@bsb.me.uk>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=292&group=comp.infosystems.www.authoring.html#292

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: ben.usenet@bsb.me.uk (Ben)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: # ?
Date: Thu, 21 Apr 2022 00:39:46 +0100
Organization: A noiseless patient Spider
Lines: 56
Message-ID: <87wnfj8gu5.fsf@bsb.me.uk>
References: <t3q0e4$2qa$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain
Injection-Info: reader02.eternal-september.org; posting-host="0edf30fb0378872d2392a90a7cc48d20";
logging-data="30399"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JBh7LXGArPJIjM2gSbaeoCWLZY/vvkNA="
Cancel-Lock: sha1:SGWUJNEbpC6KejnmfW1iACTFEz0=
sha1:PchgoCi+ZPDb71GwN0LB88pP16Y=
X-BSB-Auth: 1.a37986a594e2642a33bb.20220421003946BST.87wnfj8gu5.fsf@bsb.me.uk
 by: Ben - Wed, 20 Apr 2022 23:39 UTC

Dale <dale@dalekelly.org> writes:

I'm not sure this is topical in comp.infosystems.www.authoring.stylesheets.

> Hi!
>
> I want to have links above each image on this page
>
> https://www.dalekelly.org/degree.html

I don't follow. I /think/ you mean you want some people refer to as
anchors -- targets that can be referenced using a fragment identifier.

> I want to be able to link to each image one at a time from this page
>
> https://www.dalekelly.org/resume.html

Put a unique id attribute on each img element in the degree.html
document like this:

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

> I have seen # used for this purpose, like on Wikipedia
>
> I am currently linking directly to single images like this
>
> https://www.dalekelly.org/metaphysicsdegree.jpg
>
> With the same word "Degree" to click on in
>
> https://www.dalekelly.org/resume.html
>
>
> How can I use # for this?
>
> test.html#goal doesn't seem to work

That's not very helpful. If you have the id as above you can link to it
using

<a href="https://www.dalekelly.org/degree.html#metaphysicsdegree>degree</a>

in https://www.dalekelly.org/resume.html. (You can use shorter URLs but
I'm copying the style you seem to prefer.)

> Can't get a page saved from Microsoft "Note Pad" without adding an
> extension, default shows up with *.txt
>
> so test#goal can't be coded

This confuses me. Are you trying to make a file that includes the
fragment ID as part of the name? That's not right.

--
Ben.

Re: # ?

<t3q9lt$rvt$1@dont-email.me>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=293&group=comp.infosystems.www.authoring.html#293

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dale@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: # ?
Date: Wed, 20 Apr 2022 20:49:02 -0400
Organization: https://www.dalekelly.org/
Lines: 65
Message-ID: <t3q9lt$rvt$1@dont-email.me>
References: <t3q0e4$2qa$1@dont-email.me> <87wnfj8gu5.fsf@bsb.me.uk>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 21 Apr 2022 00:49:01 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="15d3dfd237183d61d2601acba8d3b77f";
logging-data="28669"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+wnph03KwfB4AOlyx2O6uHFa6d4j1MvOE="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Cancel-Lock: sha1:TkbQowSMq3zAMqnsqy0EsnFlYn8=
In-Reply-To: <87wnfj8gu5.fsf@bsb.me.uk>
Content-Language: en-US
 by: Dale - Thu, 21 Apr 2022 00:49 UTC

On 4/20/2022 7:39 PM, Ben wrote:
> Dale <dale@dalekelly.org> writes:
>
> I'm not sure this is topical in comp.infosystems.www.authoring.stylesheets.
>
>> Hi!
>>
>> I want to have links above each image on this page
>>
>> https://www.dalekelly.org/degree.html
>
> I don't follow. I /think/ you mean you want some people refer to as
> anchors -- targets that can be referenced using a fragment identifier.
>
>> I want to be able to link to each image one at a time from this page
>>
>> https://www.dalekelly.org/resume.html
>
> Put a unique id attribute on each img element in the degree.html
> document like this:
>
> <img id=metaphysicsdegree
> src="https://www.dalekelly.org/metaphysicsdegree.jpg" " rel="nofollow" target="_blank">https://www.dalekelly.org/metaphysicsdegree.jpg">
>
>> I have seen # used for this purpose, like on Wikipedia
>>
>> I am currently linking directly to single images like this
>>
>> https://www.dalekelly.org/metaphysicsdegree.jpg
>>
>> With the same word "Degree" to click on in
>>
>> https://www.dalekelly.org/resume.html
>>
>>
>> How can I use # for this?
>>
>> test.html#goal doesn't seem to work
>
> That's not very helpful. If you have the id as above you can link to it
> using
>
> <a href="https://www.dalekelly.org/degree.html#metaphysicsdegree>degree</a>
>
> in https://www.dalekelly.org/resume.html. (You can use shorter URLs but
> I'm copying the style you seem to prefer.)
>
>> Can't get a page saved from Microsoft "Note Pad" without adding an
>> extension, default shows up with *.txt
>>
>> so test#goal can't be coded
>

You got it going !!!! Thank You !!!!

I'll see what happens after I upload to my host tomorrow morning.

> This confuses me. Are you trying to make a file that includes the
> fragment ID as part of the name? That's not right.
>

I may have been trying that ...

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

Re: # ?

<t3rak0$ioq$1@dont-email.me>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=294&group=comp.infosystems.www.authoring.html#294

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: dale@dalekelly.org (Dale)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: # ?
Date: Thu, 21 Apr 2022 06:11:14 -0400
Organization: https://www.dalekelly.org/
Lines: 81
Message-ID: <t3rak0$ioq$1@dont-email.me>
References: <t3q0e4$2qa$1@dont-email.me> <87wnfj8gu5.fsf@bsb.me.uk>
<t3q9lt$rvt$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 21 Apr 2022 10:11:12 -0000 (UTC)
Injection-Info: reader02.eternal-september.org; posting-host="5fc7b691dc951ff5cb3b189c36dd232d";
logging-data="19226"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+ufBgJh64PJBYuj+YxoSAlpSmjeOMiF0k="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.8.1
Cancel-Lock: sha1:T61b9Rhjuy976P6ViAhWIiP7IbA=
In-Reply-To: <t3q9lt$rvt$1@dont-email.me>
Content-Language: en-US
 by: Dale - Thu, 21 Apr 2022 10:11 UTC

On 4/20/2022 8:49 PM, Dale wrote:
> On 4/20/2022 7:39 PM, Ben wrote:
>> Dale <dale@dalekelly.org> writes:
>>
>> I'm not sure this is topical in
>> comp.infosystems.www.authoring.stylesheets.
>>
>>> Hi!
>>>
>>> I want to have links above each image on this page
>>>
>>> https://www.dalekelly.org/degree.html
>>
>> I don't follow.  I /think/ you mean you want some people refer to as
>> anchors -- targets that can be referenced using a fragment identifier.
>>
>>> I want to be able to link to each image one at a time from this page
>>>
>>> https://www.dalekelly.org/resume.html
>>
>> Put a unique id attribute on each img element in the degree.html
>> document like this:
>>
>>    <img id=metaphysicsdegree
>>         src="https://www.dalekelly.org/metaphysicsdegree.jpg" " rel="nofollow" target="_blank">https://www.dalekelly.org/metaphysicsdegree.jpg">
>>
>>> I have seen # used for this purpose, like on Wikipedia
>>>
>>> I am currently linking directly to single images like this
>>>
>>> https://www.dalekelly.org/metaphysicsdegree.jpg
>>>
>>> With the same word "Degree" to click on in
>>>
>>> https://www.dalekelly.org/resume.html
>>>
>>>
>>> How can I use # for this?
>>>
>>> test.html#goal doesn't seem to work
>>
>> That's not very helpful.  If you have the id as above you can link to it
>> using
>>
>>    <a
>> href="https://www.dalekelly.org/degree.html#metaphysicsdegree>degree</a>
>>
>> in https://www.dalekelly.org/resume.html.  (You can use shorter URLs but
>> I'm copying the style you seem to prefer.)
>>
>>> Can't get a page saved from Microsoft "Note Pad" without adding an
>>> extension, default shows up with *.txt
>>>
>>> so test#goal can't be coded
>>
>

> You got it going !!!! Thank You !!!!
>
> I'll see what happens after I upload to my host tomorrow morning.

WORKS!!!!

>
>> This confuses me.  Are you trying to make a file that includes the
>> fragment ID as part of the name?  That's not right.
>>
>
> I may have been trying that ...
>

How can I work around something like this?

https://en.wikipedia.org/wiki/Copenhagen_interpretation#Background

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

Re: # ?

<MPG.3ccb478ae1b873a39899e0@news.eternal-september.org>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=295&group=comp.infosystems.www.authoring.html#295

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!rocksolid2!i2pn.org!news.nntp4.net!news.freedyn.de!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail
From: PhillipHerlihy@SlashDevNull.invalid (Philip Herlihy)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: # ?
Date: Thu, 21 Apr 2022 11:51:23 +0100
Organization: A noiseless patient Spider
Lines: 38
Message-ID: <MPG.3ccb478ae1b873a39899e0@news.eternal-september.org>
References: <t3q0e4$2qa$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Injection-Info: reader02.eternal-september.org; posting-host="ca84eebb519d8177f419fe066f3b20ab";
logging-data="16427"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18z47nvnnZxcmwmjeM5j+YpaLSNZb6hgMs="
User-Agent: MicroPlanet-Gravity/3.0.10 (GRC)
Cancel-Lock: sha1:RcqnFDes87Yxm4fLsRFgg5o+hag=
 by: Philip Herlihy - Thu, 21 Apr 2022 10:51 UTC

In article <t3q0e4$2qa$1@dont-email.me>, Dale wrote...
>
> Hi!
>
> I want to have links above each image on this page
>
> https://www.dalekelly.org/degree.html
>
> I want to be able to link to each image one at a time from this page
>
> https://www.dalekelly.org/resume.html
>
> I have seen # used for this purpose, like on Wikipedia
>
> I am currently linking directly to single images like this
>
> https://www.dalekelly.org/metaphysicsdegree.jpg
>
> With the same word "Degree" to click on in
>
> https://www.dalekelly.org/resume.html
>
>
> How can I use # for this?
>
> test.html#goal doesn't seem to work
>
> Can't get a page saved from Microsoft "Note Pad" without adding an
> extension, default shows up with *.txt
>
> so test#goal can't be coded

https://www.amazon.com/HTML-easy-steps-Mike-McGrath/dp/1840788763/
https://www.amazon.com/CSS-easy-steps-Mike-McGrath/dp/1840788755/

--

Phil, London

Re: # ?

<jcdjomFb6eiU1@mid.individual.net>

 copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=296&group=comp.infosystems.www.authoring.html#296

 copy link   Newsgroups: comp.infosystems.www.authoring.html alt.html comp.infosystems.www.authoring.stylesheets
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!news.freedyn.de!speedkom.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@arnowelzel.de (Arno Welzel)
Newsgroups: comp.infosystems.www.authoring.html,alt.html,comp.infosystems.www.authoring.stylesheets
Subject: Re: # ?
Date: Thu, 21 Apr 2022 19:49:10 +0200
Lines: 51
Message-ID: <jcdjomFb6eiU1@mid.individual.net>
References: <t3q0e4$2qa$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net n7AxUvgywtg1mMx+SHazQgx5yEM4VwX/3QuJeolLfyaT7pSsTd
Cancel-Lock: sha1:0cBoty8NbsUc2V1O5q8HWOLKiZ8=
Content-Language: de-DE
In-Reply-To: <t3q0e4$2qa$1@dont-email.me>
 by: Arno Welzel - Thu, 21 Apr 2022 17:49 UTC

Dale:

> I want to have links above each image on this page
>
> https://www.dalekelly.org/degree.html

What do you mean with "link above each image"?

Just add them like this:

<p>
<a href="somewhere">This is a link</a><br>
<img src="myimage" alt="my image" />
</p>

Or what do you mean?

> I want to be able to link to each image one at a time from this page
>
> https://www.dalekelly.org/resume.html
>
> I have seen # used for this purpose, like on Wikipedia

This called an "id":

<img id="image1" src="myimage" alt="my image" />

Then you can use this to link to it:

<a href="mypage.html#image1">Link to image 1</a>

Each ID must be unique on the page. So if you have multiple images, you
may name them "image1", "image2", "image3" and so on.

The IDs must also follow certain rules - if you just use letters and
numbers and always start with a letter, this is fine.

Also see:

<https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id>

> test.html#goal doesn't seem to work

If would, if there would be an image like this:

<img id="goal" ... />

--
Arno Welzel
https://arnowelzel.de

1
server_pubkey.txt

rocksolid light 0.9.7
clearnet tor