Thread: header links

Results 1 to 10 of 21

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: header links

    Quote Originally Posted by fsicody View Post
    last question, then i'm done cuz i need to smoke, how do i get rid of the gap between my banner and my links?

    If you look at the SOURCE CODE of the home page, you will see (near the top):-

    HTML Code:
    <div id="navMainSearch"><form name="quick_find_header" action="http://flowsolutions1.com/test/index.php?main_page=advanced_search_result" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="6" maxlength="30" style="width: 100px" value="Enter search keywords here" onfocus="if (this.value == 'Enter search keywords here') this.value = '';" onblur="if (this.value == '') this.value = 'Enter search keywords here';" />&nbsp;<input type="submit" value="Search" style="width: 45px" /></form></div>
    <br class="clearBoth" />
    </div>
    <!--eof-navigation display-->
    The problem could be:-

    HTML Code:
    <br class="clearBoth" />
    (effects a line break)

    And to see if that IS the issue, do this:-

    Go to:

    includes\templates\template_default\common\tpl_header.php

    Send a copy of tpl_header.php to your hard drive and open it for editing in a good plain text editor.

    Around lines 64, 65, 66, you will see:-

    PHP Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES 'sideboxes/search_header.php'); ?></div>
    <br class="clearBoth" />
    </div>
    COMMENT OUT the <br class="clearBoth" />

    <!--<br class="clearBoth" />-->

    Save the file.

    You now need to FTP it to:

    includes\templates\classic\common\tpl_header.php

    (If you don't have a folder in "classic" called "common", create one.)

    See if this works. If not, you can UNDO the changes - or just delete the tpl_header.php in classic\common.

    (This leaves the ORIGINAL in the template_default\common folder, which will then kick in.)

  2. #2
    Join Date
    Apr 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: header links

    that was it, thank you so much for all your help

  3. #3
    Join Date
    Apr 2008
    Posts
    42
    Plugin Contributions
    0

    Default Re: header links

    on the site we have now, we use cute news on the home page to give customers updates on whats going on with us, can the cute news php script be placed on the main page?

 

 

Similar Threads

  1. Header links
    By zcadqliv in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 23 Feb 2011, 07:41 AM
  2. Separating the Header Links from Sidebox links in CSS
    By mommydesigns in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 May 2007, 02:42 PM
  3. Header Links?
    By bajanboost in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 31 Dec 2006, 09:44 AM
  4. Links in Header
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 13 Sep 2006, 06:03 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