Here you go:
PHP Code:
<?php include("headernav.html");
?>
And the headernav.html code:
PHP Code:
<html>
<head>
<title>3 Pixel Chicks</title>
<script src="http://www.3pixelchicks.com/rollover.js" type="text/javascript"></script>
<link href="http://www.3pixelchicks.com/headerstyle.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="tplHeadWrapper">
<div id="tplHeadContent">
<div id="tplHeadTitle">
<div id="tplHeadNavbar">
<a href="http://www.3pixelchicks.com/zencart/index.php"><img src="/images/market.jpg" border="0" alt="Store" class="imgover"/></a>
<img src="/images/dot.jpg" />
<a href="http://www.3pixelchicks.com/henhouse/index.php"><img src="/images/henhouse.jpg" border="0" alt="Forum" class="imgover"/></a>
<img src="/images/dot.jpg" />
<a href="http://www.3pixelchicks.com/coop/index.php"><img src="/images/coop.jpg" border="0" alt="Gallery" class="imgover" /></a>
<img src="/images/dot.jpg" />
<a href="http://www.3pixelchicks.com/blog/index.php"><img src="/images/chickenfeed.jpg" border="0" alt="Blog" class="imgover"/></a>
<img src="/images/dot.jpg" />
<a href="http://www.3pixelchicks.com/freebies/index.php"><img src="/images/freerange.jpg" border="0" alt="Freebies" class="imgover"/></a>
</body>
</html>
And headerstyle.css (just in case that's what's messing everything up...)
PHP Code:
#tplHeadWrapper { background: url('/images/header_center.jpg'); height: 230px; overflow: hidden; margin: 0; }
#tplHeadContent { background: url('/images/header_left.jpg') top left no-repeat; height: 215px; margin: 0; text-align: right; }
#tplHeadTitle { background: url('/images/header_right.jpg') top right no-repeat; height: 218px; margin: 0; text-align: right; }
#tplHeadNavbar { text-align: center; padding: 180px 20px 0 0; }