I am trying to get 3 lines into an anchor title but cannot get html to recognize the <br> when it is within the script tags. The output is this when hovering over the link:
your name<br>your address
Here is the code I have been trying:
title="<%=nnRst("Name 1") & "<br>" & nnRst("Address")%>"
Does anyone know how to get the multiple lines in an anchor title?
Thanks,
Jack
your name<br>your address
Here is the code I have been trying:
title="<%=nnRst("Name 1") & "<br>" & nnRst("Address")%>"
Does anyone know how to get the multiple lines in an anchor title?
Thanks,
Jack