Do you have read the ektron pdf documentation? Since Ektron 2.1 (maybe also
in earlier versions) you can define to not use the embedded style sheets
(you can download an upgrade for ektron 2.6.0.7 for free at www.ektron.com)

<standard autoclean="true" publish="minimal">           <-- publish
="minimal"
<style publishstyles="false" href="/css/ekt_style.css" preservewordstyles
="false"></style>   <-- publishstyles="false"

The second option is to use the embedded cleaner:

<clean charencode="charref" cr="" lf="" preferfonttag="true" reducetags
="true" showdonemsg="true" prompt="true" mswordfilter="true">
<remove>
     <tagonly>span</tagonly>
     <attribute>class</attribute>
     <attribute>style</attribute>
</remove>
</clean>

to remove (in this example) all span tags and all class="..." and style
="..." attributes. You can use your own stylesheet template to match
exactly what you need and very fast.

For more information, just look at the pdf developer documentation found in
/allaire/spectra/ewebeditpro/  .



--
Hendrik Kramer <[EMAIL PROTECTED]>
Teamleiter Web Application Development [VRG E-Solution]
VRG - Vereinigte Rechenzentren GmbH
Mittelkamp 110-118 , 26125 Oldenburg
Tel. (0441) 3907-178 | Fax (0441) 3907-6-178
http://www.e-solution.vrg.de/

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to