frenchfry
07-23-2004, 12:43 AM
To do it with text, use this exact code, replacing ONLY the color # and "TEXT"
<a href="#" onClick="document.bgColor='#COLOR;">TEXT</a>
To do it with an image:
<img src="YOURIMAGE.GIF" onClick="document.bgColor='#COLOR;">
As before, change the img src and the color #.
<a href="#" onClick="document.bgColor='#COLOR;">TEXT</a>
To do it with an image:
<img src="YOURIMAGE.GIF" onClick="document.bgColor='#COLOR;">
As before, change the img src and the color #.