Groups > Design > Paint Shop Pro scripting > Re: acafe lesson 25-1 - new question for LaVonne




Re: acafe lesson 25-1 - new question for LaVonne

Re: acafe lesson 25-1 - new question for LaVonne
Mon, 5 Mar 2007 15:59:37 -0500
alt="St Mary's Loch" This is the correct way to write the code. Didn't
the 
lesson have it after the path like this?

...src="c:\rob\acafe lesson 25.jpg" alt="St Mary's
Loch">
I checked one of the lessons and it was after the path. Try that and see if 
it works.
I remember several of us had a bit of trouble when we first began with 
earlier lessons getting it to work, but I don't remember what the cause was. 
Maybe stinker will remember if the above doesn't work for you.
Hugs,
LaVonne


"Robert" <robert@neverever.net> wrote in message 
news:1173110685_78631@pegasus.annex.net...
>I posted this yesterday referring to your suggestion about the alt I 
>couldn't get to work, but I think it's maybe buried now - so here's a 
>repost :
>
> Thanks.
>
> I've been trying this evening to get the alt to work in the popup.    I've
> changed the line to read :
>
> <IMG id=pic1 alt="St Mary's Loch" style="LEFT: -1800px;
POSITION: 
> absolute;
> TOP: -1800px"  src="c:\rob\acafe lesson 25.jpg">
>
> and it still doesn't work.  I've tried it with and without the commas 
> around
> St Mary's Loch and that makes no difference.   I've also looked at old
> scripts I've used and they all seem the same and do work.   I'm puzzled by

> it - but I'd like to find why it won't work.    Does the style section not

> end
> at ----1800px" ?   I did have it after that, and that's where Elaine
has 
> it
> too - and her's works.
>
> Robert.
>
>
> "lavonne" <lavonne@dinner.com> wrote in message
> news:1172869806_57669@pegasus.annex.net...
> Beautiful and terrific job with this Robert.
> In the lesson I think he was simply explaining to us what the image was. 
> But
> the real code is for the name of the owner of the copyright of the image
> used. For example since this is your snapshot you could have placed il 
> like
> this:
>
> Alt="©Robert"  Or it could have been something like Alt=St Mary's
Loch
> ©Robert 2007" or whatever you choose to use. The blue snippet is from
one 
> of
> my scripts showing how Kuno did the alts in it.
>
>
> <!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd
> alt="background picture"
src="C:\Stats\Lesson25_FS_26Boots\tile2.jpg">
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="C:\Stats\Lesson25_FS_26Boots\glitter.jpg"> <IMG
id=pic1
> style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
alt=Hemera
> src="C:\Stats\Lesson25_FS_26Boots\Boots.jpg">
>
> In the 2 snippets from your script below the alts show up for me.
> background=cid:002d01c75cec$0795e610$0301a8c0@userndz649g709 scroll=auto
> alt="background picture"><BGSOUND balance=0
>
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="cid:002e01c75cec$0795e610$0301a8c0@userndz649g709" -- below
image 
> popup
> <!--> <IMG id=pic1 style="LEFT: -1800px; POSITION: absolute;
TOP: -1800px"
> alt="St Mary's loch"
> src="cid:002f01c75cec$0795e610$0301a8c0@userndz649g709">
>
> Looks like you placed it in the style section. Try placing it like this:
> <IMG id=pic1 ALT="St Mary's loch" style="Left: . . .
> See if that works. I have never gotten any link to work when I put it in 
> the
> style portion of the code because it is not a part of the style.
> The 1024 x 768 images might have been used as a background tile and then
> reduced to go in the popup pic. He used the same image for both at times 
> and
> I have done that as well. It is probably best to make the one you use for
> the background a seamless tile, though, in case of a larger screen user.
> Did you understand the math in the script? The earlier ones don't have a 
> lot
> of math but the later ones have tons of it so it is important to 
> understand
> it as you go.  Some of his later scripts are beyond me, though. <G>
> Hugs,
> LaVonne
>
> "Robert" <robert@neverever.net> wrote in message
> news:1172854828_56303@pegasus.annex.net...
> acafe lesson 25-1I've got this done now - thanks.
>
> More questions though !
>
> Before I had this scrolling in the popup, the name in the image alt part 
> was
> working in the popup and now it doesn't.  I've got alt="St Mary's
Loch" in
> both versions, and also had exactly the same backgrounds.   It works in
> Elaines post, and I can't see any difference.   I took out my inverted
> commas at each end, and it made no difference.
>
> Kuno has also got "alts" in the script where the backgrounds are

> specified.
> I've left them in, but they don't show in the stat and I don't see their
> purpose.
>
> In this lesson, Kuno specified a 1024x768 image, but in the script he 
> calls
> pic1W=800 and pic1H=600.    I presume that is to let the scrolling
> background show on a 1024x768 screen, but it seems a funny way to do it.
> My image is 1024x768 and I can increase pic1W and H to 944x708, keep the
> image in proportion and still show the scrolling background in 1024x768
> resolution.   I don't follow his reasoning at all.
>
> Comments welcome !!
>
> Robert. Pop Up
>   Close
>
>
>
>
> 

Post Reply
acafe lesson 25-1 - new question for LaVonne
Mon, 5 Mar 2007 16:04:13 -0000
I posted this yesterday referring to your suggestion about the alt I 
couldn't get to work, but I think it's maybe buried now - so here's a repost 
:

Thanks.

I've been trying this evening to get the alt to work in the popup.    I've
changed the line to read :

<IMG id=pic1 alt="St Mary's Loch" style="LEFT: -1800px;
POSITION: absolute;
TOP: -1800px"  src="c:\rob\acafe lesson 25.jpg">

and it still doesn't work.  I've tried it with and without the commas around
St Mary's Loch and that makes no difference.   I've also looked at old
scripts I've used and they all seem the same and do work.   I'm puzzled by 
it - but I'd like to find why it won't work.    Does the style section not 
end
at ----1800px" ?   I did have it after that, and that's where Elaine has
it
too - and her's works.

Robert.


"lavonne" <lavonne@dinner.com> wrote in message
news:1172869806_57669@pegasus.annex.net...
Beautiful and terrific job with this Robert.
In the lesson I think he was simply explaining to us what the image was. But
the real code is for the name of the owner of the copyright of the image
used. For example since this is your snapshot you could have placed il like
this:

Alt="©Robert"  Or it could have been something like Alt=St Mary's
Loch
©Robert 2007" or whatever you choose to use. The blue snippet is from one
of
my scripts showing how Kuno did the alts in it.


<!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd
alt="background picture"
src="C:\Stats\Lesson25_FS_26Boots\tile2.jpg">
<DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
src="C:\Stats\Lesson25_FS_26Boots\glitter.jpg"> <IMG id=pic1
style="LEFT: -1800px; POSITION: absolute; TOP: -1800px" alt=Hemera
src="C:\Stats\Lesson25_FS_26Boots\Boots.jpg">

In the 2 snippets from your script below the alts show up for me.
background=cid:002d01c75cec$0795e610$0301a8c0@userndz649g709 scroll=auto
alt="background picture"><BGSOUND balance=0

<DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
src="cid:002e01c75cec$0795e610$0301a8c0@userndz649g709" -- below image
popup
<!--> <IMG id=pic1 style="LEFT: -1800px; POSITION: absolute; TOP:
-1800px"
alt="St Mary's loch"
src="cid:002f01c75cec$0795e610$0301a8c0@userndz649g709">

Looks like you placed it in the style section. Try placing it like this:
<IMG id=pic1 ALT="St Mary's loch" style="Left: . . .
See if that works. I have never gotten any link to work when I put it in the
style portion of the code because it is not a part of the style.
The 1024 x 768 images might have been used as a background tile and then
reduced to go in the popup pic. He used the same image for both at times and
I have done that as well. It is probably best to make the one you use for
the background a seamless tile, though, in case of a larger screen user.
Did you understand the math in the script? The earlier ones don't have a lot
of math but the later ones have tons of it so it is important to understand
it as you go.  Some of his later scripts are beyond me, though. <G>
Hugs,
LaVonne

"Robert" <robert@neverever.net> wrote in message
news:1172854828_56303@pegasus.annex.net...
acafe lesson 25-1I've got this done now - thanks.

More questions though !

Before I had this scrolling in the popup, the name in the image alt part was
working in the popup and now it doesn't.  I've got alt="St Mary's
Loch" in
both versions, and also had exactly the same backgrounds.   It works in
Elaines post, and I can't see any difference.   I took out my inverted
commas at each end, and it made no difference.

Kuno has also got "alts" in the script where the backgrounds are
specified.
I've left them in, but they don't show in the stat and I don't see their
purpose.

In this lesson, Kuno specified a 1024x768 image, but in the script he calls
pic1W=800 and pic1H=600.    I presume that is to let the scrolling
background show on a 1024x768 screen, but it seems a funny way to do it.
My image is 1024x768 and I can increase pic1W and H to 944x708, keep the
image in proportion and still show the scrolling background in 1024x768
resolution.   I don't follow his reasoning at all.

Comments welcome !!

Robert. Pop Up
   Close



Post Reply
Re: acafe lesson 25-1 - new question for LaVonne
Mon, 5 Mar 2007 16:28:51 -0500
Robert here is the way I did it in one of my scripts and it works for me:


</STYLE>
<!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd 
alt="background picture"
src="C:\Stats\FS_He_and_Me\BG.jpg"> 
<DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background 
src="C:\Stats\FS_He_and_Me\BG.jpg"> <IMG id=pic1 
style="LEFT: -1800px; POSITION: absolute; TOP: -1800px" alt=Hemera 
src="C:\Stats\FS_He_and_Me\Image.jpg"> 

Notice that one them has the "  " and the other two do not. I do not
know the reason for this.
Hugs,
LaVonne




"Robert" <robert@neverever.net> wrote in message
news:1173110685_78631@pegasus.annex.net...
>I posted this yesterday referring to your suggestion about the alt I 
> couldn't get to work, but I think it's maybe buried now - so here's a
repost 
> :
> 
> Thanks.
> 
> I've been trying this evening to get the alt to work in the popup.    I've
> changed the line to read :
> 
> <IMG id=pic1 alt="St Mary's Loch" style="LEFT: -1800px;
POSITION: absolute;
> TOP: -1800px"  src="c:\rob\acafe lesson 25.jpg">
> 
> and it still doesn't work.  I've tried it with and without the commas
around
> St Mary's Loch and that makes no difference.   I've also looked at old
> scripts I've used and they all seem the same and do work.   I'm puzzled by

> it - but I'd like to find why it won't work.    Does the style section not

> end
> at ----1800px" ?   I did have it after that, and that's where Elaine
has it
> too - and her's works.
> 
> Robert.
> 
> 
> "lavonne" <lavonne@dinner.com> wrote in message
> news:1172869806_57669@pegasus.annex.net...
> Beautiful and terrific job with this Robert.
> In the lesson I think he was simply explaining to us what the image was.
But
> the real code is for the name of the owner of the copyright of the image
> used. For example since this is your snapshot you could have placed il
like
> this:
> 
> Alt="©Robert"  Or it could have been something like Alt=St Mary's
Loch
> ©Robert 2007" or whatever you choose to use. The blue snippet is from
one of
> my scripts showing how Kuno did the alts in it.
> 
> 
> <!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd
> alt="background picture"
src="C:\Stats\Lesson25_FS_26Boots\tile2.jpg">
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="C:\Stats\Lesson25_FS_26Boots\glitter.jpg"> <IMG
id=pic1
> style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
alt=Hemera
> src="C:\Stats\Lesson25_FS_26Boots\Boots.jpg">
> 
> In the 2 snippets from your script below the alts show up for me.
> background=cid:002d01c75cec$0795e610$0301a8c0@userndz649g709 scroll=auto
> alt="background picture"><BGSOUND balance=0
> 
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="cid:002e01c75cec$0795e610$0301a8c0@userndz649g709" -- below
image popup
> <!--> <IMG id=pic1 style="LEFT: -1800px; POSITION: absolute;
TOP: -1800px"
> alt="St Mary's loch"
> src="cid:002f01c75cec$0795e610$0301a8c0@userndz649g709">
> 
> Looks like you placed it in the style section. Try placing it like this:
> <IMG id=pic1 ALT="St Mary's loch" style="Left: . . .
> See if that works. I have never gotten any link to work when I put it in
the
> style portion of the code because it is not a part of the style.
> The 1024 x 768 images might have been used as a background tile and then
> reduced to go in the popup pic. He used the same image for both at times
and
> I have done that as well. It is probably best to make the one you use for
> the background a seamless tile, though, in case of a larger screen user.
> Did you understand the math in the script? The earlier ones don't have a
lot
> of math but the later ones have tons of it so it is important to
understand
> it as you go.  Some of his later scripts are beyond me, though. <G>
> Hugs,
> LaVonne
> 
> "Robert" <robert@neverever.net> wrote in message
> news:1172854828_56303@pegasus.annex.net...
> acafe lesson 25-1I've got this done now - thanks.
> 
> More questions though !
> 
> Before I had this scrolling in the popup, the name in the image alt part
was
> working in the popup and now it doesn't.  I've got alt="St Mary's
Loch" in
> both versions, and also had exactly the same backgrounds.   It works in
> Elaines post, and I can't see any difference.   I took out my inverted
> commas at each end, and it made no difference.
> 
> Kuno has also got "alts" in the script where the backgrounds are
specified.
> I've left them in, but they don't show in the stat and I don't see their
> purpose.
> 
> In this lesson, Kuno specified a 1024x768 image, but in the script he
calls
> pic1W=800 and pic1H=600.    I presume that is to let the scrolling
> background show on a 1024x768 screen, but it seems a funny way to do it.
> My image is 1024x768 and I can increase pic1W and H to 944x708, keep the
> image in proportion and still show the scrolling background in 1024x768
> resolution.   I don't follow his reasoning at all.
> 
> Comments welcome !!
> 
> Robert. Pop Up
>   Close
> 
> 
> 
> 
>
Post Reply
Re: acafe lesson 25-1 - new question for LaVonne
Mon, 5 Mar 2007 22:11:30 +0100
Try it so once Robert!

<IMG id=pic1 style="position:absolute; left:-1800px; top:-1800px;"

src="D:\PSP_afbeeldingen\peervogel 419x419.jpg" alt="©by
Loe">

Greetings,
Loe

"Robert" <robert@neverever.net> schreef in bericht 
news:1173110685_78631@pegasus.annex.net...
>I posted this yesterday referring to your suggestion about the alt I 
>couldn't get to work, but I think it's maybe buried now - so here's a 
>repost :
>
> Thanks.
>
> I've been trying this evening to get the alt to work in the popup.    I've
> changed the line to read :
>
> <IMG id=pic1 alt="St Mary's Loch" style="LEFT: -1800px;
POSITION: 
> absolute;
> TOP: -1800px"  src="c:\rob\acafe lesson 25.jpg">
>
> and it still doesn't work.  I've tried it with and without the commas 
> around
> St Mary's Loch and that makes no difference.   I've also looked at old
> scripts I've used and they all seem the same and do work.   I'm puzzled by

> it - but I'd like to find why it won't work.    Does the style section not

> end
> at ----1800px" ?   I did have it after that, and that's where Elaine
has 
> it
> too - and her's works.
>
> Robert.
>
>
> "lavonne" <lavonne@dinner.com> wrote in message
> news:1172869806_57669@pegasus.annex.net...
> Beautiful and terrific job with this Robert.
> In the lesson I think he was simply explaining to us what the image was. 
> But
> the real code is for the name of the owner of the copyright of the image
> used. For example since this is your snapshot you could have placed il 
> like
> this:
>
> Alt="©Robert"  Or it could have been something like Alt=St Mary's
Loch
> ©Robert 2007" or whatever you choose to use. The blue snippet is from
one 
> of
> my scripts showing how Kuno did the alts in it.
>
>
> <!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd
> alt="background picture"
src="C:\Stats\Lesson25_FS_26Boots\tile2.jpg">
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="C:\Stats\Lesson25_FS_26Boots\glitter.jpg"> <IMG
id=pic1
> style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
alt=Hemera
> src="C:\Stats\Lesson25_FS_26Boots\Boots.jpg">
>
> In the 2 snippets from your script below the alts show up for me.
> background=cid:002d01c75cec$0795e610$0301a8c0@userndz649g709 scroll=auto
> alt="background picture"><BGSOUND balance=0
>
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="cid:002e01c75cec$0795e610$0301a8c0@userndz649g709" -- below
image 
> popup
> <!--> <IMG id=pic1 style="LEFT: -1800px; POSITION: absolute;
TOP: -1800px"
> alt="St Mary's loch"
> src="cid:002f01c75cec$0795e610$0301a8c0@userndz649g709">
>
> Looks like you placed it in the style section. Try placing it like this:
> <IMG id=pic1 ALT="St Mary's loch" style="Left: . . .
> See if that works. I have never gotten any link to work when I put it in 
> the
> style portion of the code because it is not a part of the style.
> The 1024 x 768 images might have been used as a background tile and then
> reduced to go in the popup pic. He used the same image for both at times 
> and
> I have done that as well. It is probably best to make the one you use for
> the background a seamless tile, though, in case of a larger screen user.
> Did you understand the math in the script? The earlier ones don't have a 
> lot
> of math but the later ones have tons of it so it is important to 
> understand
> it as you go.  Some of his later scripts are beyond me, though. <G>
> Hugs,
> LaVonne
>
> "Robert" <robert@neverever.net> wrote in message
> news:1172854828_56303@pegasus.annex.net...
> acafe lesson 25-1I've got this done now - thanks.
>
> More questions though !
>
> Before I had this scrolling in the popup, the name in the image alt part 
> was
> working in the popup and now it doesn't.  I've got alt="St Mary's
Loch" in
> both versions, and also had exactly the same backgrounds.   It works in
> Elaines post, and I can't see any difference.   I took out my inverted
> commas at each end, and it made no difference.
>
> Kuno has also got "alts" in the script where the backgrounds are

> specified.
> I've left them in, but they don't show in the stat and I don't see their
> purpose.
>
> In this lesson, Kuno specified a 1024x768 image, but in the script he 
> calls
> pic1W=800 and pic1H=600.    I presume that is to let the scrolling
> background show on a 1024x768 screen, but it seems a funny way to do it.
> My image is 1024x768 and I can increase pic1W and H to 944x708, keep the
> image in proportion and still show the scrolling background in 1024x768
> resolution.   I don't follow his reasoning at all.
>
> Comments welcome !!
>
> Robert. Pop Up
>   Close
>
>
>
>
> 

Post Reply
Re: acafe lesson 25-1 - new question for LaVonne
Mon, 5 Mar 2007 22:14:22 +0100
yet a time

Try it so once Robert!

<IMG id=pic1 style="position:absolute; left:-1800px; top:-1800px;"
src="D:\PSP_afbeeldingen\peervogel 419x419.jpg"
alt="©Robert">
Greetings,
Loe


"Robert" <robert@neverever.net> schreef in bericht 
news:1173110685_78631@pegasus.annex.net...
>I posted this yesterday referring to your suggestion about the alt I 
>couldn't get to work, but I think it's maybe buried now - so here's a 
>repost :
>
> Thanks.
>
> I've been trying this evening to get the alt to work in the popup.    I've
> changed the line to read :
>
> <IMG id=pic1 alt="St Mary's Loch" style="LEFT: -1800px;
POSITION: 
> absolute;
> TOP: -1800px"  src="c:\rob\acafe lesson 25.jpg">
>
> and it still doesn't work.  I've tried it with and without the commas 
> around
> St Mary's Loch and that makes no difference.   I've also looked at old
> scripts I've used and they all seem the same and do work.   I'm puzzled by

> it - but I'd like to find why it won't work.    Does the style section not

> end
> at ----1800px" ?   I did have it after that, and that's where Elaine
has 
> it
> too - and her's works.
>
> Robert.
>
>
> "lavonne" <lavonne@dinner.com> wrote in message
> news:1172869806_57669@pegasus.annex.net...
> Beautiful and terrific job with this Robert.
> In the lesson I think he was simply explaining to us what the image was. 
> But
> the real code is for the name of the owner of the copyright of the image
> used. For example since this is your snapshot you could have placed il 
> like
> this:
>
> Alt="©Robert"  Or it could have been something like Alt=St Mary's
Loch
> ©Robert 2007" or whatever you choose to use. The blue snippet is from
one 
> of
> my scripts showing how Kuno did the alts in it.
>
>
> <!--bgd-tile inside FS ******--><IMG class=fsbgd id=popbgd
> alt="background picture"
src="C:\Stats\Lesson25_FS_26Boots\tile2.jpg">
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="C:\Stats\Lesson25_FS_26Boots\glitter.jpg"> <IMG
id=pic1
> style="LEFT: -1800px; POSITION: absolute; TOP: -1800px"
alt=Hemera
> src="C:\Stats\Lesson25_FS_26Boots\Boots.jpg">
>
> In the 2 snippets from your script below the alts show up for me.
> background=cid:002d01c75cec$0795e610$0301a8c0@userndz649g709 scroll=auto
> alt="background picture"><BGSOUND balance=0
>
> <DIV class=cont id=cont1></DIV><IMG class=tile id=tile
alt=background
> src="cid:002e01c75cec$0795e610$0301a8c0@userndz649g709" -- below
image 
> popup
> <!--> <IMG id=pic1 style="LEFT: -1800px; POSITION: absolute;
TOP: -1800px"
> alt="St Mary's loch"
> src="cid:002f01c75cec$0795e610$0301a8c0@userndz649g709">
>
> Looks like you placed it in the style section. Try placing it like this:
> <IMG id=pic1 ALT="St Mary's loch" style="Left: . . .
> See if that works. I have never gotten any link to work when I put it in 
> the
> style portion of the code because it is not a part of the style.
> The 1024 x 768 images might have been used as a background tile and then
> reduced to go in the popup pic. He used the same image for both at times 
> and
> I have done that as well. It is probably best to make the one you use for
> the background a seamless tile, though, in case of a larger screen user.
> Did you understand the math in the script? The earlier ones don't have a 
> lot
> of math but the later ones have tons of it so it is important to 
> understand
> it as you go.  Some of his later scripts are beyond me, though. <G>
> Hugs,
> LaVonne
>
> "Robert" <robert@neverever.net> wrote in message
> news:1172854828_56303@pegasus.annex.net...
> acafe lesson 25-1I've got this done now - thanks.
>
> More questions though !
>
> Before I had this scrolling in the popup, the name in the image alt part 
> was
> working in the popup and now it doesn't.  I've got alt="St Mary's
Loch" in
> both versions, and also had exactly the same backgrounds.   It works in
> Elaines post, and I can't see any difference.   I took out my inverted
> commas at each end, and it made no difference.
>
> Kuno has also got "alts" in the script where the backgrounds are

> specified.
> I've left them in, but they don't show in the stat and I don't see their
> purpose.
>
> In this lesson, Kuno specified a 1024x768 image, but in the script he 
> calls
> pic1W=800 and pic1H=600.    I presume that is to let the scrolling
> background show on a 1024x768 screen, but it seems a funny way to do it.
> My image is 1024x768 and I can increase pic1W and H to 944x708, keep the
> image in proportion and still show the scrolling background in 1024x768
> resolution.   I don't follow his reasoning at all.
>
> Comments welcome !!
>
> Robert. Pop Up
>   Close
>
>
>
>
> 

Post Reply
<< Previous 1 2 3 4 Next >>
( Page 1 of 4 )
about | contact