Forum › General Inquiry › How do I set it up so that hyperlinks appear underlined in final render of site.
I found it:
From the Publii menu choose Tools and then “custom css“.
There you can add this ` `
`*/underlining links*/ a:link { text-decoration: underline; }`
and save.
For more possibilities see this excellent W3-schools page.