Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: ImageMap Explanation

    Part is the php close tags order
    Code:
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT, 'name="logo" usemap="#logo"') . '</a>'; ?><map name="logo"><?php echo HEADER_LOGO_IMAGEMAP; ?></map></div>
    Pretty sure that it should be last like:
    Code:
    HEADER_LOGO_IMAGEMAP; </map></div> ?>
    and may be others ??

    You can check validation at http://validator.w3.org for yourself

  2. #2
    Join Date
    Apr 2007
    Posts
    22
    Plugin Contributions
    0

    Default Re: ImageMap Explanation

    I'm trying this to enable my image map, but I'm getting php errors. Is this code right?......(obviously if I'm getting errors, it's not...)

    So what's wrong with the code? I can't put my site up till I get the image map working!

    Help!!!

 

 

Similar Threads

  1. ImageMap in the logo...?
    By LloydDobbler in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 8 Jan 2009, 01:22 AM
  2. Logo ImageMap
    By DeniseF in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Aug 2008, 03:00 AM
  3. No subcatecory links - use my imagemap
    By bbkidsdad in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 11 May 2008, 07:57 PM
  4. Imagemap in logo
    By bellagraysboutique in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Oct 2007, 05:20 PM
  5. I'm so lost and so tired. Imagemap... please help...
    By Vood in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Sep 2007, 01:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg