where is the actual image map file??

This forum is for all Flare issues not related to any of the other categories.
Post Reply
cayennep
Sr. Propeller Head
Posts: 390
Joined: Mon Jul 26, 2010 3:42 pm

where is the actual image map file??

Post by cayennep »

there must be an xml file somewhere, right?

what the heck?!

I want to use relative urls, which Flare is terrible at, so I can test it on a staging server. But the only way I've found to do this normally is to manually edit the text in a text editor. I assume it's the same for this, but where is the file????

help appreciated, thanks
Psider
Propellus Maximus
Posts: 815
Joined: Wed Jul 06, 2011 1:32 am

Re: where is the actual image map file??

Post by Psider »

I think it should just be in the topic code. Certainly it used to be. This is an old example, just to give you an idea. It links to bookmarks within the topic, rather than to separate topics or external topics.

Code: Select all

<p>
    <img src="images/Using_the_online_documentation_1.png" alt="" usemap="#MAP426047871" style="border: none;" border="0" />
    <map id="MAP426047871" name="MAP426047871">
        <area shape="rect" coords="2, 2, 162, 249" title="Navigation pane" href="#1_NavPane" alt="" />
        <area shape="rect" coords="165, 35, 831, 422" title="Topic pane" href="#2_TopicPane" alt="" />
    </map> <![CDATA[ ]]>
</p>
cayennep
Sr. Propeller Head
Posts: 390
Joined: Mon Jul 26, 2010 3:42 pm

Re: where is the actual image map file??

Post by cayennep »

doh!! yup, didn't scroll up in the topic far enough - thanks!
I make extra trouble for myself sometimes, for sure...
Post Reply