Sign in

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;
}`