When you put it in head.php it still does not load it as the first meta tag. I need it to load right after the opening <head> tag otherwise it does not work:
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7 com_content view-featured itemid-101 home HIMhome j25"> <![endif]-->
<!--[if IE 7]> <html class="lt-ie9 lt-ie8 com_content view-featured itemid-101 home HIMhome j25"> <![endif]-->
<!--[if IE 8]> <html class="lt-ie9 com_content view-featured itemid-101 home HIMhome j25"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-gb" dir="ltr" class='com_content view-featured itemid-101 home HIMhome j25'> <!--<![endif]-->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Joomla! - Open Source Content Management" />
<title>Home</title>
If I add it to the top of head.php like you suggest it still only loads before the "META FOR IOS & HANDHELD" but after all of the stylesheets and scripts.
Dustin