I want a max character length of 80 characters on my text. It is being stopped by long, long links to which I can not find a way to shorten down in the actual code. Not on the website, but the actual code. Just to make it look cleaner and shorter and without the use of websites like shorturl.
An example of a long link that i have is this.
<a href="https://www.ukrinform.net/rubric-polytics/3308431-usukraine-strategic-partnership-commission-to-meet-this-fall.html">
But i want to be able to like cut it in half in the code so it displays for example like this:
<a href="https://www.ukrinform.net/rubric-polytics
/3308431-usukraine-strategic-partnership-commission-to-meet-this-fall.html">
All I am getting is errors with it taking on the first part of the link that contains the line break. I can not find any way to fix the problem.
I wonder if there is any possible way I can get done something similar.