Eric,
I've tried my darnest to make this work. Attached is all that I am able to come up with. I rename. Thought I follwed our directions to the t". I don't know.
The site is just practice. family.galenswebsite.com
Any help appreicated, as always.
Galen
I've tried my darnest to make this work. Attached is all that I am able to come up with. I rename. Thought I follwed our directions to the t". I don't know.
The site is just practice. family.galenswebsite.com
Any help appreicated, as always.
Galen
It appears that you didn't put the code into a HTML box. Click the HTML tool to the left hand side of the design screen and place the code on my page in that html box. Step 4 goes to the body HTML and step 5 goes to the Header HTML.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Eric,
Back to let you know I finally got it working. I ended up copy the source code directly from your EXCELLENT website and that did the trick.
Just three more questions, please????
For this practice my pictures are 216px x 162px.
I did see a section labeled: /* set the width and height to match your images */, but do not know the proper syntax to make it match my pictures.
Secondly, where can I set the location of the html box? Seems that no matter where I put it in VSD, when I preveiw it ends up sort of in the middle of the page.
And last, I am curious that I see a reference to coffeecup.com and was wandering what that was for?
Thanks for helping me through this process. I am really learning alot from this.
The site I've actually been working on and will use this technique is www.rascal.cc
Check it out if you would like. Without VSD and forum members like you there would have been no way that I could have done that site.
Thanks again,
Galen
Back to let you know I finally got it working. I ended up copy the source code directly from your EXCELLENT website and that did the trick.
Just three more questions, please????
For this practice my pictures are 216px x 162px.
I did see a section labeled: /* set the width and height to match your images */, but do not know the proper syntax to make it match my pictures.
Secondly, where can I set the location of the html box? Seems that no matter where I put it in VSD, when I preveiw it ends up sort of in the middle of the page.
And last, I am curious that I see a reference to coffeecup.com and was wandering what that was for?
Thanks for helping me through this process. I am really learning alot from this.
The site I've actually been working on and will use this technique is www.rascal.cc
Check it out if you would like. Without VSD and forum members like you there would have been no way that I could have done that site.
Thanks again,
Galen
I only set the height in the code and it worked fine. My images and HTML box are 525x350.
You can set the width if you want.
#slideshow {
position:relative;
height:350px;
width:525px;
}
There might be something missing in the code or another script on the page causing the placement issue. I rechecked mine and was able to put it any where on the page and it showed true in the browser. Can you share a link to your page with the slide show?
I was going to use teacup.com but I like coffee better.
You can set the width if you want.
#slideshow {
position:relative;
height:350px;
width:525px;
}
There might be something missing in the code or another script on the page causing the placement issue. I rechecked mine and was able to put it any where on the page and it showed true in the browser. Can you share a link to your page with the slide show?
I was going to use teacup.com but I like coffee better.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
I followed your instructions to the T Rolly, and placement was not an issue for me either, even for this slide show noob. 
Thanks for another great tutorial. You make our websites easy!

Thanks for another great tutorial. You make our websites easy!

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.