Am I doing this correct?

S

Susie

First, I am sorry for the long post, but I need to know if I am doing all
this right before I go on with more. I am still working on my site in
FP2003, I have not published yet. Somehow I missed the part where you need
to import the images into FP.

1- I created the new site in FP, saved it to C:\Documents and
Settings\Susie\My Documents\website name, this is what shows at the top of my
folder list in FP, (on the left in the toggle pane). On the folder (thats
located in my documents) it has that green globe image. Is this correct,
shuld it be here, and say this at the top of the toggle pane?

2-In the folder C:\Documents and Settings\Susie\My Documents\website name,
there are foldesr named,
Private
_vti_pvt
_vti_cnf
images (in images theres a folder for buttons, and a thumbs.db)

Then there are all the pages I have made in FP with the big blue e next to
them.
Is this correct?

3- after editing my images, I saved them the folder called "images" the one
in C:\Documents and Settings\Susie\My Documents\website name. then I used
the insert picture, and ended up with this at the top of all my pages-

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Bear Sulpture</title>
<script language="JavaScript">
<!--
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2;
n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) {
doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}

function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById)
el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return
el; } }
return null;
}
// -->
</script>
</head>

I didnt want all that code, I have viewed source on lots of sites posted
here, and they dont have that. So... I have tried a couple of pages where I
deleted the pics from the page, and dragged them from the toggle pane into
the spot in my page where I want them. I then went into code and deleted the
code stuff and have this-

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Bear Sculpture</title>
<script language="JavaScript">
<!--
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs=new Image;
d.FP_imgs.src=a; }
}
// -->
</script>
</head>

I think this is probably wrong, because when I preview and click on my
button at the bottom of the page, a Error red x pop-up comes up, and says "A
runtime error has occured. Do you wish to drbug? Line 70 Error: Object
expected." The only strange thing is, line 70 is the copyright 2006, and its
ok on all the pages I havent taken the huge paragraph of code out for using
insert pictures.

My image line in code looks like this-

<img border="0" src="images/web_images/cowboy_sculpture/artist
name-cowboy-side.jpg" width="255" height="516"></p>

Is this correct? I have no idea how to put my images in other than dragging
them, if I dont use the insert picture.

4- It has never ever brought up a saved embedded images. I just click save.
Is it supposed to say save embedded?

5- Do I need to delete, start over, and import my images from FP, using the
import button, or are they there correctly?

I hope this all makes sense, sorry it's so long. I am so new at this,
thanks for any help you can be.
 

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

Top