-
I have a banner with an integrated title on it, so I removed the default title display by modifying the h1 line in index.php to say this:
<h1 id="header">"></h1>
The problem is that people used to be able to click the title to return to the top page of my blog. I’d like to either…
1. Set hotspots within my banner, or if that’s too difficult…
2. Have the entire header area act as a ‘return to home’ link.
How do I do either of these? I use Fireworks and created a hotspot using my graphic, and it threw off the code below. Not sure where it goes in wp, though….
<html>
<head>
<title>filename.gif</title>
<meta http-equiv="Content-Type" content="text/html;">
</head>
<body bgcolor="#ffffff">
<map name="m_null"></map>
</body>
</html>Thanks.
- The topic ‘’ is closed to new replies.