Is it possible to use image mapping in weebly? I have an image that I want to use to navigate . . .

Is it possible to use image mapping in weebly? I have an image that I want to use to navigate to other pages.  I found where I can embed code but first I need to store the image somewhere for the code to access it.  Can someone please help.

1,853 Views
Message 1 of 9
Report
8 REPLIES 8

@ymccann 

Go to your code editor, THEME-EDIT HTML/CSS. On the left side you should see a directory called ASSETS. Click on the cogwheel symbol alongside and upload your image, either in the root directory as a single file or create a new folder to house it (better if you have more than one image). When it uploads click on the image to open it. Right click on the image and select COPY IMAGE ADDRESS. Then paste that address into your code.

Hope this helps, Gary

1,842 Views
Message 4 of 9
Report

Thank you Gary. That worked!

1,838 Views
Message 4 of 9
Report

Is there any way to use image mapping with the built in image gallery?

1,776 Views
Message 6 of 9
Report

@bedcanaanmag 

I doubt it. Galleries will only accept .jpg and .png formats which are static images. You  can use the entire image as a link, sure, but not have sepate links for different areas of the image. Image maps require specific HTML and sometimes javascript to work. Youi'll have to embed that code into an HTML element.

Gary

1,774 Views
Message 6 of 9
Report

I thought I had a bright idea Smiley Frustrated. I had an image map for years on one of my websites, that worked perfectly with embedded code of Weebly, but I had to change the location of the image. I thought Dropbox would be a perfect place, so I introduced the following embedded code:

<img src="https://www.dropbox.com/s/dk2kms4r6bkihvu/Menuboom_800.png?dl=0?" width="800" height="794" border="0" usemap="#imap_80">

The funny thing is that the URL yields the png picture in a browser, but it doesn't show the picture with the above embedded code in Weebly. Did I overlook something?

---

Kind regards, Ruud

1,668 Views
Message 10 of 9
Report
Square

Thanks for posting, @Ruud_Mans 

I moved your post over to this thread where a similar issue is discussed. There's also another discussion here

Did you change anything about the code other than the image url? 

1,637 Views
Message 10 of 9
Report

No I didn't change anything else ... just the URL where the image is located.

1,629 Views
Message 10 of 9
Report

Thanks to the advice of Gary, I succeeded. So I uploaded my images in the assets of my theme, copied the URL and voilá... it works.

Of course I could pursue my attempts with a dropbox image, but what the heck ... why should I when this works perfectly.

Thanks very much, Gary!

1,625 Views
Message 10 of 9
Report