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...
![Smile :) :)](/styles/default/custom/smilies/smile.gif)
)
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