| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Mar 2004 Location: Western PA, USA
Posts: 4
![]() | Externalize Navigation Bar Hey guys, what's the best way to put a section of a site in its own file so that later I can edit that particular section without having to edit each page individually? For instance, on my site http://www.murrysvillelan.org I'd like to update the sponsor links without having to go through each page. Thanks!
__________________ Invictus maneo |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Mar 2004 Location: Western PA, USA
Posts: 4
![]() | First, the only thing similar is the coloring scheme. Second, it may look similar because I used a template from their software. Does anyone have an answer to my question or is this just a flaming thread?
__________________ Invictus maneo |
| |
| | #4 (permalink) |
| NamePros Member Join Date: Nov 2003
Posts: 44
![]() | PHP would do the job <?php //make the sponsors on Page_Name.php and include the code below on the main page include("Page_Name.php"); ?>
__________________ Click Link for Java IRC PHP-Live IRC: pgardner.net:6667, Channel: #php. |
| |