I have tried to make an Image Map with 2 links in header with the following code in header.php But that doesn’t work. Is there a solution to this problem?
<header id="header" role="banner" onclick="location.href='
';" style="cursor: pointer;">
Regards, Carl
<map> tags are associated with <img> tags through the usemap=”…” argument. Your code lacks an <img> tag entirely.
Y have tried to change it to
http://flying-fish.dk/code/oavisen.txt
But still it not work?