adding css border & shading to just part of a content item... - Joomla! Forum - community, help and support
hi, created following css , added template's css file. hope i'd able use style drop down menu in tiny mce editor highlight text , add style in content item:
.jobtableoutline {
border: 1px dotted #999999;
font-family: arial, helvetica, sans-serif;
background-color: #f9f9f9;
padding: 8px;
margin: 0px;
font-size: 12px;
font-weight: normal;
color: #000000;
}
i see of other css styles in drop down not one. doing wrong? thanks!
aj
.jobtableoutline {
border: 1px dotted #999999;
font-family: arial, helvetica, sans-serif;
background-color: #f9f9f9;
padding: 8px;
margin: 0px;
font-size: 12px;
font-weight: normal;
color: #000000;
}
i see of other css styles in drop down not one. doing wrong? thanks!
aj
Comments
Post a Comment