Can I add photos 2 webpage that will change as page is reloaded

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I add photos to frontpage webpage that will change to different picture
when page is reloaded?
 
No.

It's never safe to assume anything can go in shared borders.

If you modify the instructions to paste the script in the body of the shared
border you should be OK though.

(It will pay to learn how shared borders work with Javascript in the long
run....)
 
Modify how? (I'm a little new to altering HTML and Javascript outside of what
FP generates for me, so I'm sorry if this is something that's basic and
obvious... :) )

Also, since I want to use this to change my site Logo/header (The logo would
remain the same, but the pictures next to them would change) would I take-

theImages[0] = '1.gif'
theImages[1] = '2.gif'
theImages[2] = '3.gif'
theImages[3] = '4.gif'

and change it to-

theImages[0] = 'images/header1.gif'
theImages[1] = 'images/header2.gif'
theImages[2] = 'images/header3.gif'
theImages[3] = 'images/header4.gif'

where header1.gif, etc would be the four variations I wish to use and they
are in the images folder?

Thanks for your time on this...

Rich
 
Back
Top