hi I have created a css file in which folllowing entries are there for css
.red
{
font-size:14px;
color: ffcccc;
background-color:#000000;
}
.blue
{
font-size:15px;
font-weight:bold;
text-decoration: blink;
color:#ccffff;
background-color:#3366ff;
}
.majorcrisis
{
font-size:15px;
font-weight:bold;
text-decoration: blink;
color:#ccffff;
background-color:#000000;
}
I modified the toolsfile.xml file with the following entries
<classes>
<class name="Clear Class" value="" />
<class name="No Crisis Style" value=".red" />
<class name="Minor Crisis Style" value=".blue" />
<class name="Major Crisis Style" value=".majorcrisis" />
</classes>
<cssFiles>
<item name="/_wpresources/RadEditorSharePoint/5.6.2.0__1f131a624888eeed/Resources/ExternalCssFiles/CrisisComm.css" />
</cssFiles>
here when I check my page in sharepoint only red and blue but not the majorcrisis.If I change the name of "blue" or "red" css to any other name it doesnot work.Why is it happening so?
.red
{
font-size:14px;
color: ffcccc;
background-color:#000000;
}
.blue
{
font-size:15px;
font-weight:bold;
text-decoration: blink;
color:#ccffff;
background-color:#3366ff;
}
.majorcrisis
{
font-size:15px;
font-weight:bold;
text-decoration: blink;
color:#ccffff;
background-color:#000000;
}
I modified the toolsfile.xml file with the following entries
<classes>
<class name="Clear Class" value="" />
<class name="No Crisis Style" value=".red" />
<class name="Minor Crisis Style" value=".blue" />
<class name="Major Crisis Style" value=".majorcrisis" />
</classes>
<cssFiles>
<item name="/_wpresources/RadEditorSharePoint/5.6.2.0__1f131a624888eeed/Resources/ExternalCssFiles/CrisisComm.css" />
</cssFiles>
here when I check my page in sharepoint only red and blue but not the majorcrisis.If I change the name of "blue" or "red" css to any other name it doesnot work.Why is it happening so?