ok. For some reason I am not explaining myself correctly. I am using CMPS. I want to change the header for each of the boxes that I show. So this is what CMPS shows
Code:
LEFT COLUMN MIDDLE COLUMN RIGHT COLUMN
BOX 1 BOX 2 BOX 3
BOX 4 BOX 5
BOX 6
BOX 7
For Box 1, I want the background header to be Red
For Box 2, I want the background header to be blue
For Box 3, I want the background header to be Green
For Box 4, I want the background header to be Orange
For Box 5, I want the background header to be Blue
For Box 6, I want the background header to be purple
For box 7, I want the background header to be black
Because the changes to some of these boxes are controlled by a single template, the only way I can see doing this is comparing the text that will be input for each header so I do something like:
If Box Title == Search
header -> Red
If Box Title == Login
header --> green
....
So ... What I need to know is what is the variable that I need to use in order to test for the Box Title so I can do the proper test to display the appropiate background.
Hope this explains it better,
Gladys