0
votes
3answers
32 views
1
vote
1answer
54 views
CSS break-word problem with div inside td in IE7
Hello,
I'm trying to use the CSS word-wrap property with break-word value.
I want to use this inside a td, and apparently need to use a additional div tag for this to work. fine.
…
0
votes
4answers
153 views
Is there a way to word-wrap text in a div?
I know IE has a word-wrap style but I'd like to know if there is a cross browser method of doing so to text in a div.
Preferably CSS but javascript snippets would work ok too
e …
0
votes
2answers
11 views
Making Wing IDE wrap lines on one file
I have one file in my project, (the readme file,) which I would like Wing IDE to display with wrapped lines. Is it possible?
0
votes
2answers
99 views
Cut of text if too wide in CSS or Asp.net
Hi,
I have this text inside a div with a fixed width:
Some headline (2009-10-10 small)
Some headline (2009-10-10 small)
Some headline (2009-10-10 large)
But when the headline i …
0
votes
2answers
106 views
fit-to-window-width for a QWebView
I'm writing an ebook viewer in C++ using Qt 4.5, using the QWebView object to render html files.
Some of the html files need a high window width, otherwise an horizontal scroll ba …
0
votes
0answers
53 views
Make wxPython grid cell display multiple lines (with CR) and word wrap simulaneously
I have frames with panels displaying large grids (11x1600 and 4x34) with the 4x34 having Very Long strings, including multiple line mini-tables and Long lines requiring word wrappi …
1
vote
0answers
61 views
Wrap text into semi-circle region
I'm modifying this glass button code to allow for both a Text and a TextExtra property. The goal is to render the Text in a larger/bolder font on the top half of the button and th …
0
votes
1answer
112 views
How to prevent line breaks for menu item using in CSS
Im trying to put a link called submit resume in menu using li tag. when i give space between submit and resume it wraps down. How to prevent wrapping. help me
1
vote
2answers
92 views
Internationalized word wrapping in Java
I need good word-wrapping handling for Java. Not too difficult, except for one wrinkle: since I'm working on an internationalized application, it needs to handle Chinese, Japanese …
6
votes
6answers
5k views
how to get a Flex text control to word wrap
I'm creating an Adobe Flex application and I have a Text control (mx:Text), which is supposedly used when you need multiline noneditable text (as opposed to a Label, which is singl …
0
votes
1answer
33 views
TextAttribute.TRACKING and LineBreakMeasurer
has anyone ever successfully used the java.awt.font.LineBreakMeasurer to draw word-wrapping text that has java.awt.font.TextAttribute.TRACKING (also known as letter spacing) set on …
0
votes
1answer
29 views
word wrap pros/cons
I got used so much to this in notepad++ that when i switched to eclipse/aptana i missed it sooo much. But after some time i did get used to not having that functionality. I guess t …
1
vote
2answers
1k views
how remove wordwrap from textarea
hi there, my simple textarea doesn't show horizontal bar when text overflow, it wrap text for a new line, so how remove wordwrap and display horizontal bar when text overflow ?
go …
5
votes
3answers
1k views
How to word wrap text in HTML?
How can text like "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" which exceeds the width of a div(say 200px), be wrapped?
I am open to any kind of solution such as CSS, jQuery, et …
