Jim Cockerham
10-26-06, 05:38 PM
I am beating my head on my desk trying to figure out why this code does not work. I want the image to display based on the availability group. I have the %OUI% first . Here is the code:
%IF(INAVAILGROUP|Lodg)%
<IMG src="graphics/00000001/hotel_store_head.jpg" border="0" hspace="0" vspace="0" alt="blah">
%IFEND%
%IF(INAVAILGROUP|Atlas)%
<IMG src="graphics/00000001/atlas_head.jpg" border="0" hspace="0" vspace="0" alt="blah2">
%IFEND%
%IF(INAVAILGROUP|Lodg)%
<IMG src="graphics/00000001/hotel_store_head.jpg" border="0" hspace="0" vspace="0" alt="blah">
%IFEND%
%IF(INAVAILGROUP|Atlas)%
<IMG src="graphics/00000001/atlas_head.jpg" border="0" hspace="0" vspace="0" alt="blah2">
%IFEND%