Click to See Complete Forum and Search --> : simple question, please help......


Ale
01-18-2003, 03:57 PM
I am an amateur web site designer (for pleasure, not business) who is attempting to learn the process alone, and javascript.internet.com has been a tremendous help.

However, I do have one, perhaps naive question to ask. When I incorporate a particular script to HTML (in this case, Dreamweaver) that has image files that are part of the script, (which I download from your site) how do I "mix" the two in order for them to appear in my browser?

This may be easy to answer or complicated, whatever the circumstance, could you provide me with any answer, tutorial, link etc. that may assist me?

I would greatly appreciate it.

Thank you again.

Alex

AdamBrill
01-18-2003, 04:03 PM
What do you mean? Could you post some code or a link or something?

Ale
01-18-2003, 06:44 PM
first let me say thank you for the reply...............here
is an example:

.
http://javascript.internet.com/clocks/digital-clock.html#source


.
see this, it is a digital clock (and above there is a link where you download the necessary image files) .....when I enter the code in Dreamweaver html, for example, everything seems to be set in place EXCEPT the images that are needed. (In this case, the neat looking blue digital numbers) .....despite the fact I download those image files .....I dont get the desired clock working right. So, how do I combine both the script and images together?


Many thanks again for the quick reply.....

pyro
01-18-2003, 06:48 PM
Did you put those images in a folder called digital-clock? If not, that is your problem. If you file is located at http://www.yourdomain.com/clock.htm then your images should be at http://www.yourdomain.com/digital-clock/

Ale
01-19-2003, 02:45 PM
yes Pyro, I did. However, I went back and made some adjustsments to the text in code, and everything is fine.

.
I thank all of you for your replies, even if we dont give ourselves the right answers or not, just a simple reply will get us thinking and eventually lead to the solution.

Thanks again.

:)