Non-threaded

Forums » Advanced Editor Forum » Read Thread

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

How to change title and link colors?

10 years ago

Hello!

I was wondering how you would change the color of the text for the title of a page and for the links on that page.

Keep in mind that I had Bradin set up some HTML script on one of the pages to make a keyboard, but there IS a link to continue that looks like the normal link, only with HTML. I do NOT want to change the color of those links except for the "continue" link, because I am using a dark background for the first chapter and the links don't show up well (the titles barely show up at all). I was hoping someone could help me change the link colors for the regular links, the one HTML link, and the titles.......

How to change title and link colors?

10 years ago
I use the font tag.

[font color=#FF7FB6] TEXT [/font]

Using >< instead of ][

The #FF7FB6 is hexidecimal code for a colour. Google hexadecimal colors for more of them.

How to change title and link colors?

10 years ago

Alright thanks! I'll do that!