Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Visual Format Editor help needed! - Advanced
System
3 questions:
1) even after changing my visualformatconfig.xml file to use this (which is supposed to strip almost all extra tags):
<style publishstyles="false"
href="[eWebEditProPath]/ektnormal.css"
equivClass="all"
wrapstylewithdiv="false"
preservewordstyles="false"
preservewordclasses="false"
>
i still get lots of junk when pasting in from Word 2002 (it still has font and ms classes!).
<ul type="disc">
<li class="MsoNormal"><font size="2">High school diploma required; Business school or some college preferred</font></li>
<li class="MsoNormal"><font size="2">Three years administrative experience is required or relevant related experience</font></li>
<li class="MsoNormal"><font size="2">Strong PC skills, including knowledge of Microsoft Word and Excel required; Knowledge of Microsoft PowerPoint and experience with PeopleSoft preferred</font></li>
</ul>
I would like it to remove ALL:
class="MsoNormal"
<span> tags
<font> tags
empty <div> tags
Here is how i would like the code to look
<ul type="square">
<li>High school diploma required; Business school or some college preferred</li>
<li>Three years administrative experience is required or relevant related experience</li>
<li>Strong PC skills, including knowledge of Microsoft Word and Excel required; Knowledge of Microsoft PowerPoint and experience with PeopleSoft preferred</li>
</ul>
2) how do i default all bulleted lists pasted into the VFE from MS word so they appear exactly in this format (square)?
<ul type="square">
<li>Item 1</li>
<li>Item 2</li>
<li>item 3</li>
</ul>
3) How do I make eWebEditPro start in HTML mode instead of WYSIWYG mode?
---------------------
Eric B.
Federated Investors
AOL IM: arthas76
Find more posts tagged with
Comments
There are no comments yet