Hi All,
I'm sure this is in here somewhere already but could someone point me in the right direction?
I have a list report and I want to have a tooltip pop up when the user hovers the mouse over the column title.
I am a complete rookie when it comes to HTML and Java so please make it as simple as possible!!
Cheers
Stuart
Hi,
try below
Unlock the list report from the tool bar
add the HTML Item before List data item section
paste the below code in to HTML item
<p title="required tool tip message">
add the HTML item after the data item to close the HTML tag,paste below code to close HTML tag.
</p>
lock the report.
HTH,
Venu
Thanks Venu