At 7:41 AM -0800 1/14/10, shimon apisdorf wrote: >i'm building my first site using a template at godaddy. > >i have lots of documents in word for mac and want to copy them on to >pages for the site. > >will BBEdit allow me to copy from word to BBE to webpages easily? >retain formatting? > >thanks >any guidance much appreciated >shimon
My way of going at this is to use Text Edit, 1. Open the Word document in Text Edit. 2. "Save As" choosing HTML as your output format. 3. Copy the text (encoded HTML) from the resulting document into your page. 4. Clean with tidy if necessary (usually not needed). If I did it a lot I would build an AppleScript using "textutil" to perform the conversions, pipe it to tidy and save it. See man textutil in terminal HTH JW
-- 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.
