No CSS styles in FCK editor
Posted: Wed Mar 16, 2011 3:55 pm
I want to put the styles of my template into menu of fck editor: I copied the styles from the CSS into the "styles"section but i don't have the color of h2.
Code: Select all
h1, h2, h3, h4, h5 {
line-height: 1.6em;
font-weight: normal;
width: auto;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
color: #00aeef;
}