Re(2): How to eliminate sideways scrolling

Bob Raiselis Manila-Newbies@userland.com
Fri, 13 Dec 2002 23:37:31 -0500


on 12/13/02, Don Saklad wrote:

>How would the entire long URL be wrapped so that all the
>strings contained in the URL are shown?...

I think you would have to do something like

<a href="verylongURL">http:\//www.abu
nchofcharactersofURLandthen<br>somemo
recharactersofhteURL<br>evenmorecharacters</a>

The <br> will force a break. Using the \ escape means that Manila will
not try to create a link out of the address that is enclosed within the
<a href=""> and </a> tags.

Bob