Forum Moderators: open
What I did was export as a GIF file then use image mappings for linking from certain points in the process as the department that gave me the 20 Visio files wanted a lot of processes cross linked.
However, if I remember right, someone here helped me through this (I posted this around a half year ago) and might drop in to point out other ways.
Brian
Guess I should of mentioned version :(. I use Visio 5/Pro. When I do "save as HTML" this is what it generates (Drawing 1 being the GIF that I mentioned)..
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<TITLE>Page-1</TITLE>
<META NAME="GENERATOR" CONTENT="Visio 5.0">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<CENTER>
<IMG SRC="Drawing1.gif" ALT="Page-1" BORDER="0">
</CENTER>
<P>
<HR>
<CENTER>
</CENTER>
<BR>
<CENTER>
Page 1 of 1<BR>
</CENTER>
</BODY>
</HTML>
Brian