MyBB Community Forums

Full Version: Menu Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I added a custom link to the menu Bar (next to search) it works fine however i tired to change the words to red and it didn't work it just remains black.

This is the code i am using and adding to the template:

<li><font color="#FF0000"><A HREF="http://www.classonerailroads.com/index.php">Visit the Gallery</li></font></A>

Cheers,

Reece
Try this:

<li><A style="color: #FF0000;" HREF="http://www.classonerailroads.com/index.php">Visit the Gallery</li></A>
Thanks ever so much mate Smile

It works.

Cheers,

Reece