• Why isn't this webpage using the full width

    From Robert Prins@21:1/5 to All on Wed Sep 25 13:23:09 2024
    XPost: comp.infosystems.www.authoring.stylesheets

    The title says it all.

    <https://prino.neocities.org/resources/lift.pli.html> is using about half the screen, which I actually find quite pleasing, as seeing it spread over 45 cm on my full HD monitor makes reading it hard(er), but I'm just puzzled as for the why.

    It's pretty much plain text (white-space: pre;), with just a few tags to simulate the highlighting that's generated by z/OS ISPF, and CTrl+ will scale it.

    Robert
    --
    Robert AH Prins
    robert(a)prino(d)org
    The hitchhiking grandfather @ https://prino.neocities.org/
    Some useful(?) REXX @ https://prino.neocities.org/zOS/zOS-Tools.html

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Apd@21:1/5 to Robert Prins on Wed Sep 25 13:57:33 2024
    XPost: comp.infosystems.www.authoring.stylesheets

    "Robert Prins" wrote:
    The title says it all.

    <https://prino.neocities.org/resources/lift.pli.html> is using about half
    the screen, which I actually find quite pleasing, as seeing it spread over
    45 cm on my full HD monitor makes reading it hard(er), but I'm just
    puzzled as for the why.

    The text is preformatted with a line length of 71 chars so it will
    occupy as much width as needed for the font size (default). If you had
    wanted it to fit/scale to the viewport, something like this could be
    added to your CSS for the body:

    font-size:2vw;

    But see here for improvement: <https://css-tricks.com/simplified-fluid-typography/>


    ps, from your post headers, your clock is fast:

    Date: Wed, 25 Sep 2024 13:23:09 +0000
    Injection-Date: Wed, 25 Sep 2024 12:16:00 +0200 (CEST)

    (It shows as 14:23 here (GMT+1) and I'm posting this at about 13:57)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Arno Welzel@21:1/5 to All on Sat Sep 28 13:17:31 2024
    XPost: comp.infosystems.www.authoring.stylesheets

    Robert Prins, 2024-09-25 15:23:

    The title says it all.

    <https://prino.neocities.org/resources/lift.pli.html> is using about half the screen, which I actually find quite pleasing, as seeing it spread over 45 cm on
    my full HD monitor makes reading it hard(er), but I'm just puzzled as for the why.

    Because it is preformatted text which will *not* flow but stay as it is.

    --
    Arno Welzel
    https://arnowelzel.de

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