Re(2): How to eliminate sideways scrolling
Bob Raiselis
Manila-Newbies@userland.com
Fri, 13 Dec 2002 16:42:30 -0500
on 12/13/02, Dan Geiser wrote:
>From: "Don Saklad" <dsaklad@zurich.ai.mit.edu>
>To: <manila-Newbies@userland.com>; <dsaklad@zurich.ai.mit.edu>
>Sent: Friday, December 13, 2002 3:31 PM
>Subject: How to eliminate sideways scrolling
>
>
>> How would I fix the weblog
>> http://GuideToProblematicalLibraryUse.WebLogs.com
>>
>> so that it's not necessary to scroll right and left so much?...
Use html code to make the link (not Manila-like, but sometimes you have
to do it).
So,
instead of typing "http://www.verylongURL" to get the link,
instead insert
<a href="http://www.verylongURL">Description of long URL</a>
The long URL won't show up on the page.
Bob