Hi
I am not getting the color change of the link ,
is there any other way to change the color of the link
thank you,
regards,
jagrut bharatkumar shukla
code as follows
<htmlb:content>
<htmlb:page title="BSP Extension: HTMLB / Element: Link" >
<htmlb:form>
<htmlb:link id = "link1"
text = "<SPAN style =color:'red'> HOME </span>"
reference = "login.htm"
tooltip = "Tooltip"
onClick = "MyLinkClick" />
<htmlb:link id = "link5"
text = "Contact Us "
reference = "contact.htm"
tooltip = "Tooltip"
onClick = "MyLinkClick" />
</htmlb:form>
</htmlb:page>
</htmlb:content>