PDA

View Full Version : Need to overlay an image with text


bam
08-15-2003, 07:23 PM
I am new to this environment and have not yet found a way to dynamically overlay an image with text. For example: I have the NFPA diamond and the information on the diamond needs to change when the product selected changes. I can get the data and display it on my page I am just not sure how to place it within the diamond image. Any suggestions would be greatly appreciated.
:confused:

Vladdy
08-15-2003, 07:36 PM
Put image in the background of the element that holds text.

bam
08-17-2003, 02:55 PM
:)
Thank you for your suggestion. It worked GREAT. I defined the image as the background for a table and then placed the text where needed.