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.

#1315
Avatar photo[anonymous]

Hi Ajeet,

`text-decoration: underline violet solid;`

does not work for me in Publii.

This works:

`a:link {
text-decoration: underline;
text-decoration-color: violet;
}`