Non-threaded

Forums » Advanced Editor Forum » Read Thread

Get help from the experts on variables, scripts, items, and other scary things.

Coloring Links

7 years ago

Changing the color of the links? I thought I saw a guide somewhere...?

Coloring Links

7 years ago

nvm nvm

For an overall change, you can put the following in a global page script

$PAGETEXT := "<style> a, a:hover { color: #1E38B1; } </style>" + $PAGETEXT

Or for just a single link put a <span style="color: blue;"> and </span> around the link's text.