[Slackbuilds-users] New layout of https://slackbuilds.org/

Rich Shepard rshepard at appl-ecosys.com
Tue Jan 23 18:09:19 UTC 2018


On Tue, 23 Jan 2018, Jim Diamond wrote:

> I see that (some) are inside a <pre> tag.  Here is the start of qt5's blurb:
>
>    <h2>
>      <a href="/repository/14.2/">14.2</a> >
>      <a href="/repository/14.2/libraries/">Libraries</a> >
>      qt5 (5.7.1)    </h2>
>    <pre>Qt is a cross-platform C++ application framework. Qt's
>    primary feature<br />is its rich set of widgets that provide
>    standard GUI functionality.<br /><br />Optional dependencies:
>    unixodbc, freetds, OpenAL, libwebp, opus, snappy,<br />wayland,
>    and postgresql<br /><br />Optional

   Not sure this will help, but I offer it anyway. This is how the body of my
web site's 'markets served' page begins:

<main>
       <section class="main">
         <header>
           <h1>Markets Served</h1>
         </header>
         <br>
         <header>
           <h2>Introduction</h2>
         </header>
         <br>
         <p>
           Natural resource industries interact intimately with natural
           ecosystems, and sometimes their operations cause adverse impacts on
           these environments and the plants and animals living in them; at
           times there are also potential impacts to humans. These conditions
           raise concerns by regulators that need to be avoided or efficiently
           and effectively resolved.
         </p>
         <br>
         <p>
           Natural resource operations are also frequent targets of citizen
           groups and organizations. Their objections can have many origins,
           such as not in my backyard, or the idea that natural ecosystems are
           static and do not change with change being bad and man-caused change
           unacceptable, or not understanding that society depends on these
           operations and that they can be operated in an
           environmentally-responsible manner.
         </p>
       </section>
       <br><br>

   The css3 script holds the formatting for each tag; e.g.,
.main p {
     width: 60%;
     padding: 0% 10% 0% 19%;
     margin: 0% 10% 0% 2.5%;
}

HTH,

Rich


More information about the SlackBuilds-users mailing list