hey guys!
I'm new at ASP, and I hope that could please ask for some advice.
Basically I got a little test website that i am experimenting with, what I would like to to if the main page of the web site loads that in one of the tables that i got on the page has a few images that sort of display one after another. I suppose like a slide show in effect.
I understand that I can get an image from my folder like so:
<img border="0" src="/images/creek.jpg" alt="Creek" width="304" height="228" />
but I would for example like say three more "slide" over the "creek", sort of like a on page load loop of pictures. Can anyone please point me in the right direction?
I tried using an array of images but that sort of bomb out. I really apologise if I do sound vague and newbie, but I am diving in the deep end here, and its my first time with ASP.
Many thanks and happy coding! :)