Hi,
HTML Item1 - <div title="
HTML Item2 - change the source type in HTML Source to data item value and Dataitem value to Data item.
HTML Item3 - ">
HTML Item4 - </div>
its working fine as per the above code but when i'm trying to add background color using class and with name tooltip as label name or using style with back ground color it not working.
1. style="background-color: blue"
2. .tooltipbcgrnd {
background-color: blue;
}
Thanks in Advance.