Hi, I'm new to thematic and thematic feature site, but I've been trying to tweak it a bit for the iphone. I want to be able to call a seperate css file, and I've tried adding a typical conditional snippet I've used before, but I can't figgure out where to put the snippet.
This is the code:
<!--[if !IE]>–>
<link media=”only screen and (max-device-width: 480px)”
href=”iPhone.css” type=”text/css” rel=”stylesheet” />
<!–<![endif]–>
I've tried inserting it at the end of the head in the header.php file, and it breaks the rest of the page formatting... obviously not the spot. I CAN however, insert the tag right before the end of the head, without any problems, and it works.
<meta name="viewport" content="width=1200" />
So the question is, how and where is the best way to insert into the header? I feel like I've tried everywhere that makes sense, but nothing is working.
Thanks for the help.