Full service web hosting, great prices and support. Starts at $1.99/month!
Results 1 to 2 of 2

Thread: move title up in code? should be right after <head>

  1. #1
    fridgemags
    Guest


    Default move title up in code? should be right after <head>

    I need to know if there is a way to move the title tag up in the html code that a client browser sees.

    I say this because the proper way to code a page in html is to have the title directly after the &lt;/head> tag.

    I tried moving the code up in the mainpage.tpl.php file but when viewed in a browser my title said something like &lt;title> Meta_tags&lt;/title> so moving the code up in the main_page.tpl.php file obviously broke the code.

    Is there a way to make the titlecome directly after the &lt;head> tag.

    You can go to http://www.fridgemags.com and check ... for any help.

  2. #2
    osCMax Developer


    move title up in code? should be right after &lt;head&gt;


    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    23,134
    Contribute If you enjoy reading the
    content here, click the below
    image to support our site.
    Click Here To Contribute To Our Site

    Total Contributions For

    michael_s     $ 10.00
    Rep Power
    598


    Default here...

    You have to move 2 lines to just below the head tag:

    Code:
    &lt;?php require&#40;DIR_WS_INCLUDES . 'meta_tags.php'&#41;; ?>
    &lt;title>&lt;?php echo META_TAG_TITLE; ?>&lt;/title>
    See, META_TAG_TITLE is defined in meta_tags.php, so meta_tags.php must be included before you echo META_TAG_TITLE

Similar Threads

  1. How 2 change <title>osCommerce</title>
    By vannelle in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 06-08-2004, 03:25 PM
  2. Postal code label and input box shifted left after move
    By cvc505 in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 06-09-2003, 07:56 PM
  3. Beating head on keyboard missing php
    By stasha in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 03-29-2003, 07:19 PM
  4. How Do I Move Delete and Move Boxes Around?
    By OyedeleG in forum osCommerce 2.2 Modification Help
    Replies: 2
    Last Post: 03-18-2003, 01:37 AM
  5. How to edit <head>
    By pgowder in forum osCommerce 2.2 Modification Help
    Replies: 5
    Last Post: 01-03-2003, 09:00 AM

Bookmarks

Bookmarks

Posting Permissions

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