that's great, but how do I use it ?

Davamundo <[email protected]> Mon, 16 Sep 2002 02:09:56 -0400
Newsgroups gmane.comp.mozilla.composer.cascades
Organization Mozdev.org
Message-ID <[email protected]>
I'm hoping to use .css as an html based screenwiting program using Composer.

I found a stylesheet but don't know how to impliment it or assign styles.

any suggestions ?
how does one learn to use CaScadeS ?

============================================================

<html>

<head>

<title></title>

<style>

<!--

.HEADING { text-transform: uppercase; page-break-after: avoid; 
font-family: Courier New }

.CHARACTER { text-transform: uppercase; margin-left: 5.69cm; 
margin-bottom: 0em; page-break-after: avoid; font-family: Courier New}

.Parenthesis { margin-left: 4.06cm; margin-right: 4.06cm; margin-top: 
0em; margin-bottom: 0em;page-break-after: avoid; page-break-inside: 
avoid; font-family: Courier New }

.Dialogue { margin-left: 2.51cm; margin-right: 2.51cm; margin-top: 0em; 
margin-bottom: 0em; page-break-inside: avoid; font-family: Courier New }

.Description { font-family: Courier New }

-->

</style>

</head>

<body>

</body>

</html>