Style Dropdown - Joomla! Forum - community, help and support
when editing content in text editor found "styles" drop-down grabs styles template_css.css file. added 2 styles css , after re-starting firefox continue editing, styles turned in drop-down hoped would. however, after that, , attempts same have failed turn in drop-down.
what missing?
here 2 show , work well:
code: select all
.normtxt /*often used style our webpage text*/
{ /* used blue text. */
font-family: times new roman,times,serif;
font-size: 10pt;
font-style: normal;
line-height: normal;
color: #0000cc;
}
.normtitle /*often used style our webpage text*/
{ /* used maroon headlines/titles. */
font-family: verdana,arial,helvetica,sans-serif;
font-size: 12pt;
font-style: normal;
line-height: normal;
font-weight: bold;
color: rgb(115, 29, 52);
}
Comments
Post a Comment