ImageReady file in FP Table

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

Guest

I'm trying to get an imageready file into a table in FP, but I'm getting
script errors. I've never done this before, so please let me know if I'm
missing a step somewhere.

Here's what I'm doing...

- create the file im IR and save optimized as an html file
- file/import in FP the html file and sub-folder that contains the gifs

Here's where the trouble comes...

If I just open the html file in FP as it's own page, it works fine, but I
want this graphic to be the title bar for a single page. So I take the html
IR file (that's already been imported) and drag it into the top cell of a
table that I used to create the site. This is where I get the script errors.

Thanks for any help you can give.

Aaron G
Philadelphia, PA
 
Here's what I'm doing...
- create the file im IR and save optimized as an html file
- file/import in FP the html file and sub-folder that contains the gifs

Here's what you need to do:

- Create the file in IR and save as a GIF or JPG on your hard drive
- Import the imageinto your web.
-Insert it from your web location into the table.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
I forgot to mention that I have different states (normal and over) set up for
buttons. What procedure would I take in this situation?

Thanks again,

Aaron G
Philadelphia, PA
 
let image ready output that stuff as an html file and associated images.
import the folder image ready outputs and in FrontPage file/ import/ folder,
browse to that folder image ready put out and bring it into your FrontPage
structure.

open image ready's html file from within FrontPage and move any JavaScript
from the head and body tags to just after the <body>. now you can use it
wherever you want via the FrontPage include:
set your cursor in the page and hit insert/ web component/ include content/
page, browse to that file you just modified and select it.
FrontPage will write all the code between the <body> and </body> tags of
that image ready page into every page you put it in via the above method.
when you change anything in that image ready page, FrontPage will re-write
it to all pages it's used on.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
Chris,

That fixed the scripting errors, but now the "over" states no longer work
(although they still work if I open the newly altered IR html file on its
own). Any ideas?

Here's the link (work in progress) if you wouldn't mind checking it out.
Thanks again for all your help.

www.capitalsvs.com/cis2

Aaron G
Philadelphia, PA
 
ok,
I'm looking at:
http://www.capitalsvs.com/cis2/slices_html/index_menu.html
and it's OK.
it looks at a glance, like you've missed the body tag call in it:

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" onload="preloadImages();">
<script type="text/javascript">

that's on the image ready page, but missing from your page where you've
included it. if you add that code to the body tag in the page in question
and it still doesn't work I'll look again.

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 
Chris,

I'm assuming you want me to replace the <body... line already in the
destination page. When I do this I get more scripting errors and the page
becomes blank. Any other ideas?

I'm new at the whole scripting thing, sorry if I'm making stupid mistakes
here. I can't believe what a pain it is to get this image on the site.

Thanks for your help again.

Aaron G
Philadelphia, PA
 
sure,
contact me through the site listed in my signature and I'll help you get it
worked out.

It's not that bad. it's only hard the first time.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 

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

Back
Top