Quote:
Originally Posted by TigerC10
You uh... Can't put two images on one line like that. Well I guess you can, but it takes some complicated handling and parsing.
You should just create two image arrays...
Code:
<!-- Edit the url images to match yours
theImagesA[0] = 'images/statusicon/forum_old.gif'
theImagesB[0] = 'images/statusicon/forum_old2.gif'
theImagesA[1] = 'images/statusicon/forum_new.gif'
theImagesB[1] = 'images/statusicon/forum_new2.gif'
That's the best way of doing "two images".
|
That makes it so that no images are displayed, just one of those classic broken image boxes. Could it be releated to other parts of the code?
--------------- Added [DATE]1238900644[/DATE] at [TIME]1238900644[/TIME] ---------------
might it also have to do anything with the code you use to display it where you want?
Code:
<SCRIPT LANGUAGE="JavaScript">
showImage();
</script>