due to that is a hyperlink somehow my span is not picking up the textcolor. also can we make the color more like a background of whatever textcolor is and font text color = white and bold?
temp.Append("<span style=""font-family:Arial;
font-weight:bold;font-size
:12px; color:")
temp.Append(TextColor)
temp.Append("""><br>")
temp.Append("<a href='
www.google.com?id=")
temp.Append(item_id )
temp.Append("'>")
temp.Append(Item._Title.To
String())
temp.Append("</a>")
temp.Append("</span>")
Start Free Trial