How to create Image map in VS .Net

  • Thread starter Thread starter TAM
  • Start date Start date
T

TAM

Hi

Sorry for posting in the wrong newsgroup but posting with the hope that
someone will answer. I was wondering if anyone can tell me if I can create
image map in Visual Studio .Net? I know it is very easy to create image map
in Dreamweaver but
don't know how to create it in Visual Studio .Net.

Thanks

Tam
 
Hi Tam,

I don't know that VS provides a designer for image maps. There's no
indication of such in the help. You can set the <img>'s ismap and mapsrc
properties when in Design mode. Then use Intellisense in the Html window to
guide the creation of the <map> and <area> tags. I suspect, however, that
you'd like Dreamweaver's drawing ability.

I think the easiest path, assuming that you have it, is to do the map in
Dreamweaver and play cut and paste with the Html.

Regards,
Fergfus
 
* "TAM said:
Sorry for posting in the wrong newsgroup but posting with the hope that
someone will answer. I was wondering if anyone can tell me if I can create
image map in Visual Studio .Net? I know it is very easy to create image map
in Dreamweaver but
don't know how to create it in Visual Studio .Net.

That's not topic of this group. You may want to ask questions like this
in the ASP.NET group:

<
Web interface:

<http://msdn.microsoft.com/newsgroup...roup=microsoft.public.dotnet.framework.aspnet>

In the HTML editor of VS.NET, right click an image and select its
'Properties' from the context menu. There you can specify a data file
containing information for the image map.
 
Back
Top