How do I imprint a table onto every page of my site?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a website that features a lot of music reviews, with each review
having its own page devoted to it. I would now like to add a navigational
column/table/etc on every page where I can list the newest updates every
week. How can I set this up so I can change that table each week and have it
thus be automatically updated on every page, instead of having to go through
and change it on every page manually?

I am using FrontPage 2003.

Thanks much!
 
Either use a shared border or a frame. In either case, there is only one
page to update.

If you don't need to scroll the pages, use a shared border.
 
Insert a table in Frontpage

Insert > Table.

If you want the same on every page, create a dynamic web template and apply
it to all pages. You would need to create editable regions on each page for
unique content for each page, but you can also have elements are are the
same, and can be 'non-editable' except from the dwt file which if changed
updates all the files it is attached to.

Read Help for "dynamic web templates".


A simpler solution would be to use the include page component (like server
side includes) then you update one page, which you "include" on every page
you want it to appear on, then update only that page with the table listing
the music, and publish 1 file rather than 15, 25 or 100. If the server ext
are installed that's the easy way, if they are not installed the includes
still work but you would need to republish all the pages using the include
component.

Read Help on "Web Components (Include Page)."
 
Back
Top