Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

How do I set it up so that hyperlinks appear underlined in final render of site.

#1313
Avatar photo[anonymous]

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.