Nice day. I need to create link in an area.
For example, in HTML I would write
<area shape="circle" coords="100,150," 10="" href="circle.html">
or
<area shape="rect" coords="1,2," 10,15="" href="rect.html">
But how can I do it in confluence, using edit mode Wiki Markup?
Sincerely Yours, Serg SSS.
Community moderators have prevented the ability to post new answers.
Hey Serg,
Just replied you in support.atlassian.com, but pasting it here again:
You can just enter that HTML directly using the HTML Macro (if it's enabled, see: https://confluence.atlassian.com/display/CONF32/Enabling+HTML+macros), via <tt>Confluence Admin >> Plugins</tt>, and after that's enabled, you can enter this into the Wiki Markup:
{html}
<area shape="circle" coords="100,150, 10" href="circle.html">
{html}
Thanks and Regards,
Foogie
Thx for answer, it works! And I have only one question: nor {JavaScript}, nor {Java} didn't let me run javascript on the page, so - how can I run JavaScripts/php in confluence, using edit mode Wiki Markup? Or were I could read about it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, new trouble...
The problem - I can see the picture, but can't find a link, so I can't click on it (it's OK with coords, my javascript works like a clock =))
---------------------------------------------------------------------------------------------
{html}
<area shape="circle" coords="706,416,50" href="http://google.com/">
{html}
h2. Google
!google.png|border=0!
---------------------------------------------------------------------------------------------
google.png - picture on the page.
coords - coordinates of link on the picture
---------------------------------------------------------------------------------------------
{html}
<img src="http://confluence.mysite.com/download/attachments/156665551/google.png?version=2&modificationDate=1359539776855" width="1200" height="600" border="0" usemap="#map">
<map name="map">
<area shape="circle" coords="742,396,30" href="http://google.com/">
</map>
---------------------------------------------------------------------------------------------
because if I open the page in Rich Text mode (not Wiki Markup)- it brakes my html code, so I receive something like that when I try to edit it next time
<AREA coords="742,396,30" href="../../../../../../../../../download/attachments/156665551/google.png?version=6&modificationDate=1360235479904" shape="circle"></AREA>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.