Results 1 to 4 of 4

Thread: Image Map in Logo

  1. #1
    Thread Starter
    Rookie
    Not a Verified Customer
    ricland's Avatar
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Image Map in Logo

    Where do I add this image and image map if it is my logo?
    <MAP NAME="map1">
    <AREA SHAPE="RECT" COORDS="66,60,351,121" HREF="http://newsquick.net" TITLE="">
    <AREA SHAPE="RECT" COORDS="379,63,651,103" HREF="http://newsnik.nik" TITLE="">
    <AREA SHAPE="RECT" COORDS="686,64,829,117" HREF="http://vireporter.com" TITLE="">
    </MAP>
    [img]image/logo.jpg[/img]


    ---------------------------------------------------------------------------------------->


    Code:
    <div class="header">
    		<div class="header_left">
    
    [img]<?php bloginfo('template_url'); ?>/images/logo.jpg[/img]</a></div>
    
    			
    
    <?php bloginfo('description'); ?></p>
    		</div>

  2. #2
    Thread Starter
    Rookie
    Not a Verified Customer
    ricland's Avatar
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Image Map in Logo

    I should say, the image is a logo add I want it to go where the code is I included above

  3. #3
    Founder dcowgill's Avatar
    Join Date
    Mar 2009
    Location
    San Francisco, CA
    Posts
    1,939
    Thanks
    66
    Thanked 135 Times in 99 Posts

    Re: Image Map in Logo

    You can take the map code and put it anywhere in the header.

    Code:
    <MAP NAME="map1">
    <AREA SHAPE="RECT" COORDS="66,60,351,121" HREF="http://newsquick.net" TITLE="">
    <AREA SHAPE="RECT" COORDS="379,63,651,103" HREF="http://newsnik.nik" TITLE="">
    <AREA SHAPE="RECT" COORDS="686,64,829,117" HREF="http://vireporter.com" TITLE="">
    </MAP>
    Then you'd want to edit the existing logo code like such:
    Code:
    [img]<?php bloginfo('template_url'); ?>/images/logo.jpg[/img]
    Give that a shot and see if it works ok.

  4. #4
    Thread Starter
    Rookie
    Not a Verified Customer
    ricland's Avatar
    Join Date
    May 2009
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Re: Image Map in Logo

    Thanks,

    Worked like a charm

    ric

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Displaying a Main Image or Large Image for listings
    By kwave12 in forum ClassiPress General Discussion
    Replies: 20
    Last Post: December 10th, 2010, 03:47 PM