2009 Sep 25 6:20 PM
dear gurus,
we want to insert a long url, about 4lines, into a standard text in so10,
and send the standard text as an email, but the link is always broken into pieces when displayed in the email.
could you pls how to solve this?
br.
jun
2009 Sep 25 7:14 PM
Hi,
Best way to achieve this is add the html tags in your text and send the mail as a HTM, it will work.
For eg:
<html><b> sample</b>
<a href="http://www.ahfb2000.com ad,f adfa fahdfak faksdhf asdkfha afdakh fakdfh asdfka hdfkasdfa">Click Here </a>
</html>
or
concatenate << at the start of the link and >> at the end of the link without any spaces and try sending it as a HTM mail
It would work, even if the text is in multiple lines.
Regards,
Subramanian
2009 Sep 25 9:56 PM
Hi,
while you are done with first line use '=' as a paragraph format for other lines. It will give you a continious line.
E.g.
H Les produits, la technologie et les services mentionnés dans cette factu
= re ont été exportés selon les règles de l' "US Export Administration" et
= celles du << Trade Sanctions Regulations >>. Tout détournement contrair
= e à la loi Américaine est formellement interdit.
this way u will get all your text in single line.
2013 Jan 17 8:09 AM
Hi Gaurav,
I tried using "=" for the second line, but still i am not getting hyperlink for second line.
Can you please suggest if there is any alternate solution.
Thanks,
Kavya
2013 Nov 11 3:10 PM
Did you find a solution for this? I am finding the same issue. Thanks
2013 Nov 13 2:27 PM
Hello,
1) use doc_type as 'HTML' in packing_list in your program
When the doc type is “HTML”, blank line won’t be considered as ENTER, we have to maintain </br>
2) instead of storing the email address in SO10, hardcode the link in program
Hope it will help
2016 Jul 27 9:56 AM
Hi ,
I was also facing same issue.
Resolved by sing Shift F8 key.
Use Shift F8 on the line in Standard text editor to navigate after 72 chars.
Hope it helps.
Thanks,
Pragya