problems with Export to HTML
- To: mathgroup at smc.vnet.net
- Subject: [mg78515] problems with Export to HTML
- From: Ken Levasseur <klevasseur at mac.com>
- Date: Tue, 3 Jul 2007 05:36:26 -0400 (EDT)
I've been trying to export a Notebook to a web page in Mathematica
6.0 and have been unsuccessful using either the menu item "Save as"
or the Export function. If I use the menu item, I get a blank html
page. If I evaluate the expression
Export["Testing.html", "Testing.nb", "HTML"]
I get a page with just the string "Testing.nb" in it. I can see
why, but I also can't find documentation on how to use Export the
same way as HTMLSave, which is now obsolete.
HTMLSave does still work, but evaluating the expression
HTMLSave["Testing.html", "Testing.nb"]
doesn't create a link to the contents of a closed group, if there is
one.
Ken Levasseur
UMass Lowell
- Follow-Ups:
- Re: problems with Export to HTML
- From: "Igor C. Antonio" <igora@wolf-ram.com>
- Re: problems with Export to HTML