0

We have a process flow document that requires multiple hyperlinks per object. It appears that the only the VML web format supports this.

Since we upgraded to Visio 2010, the Save As... HTML format dialog box is missing the publish button. We need this button to choose the VML format. However, some sites claim that you can set the output to VML if you put the filename in quotes, though this does not work for us.

How can we get Visio 2010 to save to web in VML format so that we can have multiple hyperlinks per object?

David
  • 9,334

1 Answers1

0

This is due to a bug in 2010 Standard Edition, there is a work around that will get you the Publish dialog:

  1. Select the File tab, and choose "Save As"
  2. Choose the folder where you want to save the file
  3. Add the file name and extension (.html) with quotes around it, such as "MyDrawing.html"
  4. Leave the File type as 'drawing'.
  5. Press Save

At this point the Publish dialog should appear and allow you to select the desired options.

Also - since the Publish options are stored in the registry, you will only need to use this work around when you need to make a change to the settings.

After you do this, you will need to add the below line to the output file to fix a bug in the newer versions of IE where the page appears blank:

<meta http-equiv="X-UA-Compatible" content="IE=7, IE=8"> 

Source

David
  • 9,334