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
Argh I try agin
http://flying-fish.dk/code/header.txt
-
This reply was modified 12 years, 10 months ago by Carl Andersen.
<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?
-
This reply was modified 12 years, 10 months ago by Carl Andersen.