Hello,
I'm real new to this and would like your help. My web site is mostly done on php and it does not have the <head></head> on the pages. As an example, one of the pages has this on the top;
<?
include("header.php");
?>
<!--header close-->
<!--middle-->
<div id="middle">
<div id="job">
<div class="left-box">
<h1>Post Project</h1>
The tag file says I should place my content in between the <head></head> but as you see the field does not exist in php.
How can I accomplish the same thing with my site having the above heading?