I think the dots you're seeing are a list bullet which is probably one of the
list-style:
settings in your CSS file. There are a number of them, but most have "none" in the list-style. But you do have a couple or so that have some actual list styles in there that are most likely overriding that part of your code. What you may need to do is create a new list-style: for the lists that are within that slider code so that it ignores the default list styles of your page. Hopefully that makes sense, but look for this:
list-style:
and find the ones that say something other than none after that tag. You can then just experiment with them one by one by changing the list style to none for them, save the file, upload it and see if it changes those dots. If it does then you'll know which one is causing it and can create a new one to take it's place for only those <li></li> tags that are within that section. You'll want to change that list style back to its original style though so it doesn't mess up the rest of your site. Hopefully that will help some at least.
As for Hotlinking that's when you put a link on your site to an image that is on someone elses site so that it shows up on your website. Most sites don't allow people to do that on a permanent basis as it pulls bandwidth from their sites, but that's what it is.
list-style:
settings in your CSS file. There are a number of them, but most have "none" in the list-style. But you do have a couple or so that have some actual list styles in there that are most likely overriding that part of your code. What you may need to do is create a new list-style: for the lists that are within that slider code so that it ignores the default list styles of your page. Hopefully that makes sense, but look for this:
list-style:
and find the ones that say something other than none after that tag. You can then just experiment with them one by one by changing the list style to none for them, save the file, upload it and see if it changes those dots. If it does then you'll know which one is causing it and can create a new one to take it's place for only those <li></li> tags that are within that section. You'll want to change that list style back to its original style though so it doesn't mess up the rest of your site. Hopefully that will help some at least.
As for Hotlinking that's when you put a link on your site to an image that is on someone elses site so that it shows up on your website. Most sites don't allow people to do that on a permanent basis as it pulls bandwidth from their sites, but that's what it is.
I see you found the problem. I was working on downloading your css and before I got it all done the issue went away. Nice job. Which list style did you change to fix it?
The hot linking is as JoAnn described. I actually didn't have to alter anything in your code to do it because your using absolute links. You should change all of those links on your page to relative because it will speed up your page loading time.
The extra image in my slider on my page is me. Oh your site brings back the memories. I use to motocross race. The image is me on my 1988 RM 250 at the Pontiac Silver Dome. I still have that bike. I still ride it once and while but don't have the time to race any more. Maybe I'll get into some vintage class racing one of these days.LOL
Nice job Stuart.
The hot linking is as JoAnn described. I actually didn't have to alter anything in your code to do it because your using absolute links. You should change all of those links on your page to relative because it will speed up your page loading time.
The extra image in my slider on my page is me. Oh your site brings back the memories. I use to motocross race. The image is me on my 1988 RM 250 at the Pontiac Silver Dome. I still have that bike. I still ride it once and while but don't have the time to race any more. Maybe I'll get into some vintage class racing one of these days.LOL
Nice job Stuart.

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
Rolly,
Thanks a bunch for the tips and compliments. We've gotta chat.
Are you on Google+?? The F Word?
(I'm using a shortened URL in an effort to not have my site's KW's in this post, but you may want to see this: http://goo.gl/49rpD )
To get rid of the dots I ADDED: list-style: none; to: .pagination li {
float: left;
margin: 0 1px; } so it now looks like
Now I can't figure out how to place some text along the RH side of these images. (I'm working on this page until I get everything just right, then I'm going to be adding galleries to multiple pages)
I have already tried all the usual tricks such as <div class="ItemRight"> but I can't get the text to fill the space to the right of the images.
Any ideas on this??
Oh... and you're sure to enjoy the page linked in this post via a goo.gl url
Last but not least... I can't find a picture of you or your slider on http://progrower.coffeecup.com/
Thanks a bunch for the tips and compliments. We've gotta chat.
Are you on Google+?? The F Word?
(I'm using a shortened URL in an effort to not have my site's KW's in this post, but you may want to see this: http://goo.gl/49rpD )
To get rid of the dots I ADDED: list-style: none; to: .pagination li {
float: left;
margin: 0 1px; } so it now looks like
.pagination li {
float: left;
margin: 0 1px;
list-style: none;
float: left;
margin: 0 1px;
list-style: none;
Now I can't figure out how to place some text along the RH side of these images. (I'm working on this page until I get everything just right, then I'm going to be adding galleries to multiple pages)
I have already tried all the usual tricks such as <div class="ItemRight"> but I can't get the text to fill the space to the right of the images.
Any ideas on this??
Oh... and you're sure to enjoy the page linked in this post via a goo.gl url
Last but not least... I can't find a picture of you or your slider on http://progrower.coffeecup.com/
Update: I just now realized the thumbnails are not working on the page linked above... Im working on it
I'll have some more time later to see what it takes. I didn't know you had thumbnails too. You actually might want to Google and find a Jquery slider that looks almost exactly what you want so your not altering one so much. There's so many out there it's scary.

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
The thumbnails mentioned are on a different page and are of a bike that should look very much like what you have in the garage.
Take a look at this: http://goo.gl/49rpD
And Plz do point out the pic of you at the Silver Dome. I really want to see this.
Take a look at this: http://goo.gl/49rpD
And Plz do point out the pic of you at the Silver Dome. I really want to see this.
Rolly...
In regards to your ideqa of finding a script that will look and do exactly what I want, I was gonna say that I'm thinking that by staying with this script and customizing it to the way I like, it allows me a better learning experience which inturn will make future modifications easier to understand and to implement.
How'u like that??
BTW, Be sure to send me a link to the picture of you at the Silverdome
In regards to your ideqa of finding a script that will look and do exactly what I want, I was gonna say that I'm thinking that by staying with this script and customizing it to the way I like, it allows me a better learning experience which inturn will make future modifications easier to understand and to implement.
How'u like that??
BTW, Be sure to send me a link to the picture of you at the Silverdome

Is this kinda what your after?
http://ericrohloff.com/coffeecup/ccforu … index.html
http://ericrohloff.com/coffeecup/ccforu … index.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
Pretty Much... I was going to look into exploring captions later, first I was just trying to get the basics nailed down.
I initially had the images full width like you showed an example of but have since decided to try them in a slightly smaller format so that I could place some text beside the images. (not captions) Basically I just want the text to go beside the images similarly to how one might wrap text around any other image.
I really, really appreciate your help too.
I'm very impressed with the Silverdome pic. Do you have more that have never previously been uploaded?? (If so would you be interested in contributing them to be shown on my site here: http://www.your-adrenaline-fix.com/vint … tures.html ??
I would be glad to host some of these if you're interested.
(BTW, If you provide an example with text, please use lorem ipsum... etc so there is not duplicate text on the www)
Thanks again!!
I initially had the images full width like you showed an example of but have since decided to try them in a slightly smaller format so that I could place some text beside the images. (not captions) Basically I just want the text to go beside the images similarly to how one might wrap text around any other image.
I really, really appreciate your help too.
I'm very impressed with the Silverdome pic. Do you have more that have never previously been uploaded?? (If so would you be interested in contributing them to be shown on my site here: http://www.your-adrenaline-fix.com/vint … tures.html ??
I would be glad to host some of these if you're interested.
(BTW, If you provide an example with text, please use lorem ipsum... etc so there is not duplicate text on the www)
Thanks again!!
That one I posted is cropped down pretty far. I'll scan the full size one and your welcome to use it. I'll message you with a link when I get it done.

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
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.