Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2003
    Location
    Pittsburgh
    Posts
    3,490

    Question Navigation Section

    Our site has a navigation bar on the left-side, as you can see - http://www.murrysvillelan.org

    What would be the best way to place this into its own file so that I can update the navigation bar and sponsor links without having to also change every page?

    Thanks.

  2. #2
    Join Date
    Jan 2004
    Location
    <<Canada>>
    Posts
    736
    An IFrame ? or some sort of php script that can be included in every page you design ?

    I am not a programmer, but i think either one of them would do the job.

    Good Luck!
    <<< Please see Forum Guidelines for signature setup. >>>

  3. #3
    Join Date
    May 2003
    Location
    Florida
    Posts
    192
    iframe is the best way to go. here is the code. remmeber to adjust the values:

    PHP Code:
    <iframe src="iframeintro.html" scrolling="no" height="250" width="485" frameborder="0">
                
    Sorryyour browser does not support the iframe tag.</iframe

  4. #4
    Join Date
    Mar 2004
    Location
    california
    Posts
    162
    <div style="float: left">sidebar stuff here</div>

  5. #5
    Join Date
    Jun 2003
    Location
    Canada
    Posts
    930
    Yes, if your looking for something simple, use iFrames.

  6. #6
    Join Date
    Aug 2003
    Location
    Pittsburgh
    Posts
    3,490
    Great, thanks guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •