Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Paragraph Styles
Re: Paragraph Styles
01-13-2005, 12:48 PM
rwtl
Joined on 11-09-2004
Posts 6
Re: Paragraph Styles
Reply
Quote
I have specified my stylesheet using the editorwysiwigcss property, this makes everything in the editor window work fine.
Below is an example of my dropdown config file
<item text="[[Heading 1]]" value="<H1>">
<html><![CDATA[<h1>[[Heading 1]]</h1>]]></html>
</item>
this specifies <h1> around the text as in your post above, but from the picture you can see the text is different from what is displayed on the editor.
Am i missing something ?
View Complete Thread