Welcome Guest, Not a member yet? Register   Sign In
How to Add Dynamic Header and Footer
#9

Code:
Header Code

<div id="header" align="center">
<img src=\"/images/header.jpg border='0' \">
<p>
<a href="index.php">Home</a> -
<a href="profile.php">Profile</a> -
<a href="links.php">Links
</a>- <a href="contact.php">Contact</a>
</p>
Code:
Footer code

<div id="footer" align="center">
<p>
<a href="index.php">Home</a> -
<a href="profile.php">Profile</a> -
<a href="links.php">Links
</a>- <a href="contact.php">Contact</a>
© Copyright Your name here <?php include 'date.php'; ?>
</p>
</div>
Reply


Messages In This Thread
RE: How to Add Dynamic Header and Footer - by garimapatil - 01-22-2019, 12:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB