Link to home
Start Free TrialLog in
Avatar of dirkil2
dirkil2

asked on

ASP.NET: how to set area href in page template?

Hi there!

On my ASP.NET web site I use a page template. On that template there is a map with an area definition like in the code snippet.

The problem is that the url for that link is fixed and that causes problems when I have pages with that template on a different directory level.

Any idea how I can solve that problem?

Regards,
Dirk.

<map name="BannerMap" id="BannerMap">
  <area shape="rect" coords="360,183,451,214" href="mylink.aspx" />
</map>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of NazoUK
NazoUK
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial