Hi all,

On the Menu on top, try a lighter textcolor, ie. lightgrey, to enhance
contrast. Stark white could be to much...

On the generated html:

The Text enclosed in divs does function as heading, so better use
headings (example below). The divs are better suited to enclose a
complet sublist, see 2nd example below. That snippet actually works in
a testing page :). The necessary Styles can be placed into the .css
file.

Hopefully my remarks will help.


Best, khk

P.S.:
My knowledge of HTML and CSS stems from reworking a CMS-free Site, ftp
access only, which was the the produce of Dreamweaver in the hands of a
printer ;)


---- example of generated html
<div style="color: MidnightBlue; font-family: &quot;Arial Black&quot;;
font-size: 20px;">Start here</div>

<ul>
   <li><a href="https://software-lab.de/doc/tut.html";>A PicoLisp
Tutorial</a></li> Explore the language on this guided tour. Refreshments
    to follow!<br/><br/>
   ...
 <li><a href="https://software-lab.de/doc/index.html";>The Common
 Index</a></li> The essential PicoLisp documentation in one gloriously
 hyperlinked document. 
</ul>
----
<div><h4>Start here</h4>
        <ul>
            <li><h5><a href="test.html">Test</a></h5>
                more text...
            </li>
        ...
        </ul>
</div>  
----

> Hi all,
> 
> since I really want to push forward with the Wiki, I'd like to ask
> everybody to have a look at this page:
> https://picolisp.com/wiki/?Documentation
> 
> Question:
> - are the headers OK?
> - is the top text OK (under header "Introduction"?
> 
> Note that we wish to recognize visually impaired people!
> 
> Please react before friday 22th of june 2018.
> 
> After that we'll change the defaults.
> 
> Best,
>    Arie

Attachment: pgpYIyczEIleH.pgp
Description: Digitale Signatur von OpenPGP

Reply via email to