Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default How do I insert Text in the Header Between these boxes:

    Hi All,

    I have added the manufacturers drop down menu to the header, just to the left of the search box:

    http://www.limelites.co.uk

    Is there an easy way to insert the word, "OR" in text, right in there between these two boxes?

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How do I insert Text in the Header Between these boxes:

    Make an override copy of includes/templates/template_default/templates/tpl_search_header.php and replace this line
    Code:
        $content .= zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' ' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
    with
    Code:
        $content .= ' OR ' . zen_draw_input_field('keyword', '', 'size="6" maxlength="30" style="width: 100px" value="' . HEADER_SEARCH_DEFAULT_TEXT . '" onfocus="if (this.value == \'' . HEADER_SEARCH_DEFAULT_TEXT . '\') this.value = \'\';" onblur="if (this.value == \'\') this.value = \'' . HEADER_SEARCH_DEFAULT_TEXT . '\';"') . ' ' . zen_image_submit (BUTTON_IMAGE_SEARCH,HEADER_SEARCH_BUTTON);
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: How do I insert Text in the Header Between these boxes:

    Thanks, that should work too, but I managed it another way using a .gif file :-)

 

 

Similar Threads

  1. how to add an image *between* header text and above content??
    By tlyczko in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 2 Mar 2013, 09:54 PM
  2. How to remove space between header & main text?
    By Arkwright in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 12 Mar 2010, 07:31 PM
  3. Insert text (or images) between products
    By pharry in forum General Questions
    Replies: 3
    Last Post: 2 Jul 2009, 06:59 PM
  4. Replies: 6
    Last Post: 24 Dec 2008, 05:23 PM
  5. How do I *tighten up* the space between the header and the start of the content.
    By comicart in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Sep 2008, 05:08 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