I have a hyperlink that needs to be displayed on a web page. The user can click this link to open the page. What I am wondering is: I think there's a bit of code that can split a hyperlink into 2 lines, but I can't find it.
E.g. this is what is displayed on the page:
I would like it to be displayed as:
test/page/default.html
because of space limitations.
If I split it in the code, even if the anchor tag is still around it, it only considers the first part of the link ( to be the hyperlink and ignores the rest of the url.
Thanks.
E.g. this is what is displayed on the page:
I would like it to be displayed as:
test/page/default.html
because of space limitations.
If I split it in the code, even if the anchor tag is still around it, it only considers the first part of the link ( to be the hyperlink and ignores the rest of the url.
Thanks.