MyBB Community Forums

Full Version: where is the <head>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
which file can i find this at ???
Thats HTML code, and is not in every HTML file, it sets the display of certain stuff, and information for search bots etc

But I think MyBB handles it differently

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)">
    <meta name="created" content="Mon, 14 Jan 2013 16:07:51 GMT">
    <meta name="description" content="">
    <meta name="keywords" content="">
    <title></title>
    
    <style type="text/css">
    <!--
    body {
      color:#000000;
      background-color:#FFFFFF;
    }
    a  { color:#0000FF; }
    a:visited { color:#800080; }
    a:hover { color:#008000; }
    a:active { color:#FF0000; }
    -->
    </style>
    <!--[if IE]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>

  </body>
</html>
Do you want to alter the actual head tag or just put something before it?

To put something before head use the headerinclude template under "ungrouped" templates. Everything in there is before the head tag.