Trying to figure out how to get CSS classes to show up in the insert/edit link dialog box (screenshot attached). By default nothing appears in that drop-down menu.
I can manually type in a class name on the "Advanced" tab, but it would be preferable to allow the user to select a class from a list (like with the typography styles).
Thanks, I guess you're right -- thing is, in Firefox it doesn't work for some reason. Tried Safari and the classes show up in the menu as they should, Chrome works also.
I'm still using version 3.5 of Firefox (had problems with 3.6), maybe that has something to do with it -- I will see...
Did anyone come across a solution to this anomoly? I have found that Firefox 5.3 doesnt show the classes either - but weirdly they do come up in Safari and other browsers..
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.
.big-blue-text {
font-size: larger; color: blue;
}
or this:
a.big-blue-text {
font-size: larger; color: blue;
}
It worked for me.