The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Drupal Image Mapping, Issues with drupal reading HTML
tamar
post Dec 23 2014, 03:09 PM
Post #1





Group: Members
Posts: 1
Joined: 23-December 14
Member No.: 21,962



Hi,

I am new to HTML and so I am manually writing some html for various webpages I'm creating on Drupal.

I recently tried to create an image map on Drupal and the image is not showing up. The actual image map works, but no image is being displayed even though I uploaded the jpg to the website. Only the alt text shows. I've allowed full HTML for the input format.

Looks like this:

<img src="/files/uploaded/filename.jpg" width="564" alt="File Name" usemap="#mapname" height="107">
<map name="mapname">
<area href="#tag1" shape="rect" linktype="anchor" coords="0,0,98,107">
<area href="#tag2" shape="rect" linktype="anchor" coords="99,0,231,108">
<area href="#tag3" shape="rect" linktype="anchor" coords="232,0,350,107">
<area href="#tag4" shape="rect" linktype="anchor" coords="352,0,444,107">
<area href="#tag5" shape="rect" linktype="anchor" coords="446,0,563,107">
</map>

Then I anchored the text that follows with the appropriate tags.

From my perspective, I can't see anything wrong and it seems like it may be more of something I need to do on Drupal.

Does anyone see any mistakes in the code or have some experience with this on Drupal?

This post has been edited by tamar: Dec 23 2014, 03:10 PM
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 23 2014, 03:36 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



QUOTE(tamar @ Dec 23 2014, 09:09 PM) *

Then I anchored the text that follows with the appropriate tags.


So how does that look?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 02:08 PM