|
| |
|
|
Nutz in Midwest
Posts: 141 From: Chicago None Status: offline
|
How do I call up the same 20 pages ? - 1/22/2007 17:43:05
Hi all... I have a site where it has like 30 pages. But only 20 of those pages need to be updated monthly. How do I call up the same 20 pages, (rather than one by one) and make the changes? In other words the same 20 pages are put "in cue" to be updated. Its a pain to click on th 20 pages one at a time. These are not CSS. Thanks
_____________________________
Nutz in Midwest ***chicago, therefore the Midwest in my name***
|
|
|
|
Nutz in Midwest
Posts: 141 From: Chicago None Status: offline
|
RE: How do I call up the same 20 pages ? - 1/22/2007 18:17:01
Well....each of the 20 pages has different content...but the only thing that changes is a calendar that has to be updated to each of those 20 pages (same calendar). Hope I am saying it right.
_____________________________
Nutz in Midwest ***chicago, therefore the Midwest in my name***
|
|
|
|
rubyaim
Posts: 757 Joined: 6/22/2005 Status: offline
|
RE: How do I call up the same 20 pages ? - 1/22/2007 18:22:31
Would you be able to place the calendar in an include? That way, you would only have to update the calendar page itself.
_____________________________
Sally
|
|
|
|
coreybryant
Posts: 2494 Joined: 3/17/2002 From: Castle Rock CO USA Status: offline
|
RE: How do I call up the same 20 pages ? - 1/22/2007 18:37:12
You might check out file includes. Otherwise make a backup and then you can do a find and replace via Frontpage. FP 2003 will do open fies / source code, etc
_____________________________
Corey R. Bryant Merchant Accounts | Toll Free Numbers | Expression Web Blog
|
|
|
|
Nutz in Midwest
Posts: 141 From: Chicago None Status: offline
|
RE: How do I call up the same 20 pages ? - 1/22/2007 23:04:49
Here I will show you link Its the yellow on the left...you can see how it would change....any ideas anyone?? thank you.
_____________________________
Nutz in Midwest ***chicago, therefore the Midwest in my name***
|
|
|
|
rubyaim
Posts: 757 Joined: 6/22/2005 Status: offline
|
RE: How do I call up the same 20 pages ? - 1/22/2007 23:29:23
Do you work in design view, or code view, or between both? Are you comfortable using find and replace in code view? The actual calendar could be pulled out of the page and kept as a separate file. This would then be used as an include. Introduction to Includes and Using FrontPage Includes Basically you would start a new page, and copy your calendar to it. Save it something like calendar.htm You would then go to one of the pages that shows the calendar, delete everything out of the cell that holds it, and then include your calendar.htm file instead (for FP2003 >Insert >Web Component >Included Content >Page ) When in code view, it would like something like: <td valign="top" width="202" height="669" background="table_lines.gif">
<!--webbot bot="Include" U-Include="calendar.htm" TAG="BODY" --> </td> This way, you will only ever have to update calendar.htm and the update will appear on whatever page it is included in. If you don't have FP Extensions you can still use FP includes and just FTP every page the include used on. If you are not keen on that then you can use one of the other includes. The benefit of FP includes if you are just starting is that you can see the included content in design view.
< Message edited by rubyaim -- 1/22/2007 23:42:55 >
_____________________________
Sally
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|