This first parameter is a name(String) and the second parameter is its value(String). Now, if the value is a URL which is more than 40 characters long, I need to ensure that the rowspan of both values is increased accordingly. However, in doing so, the hyperlink for the value String is also truncated. Hence, if the hyperlink was 48 characters, it is changed to 40 characters and the URL does not open. Something like, http://www.google.com gets changed to
http://www.gooo <---- the wrong hyperlink gle.com
How do i ensure that even after rowspan, the entire URL is not affected?