Hi,
you can use the styles for displaying the link dynamically ..
try this..
in your .html write like this..
<style>
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
</style>
<htmlb:link id = "xyz"
linkType = "FUNCTION"
onClick = "EH_ONINC"
text = "In confidence" />
Regards,
Srinivas.