Day of Week2. Create the Images |
|
Join the DiscussionMore of this FeatureBelow are the seven images that I used with the example of this script. You will probably want to create your own but you can use mine if you want. Whichever way you go you need to make sure that you save the images with the appropriate filenames that appear under the images to match with the days of the week on which they are to display. All seven images must be the same size, in the same folder path, and of the same file type.
<img id="dow" src="graphics/saturday.gif" width="200" height="80" alt="day of week image" />
The only distinguishing thing about this particular image is that it has a specific id that identifies the image that is to be replaced with the specific day of the week images. The next step is to obtain the script. |









