PDA

View Full Version : displaying images and removing them


allyson
07-20-2002, 06:31 AM
Hi

I would like to have a function which would load and display an image, and then one to remove the image. If you look at http://homepages.ihug.co.nz/~usateden/panacea/entry.htm
I would like the default message to be the logo, which is currently above the changing text. When the user moves on and off the pallette I would like the logo to disappear and reappear and the text can go where the logo used to be.

Thank-you

bye
Allyson

caldasgsm
07-21-2002, 02:40 AM
looking at the code you ar using try to change the deafult
message to '<img src="logo" ........>'

that sould place an image in the place of the text...
that giving the effect you what...if I understood correctly