I would like to add a centralized system where I can have a headline or small announcment box to my website where I can type in html and have it show up on every page. Also, being search engine friendly would be nice.
Thanks.
Thanks.
| Code: |
|
<?php include("#file#"); ?> |
| Code: |
| <?php include("type.inc"); ?>
The Place for Technology Guides and Reviews <?php include("menu.inc"); ?> <h1>Welcome</h1> <p>Welcome... <br /><br />... site. </p> <h3>Site Updates</h3> <p class="noindent"> <img src="images/computer.png" style="float: left;" alt="Picture of Computer" width="60" height="60" /> 17/04 - Fixed IE compatibility issues<br /> 16/04 - Updated logo, consistancy changes<br /> 15/04 - Updates: <a href="buildcomputer7.php">Build Your Own Computer: 7</a>, <a href="search.php">Search</a>, <a href="socket.php">Socket Database</a><br /> <a href="siteupdates.php">Archives</a><br /> </p> <div class="twoleft"> <h3>Daily Fool</h3><p class="noindent"> LOW SELF ESTEEM GROUP<br /> WILL MEET THURSDAY AT 7 P.M.<br /> PLEASE USE THE BACK DOOR.<br /> from a church bulletin <br /><br /> <a href="olddf.htm">Old DF</a> </p></div> <div class="tworight"> <h3>News</h3><p class="noindent"> <a href="http://www.feeddigest.com/"> <img alt="Feed Digest" src="http://www.feeddigest.com/images/button3.gif" style="float: right;" /></a> <?php include ("http://app.feeddigest.com/digest3/6UBHR7BEOA.html"); ?> </p> </div> <?php include("footer.inc"); ?> |