ambiera logo

Ambiera Forum

Discussions, Help and Support.

folder icon Ambiera Forum > RocketCake
forum topic indicator Multiple link areas on a single picture?
person icon
otosh
Registered User
Quote
2025-11-24 23:38:13

Is it possible to define sections of a single image that can contain different hyperlinks?

I have one larger image that has specific boxes. Can I define those boxes on the image so that they can click on it when they mouse over?

person icon
david86
Registered User
Quote
2025-11-25 08:10:33

This is how my test worked:

In the “Additional attributes” section of the image, enter
 usemap="my-map" 


In “Code before this element”, enter
<map name="my-map">
<!-- Rectangle: x1, y1, x2, y2 -->
<area shape="rect" coords="50,50,200,150" href="https://link1.com" alt="Box 1">

<!-- Circle: center-x, center-y, radius -->
<area shape="circle" coords="300,200,50" href="https://link2.com" alt="Box 2">

<!-- Polygon: x1,y1, x2,y2, x3,y3, ... -->
<area shape="poly" coords="400,100,450,150,420,200" href="https://link3.com" alt="Box 3">
</map>


(The names of these fields might not be 100% accurate, because I’m using the German version of RC.)


Create reply:










 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


icon_holyicon_cryicon_devilicon_lookicon_grinicon_kissicon_monkeyicon_hmpf
icon_sadicon_happyicon_smileicon_uhicon_blink   






Copyright© Ambiera e.U. all rights reserved.
Contact | Imprint | Products | Privacy Policy | Terms and Conditions |