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, 11:18 AM
rwtl
Joined on 11-09-2004
Posts 6
Re: Paragraph Styles
Reply
Quote
Adam,
i want my stylesheet to automatically set how each tag displays i.e. i have put <h1> round Heading 1 expecting it to use my stylesheet properties. Below is an example of my config !
<FormatBlock>
<item text="[[Normal]]" value="<P>">
<html><![CDATA[[[Normal]]]]></html>
</item>
<item text="[[Heading 1]]" value="<H1>">
<html><![CDATA[<h1>[[Heading 1]]</h1>]]></html>
</item>
<item text="[[Heading 2]]" value="<H2>">
<html><![CDATA[<h2>[[Heading 2]]</h2>]]></html>
</item>
<item text="[[Heading 3]]" value="H<H3>">
<html><![CDATA[<h3>[[Heading 3]]</h3>]]></html>
</item>
<item text="[[Heading 4]]" value="<H4>">
<html><![CDATA[<h4>[[Heading 4]]</h4>]]></html>
</item>
<item text="[[Heading 5]]" value="<H5>">
<html><![CDATA[<h5>[[Heading 5]]</h5>]]></html>
</item>
<item text="[[Heading 6]]" value="<H6>">
<html><![CDATA[<h6>[[Heading 6]]</h6>]]></html>
</item>
<item text="[[Address]]" value="<Address>">
<html><![CDATA[[[Address]]]]></html>
</item>
<item text="[[MenuList]]" value="<MENU>">
<html><![CDATA[[[MenuList]]]]></html>
</item>
<item text="[[Formatted]]" value="<PRE>">
<html><![CDATA[[[Formatted]]]]></html>
</item>
<item text="[[Definition Term]]" value="<DT>">
<html><![CDATA[[[Definition Term]]]]></html>
</item>
</FormatBlock>
Am i making sense here?
Cheers
View Complete Thread