
06-13-2012, 12:47 AM
|
 |
|
|
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Falcon Capt
How do you use HTML to change the font color of a menu item. When I put this in the Title of a menu item:
Code:
<span style="color:green;font-weight:bold;">Renew/Extend Your Membership</span>
I get the following error:
I am also now getting the following error on nearly all of my menu items:
I'm also running into a problem where after several edits of a menu item, I can no longer make changes to it (the changes appear to save, but when you go back and look, they didn't save).
|
Use this instead
Code:
<font color="green"><b>Renew/Extend Your Membership</b></font>
|