Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: HTML in the header

    Quote Originally Posted by Pablosan View Post
    Works just like jettrue said. I took the image out of the stylesheet and just stuck this in tpl_header.php

    Code:
    <!--bof-branding display-->
    <div id="logoWrapper">
    
    <html>
    <head>
    <title>header</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <!-- ImageReady Slices (header.psd) -->
    <img src="../includes/templates/haskellgraphics/images/header_01.gif" width="800" height="125" border="0" alt="" usemap="#header_01_Map">
    <map name="header_01_Map">
    <area shape="rect" alt="" coords="643,105,661,117" href="http://www.estore.haskellgraphics.com/index.php?main_page=contact_us">
    <area shape="rect" alt="" coords="671,105,684,117" href="http://www.estore.haskellgraphics.com/index.php?main_page=contact_us">
    <area shape="rect" alt="" coords="686,105,698,117" href="http://www.estore.haskellgraphics.com/index.php?main_page=contact_us">
    <area shape="rect" alt="" coords="663,108,670,117" href="http://www.estore.haskellgraphics.com/index.php?main_page=contact_us">
    <area shape="rect" alt="" coords="349,103,365,115" href="#">
    <area shape="rect" alt="" coords="366,103,376,118" href="#">
    </map>
    <!-- End ImageReady Slices -->
    </body>
    Now just need to finish the buttons!! Didn't mean to hijack your thread
    You really should have no need to add any of this to tpl_header.php:
    <html>
    <head>
    <title>header</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

    cause zen cart already handles all of that, and you're asking for trouble by adding it again. Also remove the </body> at the end.

  2. #12
    Join Date
    Jan 2007
    Location
    Bellingham, Wa
    Posts
    174
    Plugin Contributions
    0

    Default Re: HTML in the header

    Ok I'll axe em.

    Its completely different now though. Theres a bunch of java in it now ( I went crazy ) but it works. Just copied it over from imageready! Love that thing!

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Can the header include an HTML table?
    By bluealice in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 25 Nov 2009, 08:41 AM
  2. HTML in the header
    By touchclothing in forum Basic Configuration
    Replies: 2
    Last Post: 19 Jun 2006, 10:53 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