Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    3
    Plugin Contributions
    0

    Default Re: Head's tags goes into body tag.

    I could not edit the post anymore so here is an update:
    I put comments wrapping the head and body tags. In that format: <!-- ***** START/END OF HEAD/BODY ***** -->
    As you can see another thing is happening I put the END OF BODY after the ending body tag and although it's before it.
    Thanks again.

  2. #2
    Join Date
    Jan 2014
    Posts
    2
    Plugin Contributions
    0

    Default Re: Head's tags goes into body tag.

    I have the same problem and my site is only in english. Have you found a solution?

  3. #3
    Join Date
    Jan 2014
    Posts
    2
    Plugin Contributions
    0

    Default Re: Head's tags goes into body tag.

    Ok. I figured it out...
    It was a problem with my configure.php file.
    I wasn't paying attention and it was not uploading due to a permissions issue.
    I do not know what in the old configure.php file was the source of the problem.
    If you don't have a problem uploading your configure.php file, then I suggest using an echo statement to track down the issue.
    I inserted
    Code:
    echo ('<!--yadda-->');
    on various lines, uploaded the files, and checked to see where in the source code the echo showed up. I started on the index.php page and followed the flow of the code until my 'yadda' showed up in the body section above the head tags. Then, I looked at whatever piece of code lay just before my echo statement.

    You might also try echoing out your session language just to verify that it is what you think that it is supposed to be.
    Code:
    echo ('<!--'. $_SESSION['language'] .'-->');
    Good luck!

 

 

Similar Threads

  1. Adding Code to HEAD and BODY tags?
    By redpanda in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 3 Nov 2021, 12:02 PM
  2. non-english head tags goes out of <head></head>
    By Jerry5763837 in forum General Questions
    Replies: 5
    Last Post: 5 Jun 2012, 02:21 PM
  3. Replies: 8
    Last Post: 28 Feb 2012, 03:05 PM
  4. Need to add code below </head> tag and above <body> tag in product page
    By Danielle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Apr 2010, 07:53 PM
  5. I need to put something in the <head> and <body> tag
    By milobloom in forum General Questions
    Replies: 10
    Last Post: 18 Jan 2009, 01:01 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