• default HTML paragraph styles are too small on iPhone

    From Dale@21:1/5 to All on Sun Mar 13 16:30:17 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Dale on Sun Mar 13 20:54:52 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/13/2022 4:30 PM, Dale wrote:
    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/


    what about bootstrap?

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Mon Mar 14 15:08:23 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Arno Welzel on Mon Mar 14 13:19:08 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?



    size

    I see width a part of size

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to Dale on Mon Mar 14 18:55:57 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    In message <t0ntea$hqp$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?

    size

    That's still not an answer.

    I see width a part of size

    So you want paragraphs to be wider than the screen on an iPhone? That's
    a terrible idea.

    --
    I presume you're mortal, and may err.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Philip Herlihy@21:1/5 to All on Mon Mar 14 18:29:58 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    In article <t0ntea$hqp$1@dont-email.me>, dale@dalekelly.org says...

    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?



    size

    I see width a part of size

    Thank you for clearing that up.

    Folks - our friend may simply be an enthusiastic beginner becoming a little too dependent on being spoon-fed. But is it not possible that he's deliberately stringing us along? In any event, patience has its limits.

    --

    Phil, London

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Mon Mar 14 20:36:27 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    Dale:

    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?



    size

    I see width a part of size

    No, width is not part of size.

    Example:

    .myclass { width:100%; }

    This defines a class "myclass" which sets an element 100% wide. And it
    does not matter at all what size the text is.

    If your text seems to be too small you just need to adjust font-size to
    a value bigger than 1em.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Arno Welzel on Mon Mar 14 18:44:12 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/14/2022 3:36 PM, Arno Welzel wrote:
    Dale:

    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?



    size

    I see width a part of size

    No, width is not part of size.

    Example:

    .myclass { width:100%; }

    This defines a class "myclass" which sets an element 100% wide. And it
    does not matter at all what size the text is.

    If your text seems to be too small you just need to adjust font-size to
    a value bigger than 1em.




    Thank You !!!!

    got to find "em"

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Lewis on Mon Mar 14 18:37:18 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/14/2022 2:55 PM, Lewis wrote:
    In message <t0ntea$hqp$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?

    size

    That's still not an answer.

    I see width a part of size

    So you want paragraphs to be wider than the screen on an iPhone? That's
    a terrible idea.


    okay, that is the width of the paragraph not the size of the text in it

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Philip Herlihy on Mon Mar 14 18:39:48 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/14/2022 2:29 PM, Philip Herlihy wrote:
    In article <t0ntea$hqp$1@dont-email.me>, dale@dalekelly.org says...

    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?



    size

    I see width a part of size

    Thank you for clearing that up.

    Folks - our friend may simply be an enthusiastic beginner becoming a little too
    dependent on being spoon-fed. But is it not possible that he's deliberately stringing us along? In any event, patience has its limits.


    I've been hacking away at HTML for around 30 years



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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Lewis@21:1/5 to Dale on Tue Mar 15 02:31:37 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    In message <t0og2t$80p$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
    On 3/14/2022 2:55 PM, Lewis wrote:
    In message <t0ntea$hqp$1@dont-email.me> Dale <dale@dalekelly.org> wrote:
    On 3/14/2022 10:08 AM, Arno Welzel wrote:
    Dale:

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    What means "too small" exactly? Text size? Text width?

    size

    That's still not an answer.

    I see width a part of size

    So you want paragraphs to be wider than the screen on an iPhone? That's
    a terrible idea.


    okay, that is the width of the paragraph not the size of the text in it

    So you are saying the font size is smaller than you want. That would
    have been helpful at the beginning. However, keep in mind, that you have
    no actual control over things like font size, regardless of what you set.

    in head:
    #v+
    <meta name="viewport" content="width=device-width,initial-scale=1" />
    #v-

    in style:

    #v+
    @media screen
    and (min-width: 200px)
    and (max-width: 800px)
    {
    p: font-size: 120%
    }
    #v-

    --
    I'm literally becoming less cool with every word you speak.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Tue Mar 15 09:01:31 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    Dale:

    On 3/14/2022 2:29 PM, Philip Herlihy wrote:
    [...]
    Folks - our friend may simply be an enthusiastic beginner becoming a little too
    dependent on being spoon-fed. But is it not possible that he's deliberately >> stringing us along? In any event, patience has its limits.


    I've been hacking away at HTML for around 30 years

    Seems you didn't learn much about CSS though in this time.


    --
    Arno Welzel
    https://arnowelzel.de

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Dale@21:1/5 to Arno Welzel on Tue Mar 15 05:31:24 2022
    XPost: alt.html, comp.infosystems.www.authoring.stylesheets, misc.phone.mobile.iphone

    On 3/15/2022 4:01 AM, Arno Welzel wrote:
    Dale:

    On 3/14/2022 2:29 PM, Philip Herlihy wrote:
    [...]
    Folks - our friend may simply be an enthusiastic beginner becoming a little too
    dependent on being spoon-fed. But is it not possible that he's deliberately
    stringing us along? In any event, patience has its limits.


    I've been hacking away at HTML for around 30 years

    Seems you didn't learn much about CSS though in this time.



    I did admit I was a hack

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Your Name@21:1/5 to Dale on Wed Mar 16 10:02:09 2022
    XPost: misc.phone.mobile.iphone, alt.html

    On 2022-03-15 09:31:24 +0000, Dale said:
    On 3/15/2022 4:01 AM, Arno Welzel wrote:
    Dale:

    On 3/14/2022 2:29 PM, Philip Herlihy wrote:
    [...]
    Folks - our friend may simply be an enthusiastic beginner becoming a
    little too dependent on being spoon-fed. But is it not possible that
    he's deliberately stringing us along? In any event, patience has its
    limits.

    I've been hacking away at HTML for around 30 years

    Seems you didn't learn much about CSS though in this time.

    I did admit I was a hack

    Besides, CSS is not really HTML in a pure sense. It's more like an HTML extension or HTML2.0. :-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Thomas 'PointedEars' Lahn@21:1/5 to All on Wed Mar 23 00:24:18 2022
    XPost: comp.infosystems.www.authoring.stylesheets

    Dale amok-crossposted to 4(!) newsgroups:

    No Usenet posting is that important that it needs to be posted to more
    than 3 newsgroups (especially without Followup-To). If World War Ⅲ is
    going to be announced, it will be announced in news.announce.important.

    (after Peter da Silva)

    default HTML paragraph styles are too small on iPhone

    referring to <p>

    my site has a bunch ...

    https://www.dalekelly.org/

    Probably the font size is not too small per se, but you are just looking at
    a zoomed-out version because you have not done any mobile optimization of
    your site yet. Use Google Webmaster Tools for further advice.

    --
    PointedEars
    <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 Eli the Bearded@21:1/5 to usenet@PointedEars.de on Thu Mar 24 01:17:16 2022
    In comp.infosystems.www.authoring.stylesheets,
    Thomas 'PointedEars' Lahn <usenet@PointedEars.de> wrote:
    No Usenet posting is that important that it needs to be posted to more
    than 3 newsgroups (especially without Followup-To).

    This is true. I have set follow-ups.

    If World War Ⅲ is
    going to be announced, it will be announced in
    news.announce.important.

    This is not. n.a.i won't post things that are not Usenet specific and important. WWIII (no need for obscure Unicode) be it the US invasion of Afganistan or the Russian invasion of Ukraine, it won't make the cut.

    (after Peter da Silva)

    Who created Usenet II, and then fucked off with the signing keys without deleting the groups. Fuck him.

    Elijah
    ------
    former moderator of net.sexuality

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