Banner Ad Manager

L

lenade

Hi everyone!
I am having problems with the Banner Ad Manager in FP2002,
not showing the pictures.
No matter how I save them, either in the /image folder or
in the root directory, they do not come up.
I tried several things, picking them up from a folder in
HD and then saving them to the /image folder, saving
directly to the image folder and inserting them from
there, closing down the program and loading it up again,
but nothing seems to work.
If I insert a picture saving it to the /image folder it
works correctly, so something went wrong with the
BAManager, but what?
It has worked before, anybody has an idea about what might
have happened?

TIA
Lenade
 
T

Thomas A. Rowe

Can you upload this page to the internet and provide the URL to it?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
L

lenade

Not really. I would have to publish some of the pictures,
which I'm not ready to do yet, and I would still have an
incompleted page, I do not want anybody to run into...
Did you want to check the source code? What are you
looking for?
 
T

Thomas A. Rowe

Yes, I wanted to see the source.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
L

lenade

Here it is:

<html xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Overview</mso:Categories>
<mso:Approval_x0020_Level
msdt:dt="string"></mso:Approval_x0020_Level><mso:Assigned_x
0020_To
msdt:dt="string"></mso:Assigned_x0020_To></mso:CustomDocume
ntProperties>
</xml><![endif]-->
<style>
<!--
a:active { font-family: MS Sans Serif }
-->
</style>
<meta name="Microsoft Border" content="b, default">
</head>

<body>
<h1 align="center"><font face="MS Sans Serif">macr-o-
mania</font></h1>
<h2 align="center"><font face="MS Sans Serif">Keep your
Soul happy and peaceful in a perfectly healthy Body<br>
with Yoga, Meditation, Pilates, Macrobiotics and
more</font></h2>

<p align="center">
<applet code="fprotate.class" codebase="./" width="160"
height="200">
<param name="rotatoreffect" value="dissolve">
<param name="time" value="3">
</applet></p>

<p align="center">
&nbsp;</p>

<p align="center">
<img border="0" src="images/ChachaFall_web.jpg"
width="160" height="227"></p>

<p align="center"></body>
 
T

Thomas A. Rowe

Doesn't look like you are using the Banner Ad Manager dialog to add your
images to the applet.

Make sure that you have a web open (File Menu | Open Web) and that you have
imported all images into the current open web prior to using them. Also be
aware that the banner ad manage only supports a single URL for the applet,
so you can not have individual link for the individual images.

Final Note: Many users of Windows XP, IE6 and NS 6 and up do not have a Java
Virtual Machine (JVM) installed so will not be able to view any Java
applets, such as the FP Hover button or Banner Ad Manager.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


lenade said:
Here it is:

<html xmlns:mso="urn:schemas-microsoft-com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Overview</mso:Categories>
<mso:Approval_x0020_Level
msdt:dt="string"></mso:Approval_x0020_Level><mso:Assigned_x
0020_To
msdt:dt="string"></mso:Assigned_x0020_To></mso:CustomDocume
ntProperties>
</xml><![endif]-->
<style>
<!--
a:active { font-family: MS Sans Serif }
-->
</style>
<meta name="Microsoft Border" content="b, default">
</head>

<body>
<h1 align="center"><font face="MS Sans Serif">macr-o-
mania</font></h1>
<h2 align="center"><font face="MS Sans Serif">Keep your
Soul happy and peaceful in a perfectly healthy Body<br>
with Yoga, Meditation, Pilates, Macrobiotics and
more</font></h2>

<p align="center">
<applet code="fprotate.class" codebase="./" width="160"
height="200">
<param name="rotatoreffect" value="dissolve">
<param name="time" value="3">
</applet></p>

<p align="center">
&nbsp;</p>

<p align="center">
<img border="0" src="images/ChachaFall_web.jpg"
width="160" height="227"></p>

<p align="center"></body>

-----Original Message-----
Yes, I wanted to see the source.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp




.
 
T

Thomas A. Rowe

You need to first have a web open, then import any images to be used into
the current open web, then on a page that has already been created and
saved, insert the banner ad manager, then from the ad manager dialog add the
images to the applet dialog by browsing to the folder within your web where
you imported the images to be used.

Then in HTML view, your applet code should look similar to the following
example:

<applet code="fprotate.class" codebase="./" width="350" height="497">
<param name="rotatoreffect" value="dissolve">
<param name="time" value="5">
<param name="image1" valuetype="ref" value="galleries/1350.jpg">
<param name="image2" valuetype="ref" value="galleries/14195.jpg">
</applet>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


lenade said:
I am, but it clearly is not doing it. That's what I said
from the beginning. I am using the AD Manager Dialog, and
it goes as far as pick up the images and adding them in
that window, it also saves them to the /image folder. But
then it doesn't seem to see them there.

It had worked just a few minutes before. But when I edited
the list again to add more picture it stopped working.
Even if I manually copy the pictures into the folder, it
will not pick them up.
I am not adding URL to the banner for now, so that's not
the problem either. And I do have JVM installed.

I also tried shutting down and re-booting, to no avail.


-----Original Message-----
Doesn't look like you are using the Banner Ad Manager dialog to add your
images to the applet.

Make sure that you have a web open (File Menu | Open Web) and that you have
imported all images into the current open web prior to using them. Also be
aware that the banner ad manage only supports a single URL for the applet,
so you can not have individual link for the individual images.

Final Note: Many users of Windows XP, IE6 and NS 6 and up do not have a Java
Virtual Machine (JVM) installed so will not be able to view any Java
applets, such as the FP Hover button or Banner Ad Manager.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

lenade said:
Here it is:

<html xmlns:mso="urn:schemas-microsoft- com:blush:ffice:blush:ffice"
xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">

<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories
msdt:dt="string"> said:
ntProperties>
</xml><![endif]-->
<style>
<!--
a:active { font-family: MS Sans Serif }
-->
</style>
<meta name="Microsoft Border" content="b, default">
</head>

<body>
<h1 align="center"><font face="MS Sans Serif">macr-o-
mania</font></h1>
<h2 align="center"><font face="MS Sans Serif">Keep your
Soul happy and peaceful in a perfectly healthy Body<br>
with Yoga, Meditation, Pilates, Macrobiotics and
more</font></h2>

<p align="center">
<applet code="fprotate.class" codebase="./" width="160"
height="200">
<param name="rotatoreffect" value="dissolve">
<param name="time" value="3">
</applet></p>

<p align="center">
</p>

<p align="center">
<img border="0" src="images/ChachaFall_web.jpg"
width="160" height="227"></p>

<p align="center"></body>

</html>
-----Original Message-----
Yes, I wanted to see the source.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

Not really. I would have to publish some of the
pictures,
which I'm not ready to do yet, and I would still have an
incompleted page, I do not want anybody to run into...
Did you want to check the source code? What are you
looking for?

-----Original Message-----
Can you upload this page to the internet and provide
the
URL to it?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage
support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

Hi everyone!
I am having problems with the Banner Ad Manager in
FP2002,
not showing the pictures.
No matter how I save them, either in the /image
folder
or
in the root directory, they do not come up.
I tried several things, picking them up from a
folder in
HD and then saving them to the /image folder, saving
directly to the image folder and inserting them from
there, closing down the program and loading it up
again,
but nothing seems to work.
If I insert a picture saving it to the /image folder
it
works correctly, so something went wrong with the
BAManager, but what?
It has worked before, anybody has an idea about what
might
have happened?

TIA
Lenade




.



.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Placing banner ads 3
Banner Ad Manager 2
Banner Ad manager 1
changing pictures 3
banner ads 3
Banner ad manager 1
Banner Ad Manager 1
banner ad manager 1

Top