You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2023/01/04 14:39:01 UTC

[Issue 113765] export to HTML doesnt generate Image Map to implement Hyperlinks

https://bz.apache.org/ooo/show_bug.cgi?id=113765

damjan@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |damjan@apache.org

--- Comment #6 from damjan@apache.org ---
Following the instructions in comment 2, this works perfectly for me in the
latest Git, generating shapes with links in the HTML file, whether there are 1
or more pages. The links work correctly when clicked. For example here's the
generated HTML for one page's body, with the link:


<center><img src="img1.png" alt="" USEMAP="#map0"></center>
<map name="map0">
<area shape="rect" alt="" coords="129,122,232,215"
href="http://localhost/index.html">
</map>


Please report whether this is still an issue, and whether I reproduced it
correctly?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.