Does anyone have any code examples for ECS with Cascading Style Sheets that 
are more complicated than the ones in TestBed.java.

Specificially I need to implement inline styles such as:
<P style="font-size: 10pt; font-family: times" id="p10"> foo </P>
<SPAN style="font-size: 10pt; font-family: times" id="s10"> bar </SPAN>

<STYLE>
BODY {background:#000000; color: #FFFF00; margin-left:0.5in}
H2 {font-size:18pt; color:#FF0000; background:#FFFFFF}
P {font-size:10pt}
</STYLE>

<H2 id="h2_1"> Using a style. </H2>

The examples given don't give examples of adding more than one clause to 
the P and SPAN tags or how to generate the entries within the STYLE tag. 
 Also how to you reference the created style types (see last line of 
example HTML above).  Thanks for any help you can render.

Michael Wilson
Software Engineer
SONY PICTURES IMAGEWORKS
9050 W. Washington Blvd. Culver City, CA  90232
phone:  (310) 840-8469
cell: (310) 463-1514
pager:  (310) 298-6316
email:  [EMAIL PROTECTED]



--
------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to