PC Review


Reply
Thread Tools Rate Thread

Does FP have an automated method of placing an image on a 200 page site

 
 
Tony M
Guest
Posts: n/a
 
      12th Apr 2007
I have over 200 pages that I want an image to be placed in a selected
position on each page.
Other than going through and placing manually , Does FP have an automated
function that places an object
in a certain location on the page ?
Tony M


 
Reply With Quote
 
 
 
 
David Berry
Guest
Posts: n/a
 
      12th Apr 2007
No. You would have to place them on each page unless there was something on
the page that you could use to do a global search and replace on, like
another image. You could use an include page but initially you would have
to place it on each page but later, making updates would mean only updating
the one page.

--
David Berry
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.frontpagemvps.com/FrontPa...3/Default.aspx
-----------------------------------


"Tony M" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>I have over 200 pages that I want an image to be placed in a selected
>position on each page.
> Other than going through and placing manually , Does FP have an automated
> function that places an object
> in a certain location on the page ?
> Tony M
>


 
Reply With Quote
 
Tony M
Guest
Posts: n/a
 
      12th Apr 2007
Thanks for the conformation. I had a feeling that might be the case but I
was hoping FP might have had a trick up its sleeve. Would have been a nice
feature FP

Tony M



"David Berry" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No. You would have to place them on each page unless there was something
> on the page that you could use to do a global search and replace on, like
> another image. You could use an include page but initially you would have
> to place it on each page but later, making updates would mean only
> updating the one page.
>
> --
> David Berry
> Microsoft MVP - FrontPage
> FrontPage Support: http://www.frontpagemvps.com/
> -----------------------------------
> To assist you in getting the best answers for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> -----------------------------------
>
>
> "Tony M" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I have over 200 pages that I want an image to be placed in a selected
>>position on each page.
>> Other than going through and placing manually , Does FP have an automated
>> function that places an object
>> in a certain location on the page ?
>> Tony M
>>

>



 
Reply With Quote
 
=?Utf-8?B?bm9haHNzaXRl?=
Guest
Posts: n/a
 
      12th Apr 2007
You can use a sharedborder if the image is in the same spot on every page
unless on certain pages you can turn off sharedborders.

"Tony M" wrote:

> Thanks for the conformation. I had a feeling that might be the case but I
> was hoping FP might have had a trick up its sleeve. Would have been a nice
> feature FP
>
> Tony M
>
>
>
> "David Berry" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > No. You would have to place them on each page unless there was something
> > on the page that you could use to do a global search and replace on, like
> > another image. You could use an include page but initially you would have
> > to place it on each page but later, making updates would mean only
> > updating the one page.
> >
> > --
> > David Berry
> > Microsoft MVP - FrontPage
> > FrontPage Support: http://www.frontpagemvps.com/
> > -----------------------------------
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> > -----------------------------------
> >
> >
> > "Tony M" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> >>I have over 200 pages that I want an image to be placed in a selected
> >>position on each page.
> >> Other than going through and placing manually , Does FP have an automated
> >> function that places an object
> >> in a certain location on the page ?
> >> Tony M
> >>

> >

>
>
>

 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      12th Apr 2007
"Tony M" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
:I have over 200 pages that I want an image to be placed in
a selected
: position on each page.
: Other than going through and placing manually , Does FP
have an automated
: function that places an object in a certain location on
the page ?
***********************
Kind of hard once the site is done, but there are a few
things that may work:
#1 Shared border.
#2 Include page component.
---> Both methods would require a global find/replace to
implement, and the include would be tricky unless it was to
appear at a common division in the page

Something else I tried was to use the html footer option in
IIS. What this does is allow you to place an html formatted
block to all webpages served from the site
#1 IIS appends this to the document. The document would need
to have the closing body & html tags removed. They would
need to go onto the appended page. Failure to do this will
result in code being placed afterwards, and will not
validate. CSS can be used; though, to create a div and put
it anywhere.
#2 It only works on static html documents. If it is ASP(X),
PHP, etc it will not append to them.


 
Reply With Quote
 
Tony M
Guest
Posts: n/a
 
      13th Apr 2007
Thanks for offering me a few more options Mike

Luckily this site is static html pages.
I'm not familiar with the css div method could you explain ?

> CSS can be used; though, to create a div and put
> it anywhere.


Tony M

"Mike Mueller" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> "Tony M" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> :I have over 200 pages that I want an image to be placed in
> a selected
> : position on each page.
> : Other than going through and placing manually , Does FP
> have an automated
> : function that places an object in a certain location on
> the page ?
> ***********************
> Kind of hard once the site is done, but there are a few
> things that may work:
> #1 Shared border.
> #2 Include page component.
> ---> Both methods would require a global find/replace to
> implement, and the include would be tricky unless it was to
> appear at a common division in the page
>
> Something else I tried was to use the html footer option in
> IIS. What this does is allow you to place an html formatted
> block to all webpages served from the site
> #1 IIS appends this to the document. The document would need
> to have the closing body & html tags removed. They would
> need to go onto the appended page. Failure to do this will
> result in code being placed afterwards, and will not
> validate. CSS can be used; though, to create a div and put
> it anywhere.
> #2 It only works on static html documents. If it is ASP(X),
> PHP, etc it will not append to them.
>
>



 
Reply With Quote
 
Tony M
Guest
Posts: n/a
 
      13th Apr 2007
David
I tried your INCLUDE idea and it worked ok. BUT one thing you forgot to
mention
Having done a test placement on a dozen pages, I made some corrections on
the main control page
and then went to FTP to upload the ONE MASTER PAGE .After clicking the ftp
refresh I noticed the FTP TIME STAMP on all the 12 pages had been
refreshed even though I never touched them.

Does this mean that if I place the INCLUDE on 200 pages and make a change in
the master page
I then have to upload the 200 pages ?????????

Tony M



"David Berry" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No. You would have to place them on each page unless there was something
> on the page that you could use to do a global search and replace on, like
> another image. You could use an include page but initially you would have
> to place it on each page but later, making updates would mean only
> updating the one page.
>
> --
> David Berry
> Microsoft MVP - FrontPage
> FrontPage Support: http://www.frontpagemvps.com/
> -----------------------------------
> To assist you in getting the best answers for FrontPage support see:
> http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> -----------------------------------
>
>
> "Tony M" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>I have over 200 pages that I want an image to be placed in a selected
>>position on each page.
>> Other than going through and placing manually , Does FP have an automated
>> function that places an object
>> in a certain location on the page ?
>> Tony M
>>

>



 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      13th Apr 2007
Yes

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


"Tony M" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
| David
| I tried your INCLUDE idea and it worked ok. BUT one thing you forgot to
| mention
| Having done a test placement on a dozen pages, I made some corrections on
| the main control page
| and then went to FTP to upload the ONE MASTER PAGE .After clicking the ftp
| refresh I noticed the FTP TIME STAMP on all the 12 pages had been
| refreshed even though I never touched them.
|
| Does this mean that if I place the INCLUDE on 200 pages and make a change in
| the master page
| I then have to upload the 200 pages ?????????
|
| Tony M
|
|
|
| "David Berry" <(E-Mail Removed)> wrote in message
| news:(E-Mail Removed)...
| > No. You would have to place them on each page unless there was something
| > on the page that you could use to do a global search and replace on, like
| > another image. You could use an include page but initially you would have
| > to place it on each page but later, making updates would mean only
| > updating the one page.
| >
| > --
| > David Berry
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPa...3/Default.aspx
| > -----------------------------------
| >
| >
| > "Tony M" <(E-Mail Removed)> wrote in message
| > news:%(E-Mail Removed)...
| >>I have over 200 pages that I want an image to be placed in a selected
| >>position on each page.
| >> Other than going through and placing manually , Does FP have an automated
| >> function that places an object
| >> in a certain location on the page ?
| >> Tony M
| >>
| >
|
|


 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      13th Apr 2007
If your site has FrontPage extensions - no, you don't have to upload all
200 pages, BUT you must NOT use FTP which will corrupt the extensions.
Pages must be HTTP published.

If you use FTP to publish, then all 200 pages must be uploaded.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp



"Tony M" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed):

> David
> I tried your INCLUDE idea and it worked ok. BUT one thing you forgot to
> mention
> Having done a test placement on a dozen pages, I made some corrections on
> the main control page
> and then went to FTP to upload the ONE MASTER PAGE .After clicking the ftp
> refresh I noticed the FTP TIME STAMP on all the 12 pages had been
> refreshed even though I never touched them.
>
> Does this mean that if I place the INCLUDE on 200 pages and make a change in
> the master page
> I then have to upload the 200 pages ?????????
>
> Tony M
>
>
>
> "David Berry" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > No. You would have to place them on each page unless there was something
> > on the page that you could use to do a global search and replace on, like
> > another image. You could use an include page but initially you would have
> > to place it on each page but later, making updates would mean only
> > updating the one page.
> >
> > --
> > David Berry
> > Microsoft MVP - FrontPage
> > FrontPage Support: http://www.frontpagemvps.com/
> > -----------------------------------
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.frontpagemvps.com/FrontPa...3/Default.aspx
> > -----------------------------------
> >
> >
> > "Tony M" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> >>I have over 200 pages that I want an image to be placed in a selected
> >>position on each page.
> >> Other than going through and placing manually , Does FP have an automated
> >> function that places an object
> >> in a certain location on the page ?
> >> Tony M
> >>

> >


 
Reply With Quote
 
Mike Mueller
Guest
Posts: n/a
 
      13th Apr 2007
Here is what I had setup:
#1 generic page setup with an area empty for the header,
saved as page.html
<html>
<body>
<div style="position: absolute; top:150px; background-color:
#f00">
<p>content</p>
</div>
<!--no </body></html> on the page -->

#2 created a generic header, saved as header.html
<div style="position: absolute; top: 0px; height: 150px;
background-color: #000; color: #fff">
<h1>Page Header</h1>
</body></html>

#3 set IIS properties, >Documents >Include footer
-set it to header.html


I then checked the page, and the IIS footer was inserted.
Due to absolute positioning, the included page rendered at
the top



"Tony M" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
: Thanks for offering me a few more options Mike
:
: Luckily this site is static html pages.
: I'm not familiar with the css div method could you explain
?
:
: > CSS can be used; though, to create a div and put
: > it anywhere.
:
: Tony M
:
: "Mike Mueller" <(E-Mail Removed)> wrote in message
: news:(E-Mail Removed)...
: > "Tony M" <(E-Mail Removed)> wrote in message
: > news:%(E-Mail Removed)...
: > :I have over 200 pages that I want an image to be placed
in
: > a selected
: > : position on each page.
: > : Other than going through and placing manually , Does
FP
: > have an automated
: > : function that places an object in a certain location
on
: > the page ?
: > ***********************
: > Kind of hard once the site is done, but there are a few
: > things that may work:
: > #1 Shared border.
: > #2 Include page component.
: > ---> Both methods would require a global find/replace to
: > implement, and the include would be tricky unless it was
to
: > appear at a common division in the page
: >
: > Something else I tried was to use the html footer option
in
: > IIS. What this does is allow you to place an html
formatted
: > block to all webpages served from the site
: > #1 IIS appends this to the document. The document would
need
: > to have the closing body & html tags removed. They would
: > need to go onto the appended page. Failure to do this
will
: > result in code being placed afterwards, and will not
: > validate. CSS can be used; though, to create a div and
put
: > it anywhere.
: > #2 It only works on static html documents. If it is
ASP(X),
: > PHP, etc it will not append to them.
: >
: >
:
:


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
placing dc in different domain-site in Forest Bernd Wolters Microsoft Windows 2000 Active Directory 3 22nd Sep 2010 10:26 AM
Placing an absolutely positioned image on every printed page google@deage.se Microsoft Excel Programming 4 22nd Nov 2006 10:59 AM
\doc placing <unknown type> in my method signature =?Utf-8?B?RGF2aWRQZmFobGVy?= Microsoft VC .NET 0 31st Oct 2005 11:06 PM
Deleting an image file from a page and from the Web site in one step Arlene Microsoft Frontpage 5 7th Mar 2004 05:26 PM
placing powerpoint into frontpage web site bill brown Microsoft Frontpage 3 12th Jan 2004 10:06 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:04 AM.