Click here to Skip to main content
15,886,806 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm in the process of reorganizing my articles. Before I press the 'Publish' button, does anyone know if custom CSS is possible? In one article I want to highlight some in-paragraph text like the following:

CSS
<style type="text/css">
.VseCallout {
   text-transform:uppercase;
   font-weight:bold;
   font-size: 90%;
   }
</style>


In the submission wizard, placing that code at the top in HTML view has the desired effects in the non-HTML view, but a preview indicates the code has no effect, and shows up at the top of the article as plain text. Of course I can hard code each instance, but that is far from optimal.

Thanks,
David
Posted

We filter out a lot of HTML from the article. I don't think we allow tags as this could cause the formatting of the entire page to be disrupted.
 
Share this answer
 
Thanks, Dennis. I'll finish them up the hard way then.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900