Skip to Content
0
Former Member
Sep 12, 2007 at 10:40 AM

ERROR please help

29 Views

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>