RE: [Zope] Newbie Q: Insert Word Files into Table Cell?
I expect you need to convert the Word file into HTML or Text first using a parser. Once you've got it converted you should be able to insert the parsers output into the table as you would any other text or HTML content. There are a few available to choose from on the Net, which one suits your purpose best depends on your platform and what you do/don't want done to the Word document when it's parsed. Fraid I don't have time to give more detail today HTH, Lee
From: Kevin Jones <ktmi@earthlink.net> To: zope@zope.org Subject: [Zope] Newbie Q: Insert Word Files into Table Cell? Date: Wed, 17 Mar 2004 17:58:02 -0700
Hi-
I just joined the list and am a relative newbie....
I want to place a MSWord file into a table cell. But I *do not* want a link-- I want the file itself to open automatically and look like the original word document (I don't want/need to edit the file). I got it to work several ways, but the file has a multitude of symbols, extraneous text, lines, etc, mixed in with the text.
This seems like it ought to be easy, it works fine if I place an <a href=...> link in the table cell.
Any help greatly appreciated, much thanks in advance!
Kevin
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
_________________________________________________________________ Add photos to your messages with MSN Premium. Get 2 months FREE* http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=htt...
participants (1)
-
Lee J. McAllister