At 13:59 -0500 on 01/14/2010, Rich Siegel wrote about Re: I'm new at this:
On 1/14/10 at 1:48 PM, [email protected] (Bucky Junior)
wrote:
Easily? BBEdit will open it easily but my experience with getting
documents that Word had made into html has been abysmal and
frustrating.
Try this: <http://www.stg.brown.edu/edu/tips/word_to_html_with_bbedit_1.html>.
While this helps, there are still problems. Tidy while it does remove
the Office Crud does not put out correct CSS and HTML. First it tags
every paragraph as <p class="style1"> instead of defining a P rule
with the settings that are assigned to style1. Worse, in the tests I
ran, it does not even define style1. The correct method is to have
the .style1 and p rules the same. Each Paragraph is the just <p>. If
there needs to be a style change in the middle of a paragraph (other
than <em> or <strong>) you use a SPAN assigning a CSS class for bold,
italic, whatever and the declare a <span class="style1"> for the rest
of that paragraph if needed.
--
Robert A. Rosenberg
RAR Programming Systems Ltd.
Home: 845-357-0931
Cell: 646-479-1984
Fax: 646-349-4025
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/bbedit?hl=en
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.