• link in a paragraph?

    From Dale@21:1/5 to All on Wed Feb 24 08:26:06 2021
    XPost: alt.html

    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>


    --
    Minister Dale Kelly, Ph.D. ->
    Universalist <-> Mystic <-> Medium

    https://www.dalekelly.org/

    Board Certified Holistic Health Practitioner
    Board Certified Alternative Medical Practitioner

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From bill@21:1/5 to Dale on Wed Feb 24 11:13:14 2021
    XPost: alt.html

    On 2/24/2021 8:26 AM, Dale wrote:
    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>



    What is the problem with just doing it the way you outlined ?
    -bill

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David E. Ross@21:1/5 to Dale on Wed Feb 24 08:23:35 2021
    XPost: alt.html

    On 2/24/2021 5:26 AM, Dale wrote:
    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>



    See my <http://www.rossde.com/inflation.html>. Then look at the source.

    In the first line of the first paragraph of text, the word "retirement"
    is a link. In the last line of the second paragraph, the phrase "U. S.
    Bureau of Labor Statistics" is a link. There are other links scattered throughout that Web page.

    --

    David E. Ross
    <http://www.rossde.com/>.

    The only reason we have so many laws is that not enough people will do
    the right thing. (© 1997 by David Ross)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas 'PointedEars' Lahn@21:1/5 to Dale on Wed Feb 24 17:32:36 2021
    XPost: alt.html

    Dale wrote:

    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>

    (Seriously? Previously you claimed to know HTML.)

    <p>text text <a href='…'>link</a> <a href='…'>link</a> text</p>

    Please stop crossposting to alt.html (without Followup-To).
    alt.ALL is not part of the Big 8.

    --
    PointedEars
    FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
    Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to Dale on Wed Feb 24 18:30:26 2021
    XPost: alt.html

    In message <dt29me.udg.19.1@news.alt.net> Dale <dale@dalekelly.org> wrote:
    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>

    <p>text text <a href="link">link</a><a href="link">link</a><a href="link">link</a> text</p>



    --
    However, you do need rules. Driving on the left (or the right or, in parts of Europe, on the left and the right as the mood takes you) is a rule which works, since following it means you're more likely to reach your intended rather than your final destination. -- (Terry Pratchett,

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Stan Brown@21:1/5 to Lewis on Wed Feb 24 12:40:55 2021
    XPost: alt.html

    On Wed, 24 Feb 2021 18:30:26 -0000 (UTC), Lewis wrote:
    <p>text text <a href="link">link</a><a href="link">link</a><a href="link">link</a> text</p>

    I don't think you want to do it quite that way, because then the
    three links will look like one link with text "linklinklink".

    Put a space between each </a> and the following <a href>, and then
    the three links will _look_ like three links, "link link link".

    --
    Stan Brown, Tehachapi, California, USA
    https://BrownMath.com/
    https://OakRoadSystems.com/

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas 'PointedEars' Lahn@21:1/5 to Lewis on Thu Feb 25 19:03:21 2021
    XPost: alt.html

    Lewis wrote:

    In message <dt29me.udg.19.1@news.alt.net> Dale <dale@dalekelly.org> wrote:
    how can I do something like this ...

    <p>text text link link text</p>

    <p>text text <a href="link">link</a><a href="link">link</a><a href="link">link</a> text</p>

    Without whitespace between the “a” elements, this would be rendered as

    text text linklinklink text

    which is not what the OP asked for.

    The correct answer had already been given (coincidentally by me).

    Please stop crossposting to alt.ALL without Followup-To; it does not belong
    to the Big 8.

    F’up2 comp.infosystems.www.authoring.html again

    --
    PointedEars
    FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
    Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to Thomas 'PointedEars' Lahn on Thu Feb 25 20:22:02 2021
    In message <2187755.ElGaqSPkdT@PointedEars.de> Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote:
    Lewis wrote:

    In message <dt29me.udg.19.1@news.alt.net> Dale <dale@dalekelly.org> wrote: >>> how can I do something like this ...

    <p>text text link link text</p>

    <p>text text <a href="link">link</a><a href="link">link</a><a
    href="link">link</a> text</p>

    Without whitespace between the “a” elements, this would be rendered as

    If someone is THAT incompetent then there;'s no helping them.

    Please stop crossposting to alt.ALL without Followup-To; it does not belong to the Big 8.

    I don't give a single fuck about the "Big 8" and I'm not taking time to
    edit the Fup.


    --
    Rincewind had always been happy to think of himself as a racist. The
    One Hundred Meters, the Mile, the Marathon -- he'd run them all.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Thu Feb 25 21:25:15 2021
    XPost: alt.html

    Dale:

    link in a paragraph?

    how can I do something like this ...

    <p>text text link link text</p>

    Learn the basics of HTML.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas 'PointedEars' Lahn@21:1/5 to Lewis on Thu Feb 25 23:40:43 2021
    Lewis wrote:

    In message <2187755.ElGaqSPkdT@PointedEars.de> Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote:
    Please stop crossposting to alt.ALL without Followup-To; it does not
    belong to the Big 8.

    I don't give a single fuck about the "Big 8" and I'm not taking time to
    edit the Fup.

    I see. The next sound means that one more person is giving a single fuck
    about you.

    *PLONK*

    --
    PointedEars
    FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
    Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to Thomas 'PointedEars' Lahn on Fri Feb 26 12:26:02 2021
    XPost: alt.html

    In message <4602473.GXAFRqVoOG@PointedEars.de> Thomas 'PointedEars' Lahn <PointedEars@web.de> wrote:
    Lewis wrote:

    In message <2187755.ElGaqSPkdT@PointedEars.de> Thomas 'PointedEars' Lahn
    <PointedEars@web.de> wrote:
    Please stop crossposting to alt.ALL without Followup-To; it does not
    belong to the Big 8.

    I don't give a single fuck about the "Big 8" and I'm not taking time to
    edit the Fup.

    I see. The next sound means that one more person is giving a single fuck about you.

    Oh no! I didn’t see your self-drawn-with-crayon net cop badge!

    --
    'That's blasphemy,' said the vampire. He gasped as Vimes shot him a
    glance like sunlight. 'That's what people say when the voiceless
    speak.'

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)