Please help this is driving me crazy!
my site: nakedhedgefund.com
I just want the tabs "brokers" "trading desk" etc to be hyperlinks to respective pages.
I made the header in fireworks and tried using the html code below by plugging it into header.php , but it did not work.
<html>
<head>
<title>header</title>
<meta http-equiv="Content-Type" content="text/html;">
<!-- Fireworks MX Dreamweaver MX target. Created Thu Nov 20 21:14:49 GMT-0800 (Pacific Standard Time) 2008-->
</head>
<body bgcolor="#ffffff">
<img name="header" src="header.jpg" width="1382" height="216" border="0" usemap="#m_header" alt=""><map name="m_header">
<area shape="rect" coords="1024,143,1162,173" href="tutorials" alt="" >
<area shape="rect" coords="857,142,992,174" href="trading" alt="" >
<area shape="rect" coords="689,139,827,176" href="bank" alt="" >
<area shape="rect" coords="519,140,670,175" href="brokers" alt="" >
</map>
</body>
</html>