this particular inc file does already have the correct tags
so I have attached a screenshot of what I am seeing. the Comapny History is a button link to another page. it is displayed using the about.inc file that I mentioned before.
<?php
/ AddSection ID, URL, Nav|width, Label|height, Image|width /
AddSection("about", "", "", "about-us|25", "about-us|358");
AddSection("history", "/about/history.php", "company-history|180", "company-history|25", "company-history|283");
BuildHeader();
?>
the code that displayse it from the about.inc file....