Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$5
Position of image map
I want to place the below image map code instead of the header image at this website:
http://www.airlinestaffrates.com/travelmagazine
Where do I insert the code? In which file?
Thanks
Charlotte
<div style="text-align:center; width:980px; margin-left:auto; margin-right:auto;">
<img id="Image-Maps_5201108030707407" src="http://www.airlinestaffrates.com/travelmagazine/wp-content/uploads/2011/08/ASR-travelmagazine-header.jpg" usemap="#Image-Maps_5201108030707407" border="0" width="980" height="89" alt="" />
<map id="_Image-Maps_5201108030707407" name="Image-Maps_5201108030707407">
<area shape="rect" coords="10,10,441,60" href="http://www.airlinestaffrates.com/travelmagazine" alt="Airline Staff Rates - Travel magazine" title="Airline Staff Rates - Travel magazine" />
<area shape="rect" coords="503,23,934,73" href="http://www.airlinestaffrates.com" alt="Airline Staff Rates" title="Airline Staff Rates" />
<area shape="rect" coords="978,87,980,89" href="http://www.image-maps.com/index.php?aff=mapped_users_5201108030707407" alt="Image Map" title="Image Map" />
</map>
</div>
This question has been answered.
Charlotte Raboff | 08/04/11 at 9:38am
Edit
(2) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/04/11
10:04amHai Bui says:Edit this file
/travelmagazine/wp-content/themes/cadabrapress/header.php
and replace
<a href="http://www.airlinestaffrates.com/travelmagazine/"><img src="http://www.airlinestaffrates.com/travelmagazine/wp-content/uploads/2011/08/ASR-travelmagazine-header.jpg" alt="Airline Staff Rates – travel magazine" /></a>
with your image map code.Previous versions of this answer: 08/04/11 at 10:04am
- 08/04/11 10:07am
Charlotte Raboff says:Thanks.... but I can“t find that code in the header.php file.... Which line?
- 08/04/11 10:14am
Hai Bui says:It may not be exactly that code, but similar, it's inside <div class="logo">...</div>
- 08/04/11 10:23am
Hai Bui says:find and replace these lines with your image map code (in header.php):
<a href="<?php echo get_option('home'); ?>/">
<?php if (strlen($wpzoom_misc_logo_path) > 1) { ?>
<img src="<?php echo "$wpzoom_misc_logo_path";?>" alt="<?php bloginfo('name'); ?>" />
<?php } else { ?><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" /><?php } ?>
</a>
- 08/04/11 10:07am
-

Last edited:
08/04/11
10:19amRam Kumar says:search this one:
<div id="topbar" class="dropdown">
<div class="logo">
<a href="http://www.airlinestaffrates.com/travelmagazine/"><img src="http://www.airlinestaffrates.com/travelmagazine/wp-content/uploads/2011/08/ASR-travelmagazine-header.jpg" alt="Airline Staff Rates – travel magazine" /></a>
</div>
here you paste your code:
bla bla bla
that's it.- 08/04/11 10:20am
Ram Kumar says:if it is not in header.php just check out index.php.
- 08/04/11 10:20am
This question has expired.
Charlotte Raboff voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
