RE: [LimeBits 231] Text, line breaks

0 views
Skip to first unread message
Message has been deleted

Jonathan A. Marshall

unread,
Jun 21, 2009, 9:04:32 PM6/21/09
to LimeBits forum
That's a bug -- thanks for pointing it out. If you find a fix, please post
it here; otherwise it'll go onto the fixit list.

--Jonathan

-----Original Message-----
From: Clayburn
Sent: Saturday, June 20, 2009 10:43 PM
To: LimeBits
Subject: [LimeBits 231] Text, line breaks

How do I prevent text from wrapping if the content is at the edge of
the screen? I'd prefer the text continue on and would be viewable by
panning, rather than it automatically line breaking at the edge of the
screen.

Jonathan A. Marshall

unread,
Jun 29, 2009, 10:38:26 AM6/29/09
to LimeBits forum
One way is to set CSS overflow:auto and a fixed width:
    <div style="width:200px;overflow:auto;">this is my textbox content</div>

Thanks,
--Jonathan
Reply all
Reply to author
Forward
0 new messages