Results 1 to 10 of 18

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Please help with header!

    I created an image map for my header and put the code in the tpl_header.php. However, in my browser, the header image is not showing. Instead there is just a box with a fine border. The links inside work...just no image. Also, it is pushing all my content further down on the page then it was before. Any help would be greatly appreciated! TIA!

    Oh, here's my site www.noahsarcade.com/store

    -ally

  2. #2
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!


  3. #3
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Please help with header!

    Thank you for your response, but unfortunately it did not help my problem. Here is my code that I placed in the tpl_header.php. Am I doing something wrong?

    <div align="center">
    <img name= naimg src=
    "file://url..images/NA_menubar.png"
    width="806"
    height="184"
    border="0"
    alt=""
    usemap="#account" />
    <map name="account" id="account">
    <area shape="rect" coords="293,124,350,152" href="http://noahsarcade.com/store/" target="_self" alt="home" />
    <area shape="rect" coords="374,122,453,156" href="http://noahsarcade.com/store/index.php?main_page=login" target="_self" alt="Log In" />
    <area shape="rect" coords="476,119,612,152" href="http://noahsarcade.com/store/index.php?main_page=shopping_cart" target="_self" alt="Shopping Cart" />
    <area shape="rect" coords="634,123,777,150" href="http://noahsarcade.com/store/index.php?main_page=login" target="_self" alt="Create Account" />
    </map>

  4. #4
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!

    Should be along lines of code below.
    ALTER sizes,co-ordinates, template name and image name to suit your
    requirements
    Code:
    <div id="headerWrapper">
    <!--bof-branding display-->
        <div align="center"><img src="includes/templates/nameofyourtemplate/yourimage.jpg" width="760" height="324" border="0" usemap="#Map">
       <map name="Map">
         <area shape="rect" coords="9,6,239,72" href="index.php" target="_self" alt="index">
         <area shape="rect" coords="331,25,389,59" href="account.php" target="_self" alt="Login In">
         <area shape="rect" coords="395,26,484,62" href="cart.php" target="_self" alt="Shopping Cart">
         <area shape="rect" coords="491,27,558,62" href="checkout.php" target="_self" alt="Checkout">
         <area shape="rect" coords="565,27,623,63" href="contact.php" target="_self" alt="Contact">
         <area shape="rect" coords="629,28,686,63" href="logout.php" target="_self" alt="Logout">
         <area shape="rect" coords="689,30,733,62" href="index.php" target="_self" alt="Home">
         <area shape="rect" coords="17,82,125,113" href="privacy.php" target="_self" alt="Privacy">
         <area shape="rect" coords="148,83,242,113" href="faq.php" target="_self" alt="FAQ">
         <area shape="rect" coords="272,84,380,115" href="contact.php" target="_self" alt="Contact">
         <area shape="rect" coords="413,85,577,114" href="products.php" target="_self" alt="All Products">
         <area shape="rect" coords="599,82,746,114" href="downloads.php" target="_self" alt="Downloads">
       </map>
     </div>

  5. #5
    Join Date
    May 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Please help with header!

    Brilliant! Thank you Misty...I don't know what I was doing wrong but this code worked...yay!

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Please help with header!

    Quote Originally Posted by noahsarcade View Post
    Brilliant! Thank you Misty...I don't know what I was doing wrong but this code worked...yay!
    No problem...your site looking good.. well done!!

 

 

Similar Threads

  1. Please help with image in header
    By autot in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 2 Feb 2009, 05:45 AM
  2. oops! Help with Header - PLEASE
    By chachab in forum Basic Configuration
    Replies: 1
    Last Post: 25 May 2008, 08:43 AM
  3. Help with header please..
    By Pariseau in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Feb 2008, 06:31 AM
  4. Please help with search header
    By james739 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Jul 2007, 04:50 AM

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