Comment

Tech Note: The LGF Image Library App

33
Charles Johnson9/23/2012 3:14:22 pm PDT

re: #30 CuriousLurker

Minor Pages bug: When adding a custom style that has a color property, using hex colors works fine as long as they’re numbers. When you try to do it with anything that uses letters it fails, however if you use rgb instead, it works:

#777 = works
#39C = fails
rgb(51,153,204) = works

Oh yes — that’s because of the code that automatically turns phrases starting with ‘#’ into Twitter hashtag links. The workaround, as you already discovered, is to use rgb settings instead, or CSS color keywords.