I have a table to display the results pulled from the databse. One of the <td></td> is to display url links. When the link is too long, it squeezes space from other fields, since the link would only display in one line.
e.g. http://averylongurl.com/XXXXXXXXX/XXXXXXX/XXXXXX.aspx
Is there a way to force the link to break into, 2 lines? Like,
http://averylongurl.com/
xxxxxxxxxx/xxxxxxxxxxxx/xxxxxx.aspx
I know this not a asp.net specific question, but I get used to ask my questions here. Wonder if anybody can help me. Thanks.
Go to the complete details ...