Tagged Questions
24
votes
5answers
47k 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 cetera.
17
votes
3answers
7k views
wordwrap a very long string
How can you display a long string, website address, word or set of symbols with automatic line breaks to keep a div width? I guess a wordwrap of sorts. Usually adding a space works but is there a CSS ...
13
votes
5answers
9k 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
edit: yeah referring ...
11
votes
3answers
5k views
word-wrap:break-word not working in IE8
Can anyone please tell me why word-wrap: break-word will not work in IE8?
I have this working in other browsers but IE8 refuses to listen despite reading this post on their site?
...
8
votes
1answer
3k 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
7
votes
6answers
13k views
CSS word-wrapping in div
I have a div with a width of 250px. When the innertext is wider than that i want it to break down. The div is float: left and now has an overflow. I want the scrollbar to go away by using ...
6
votes
2answers
981 views
Using “word-wrap: break-word” within a table [closed]
Possible Duplicate:
Word-wrap in a html table
This text behaves exactly the way I want on Google Chrome (and other modern browsers):
<div style="border: 1px solid black; width:100%; ...
6
votes
1answer
2k views
How to implement wordwrap on jqGrid which works on IE7, IE8 and FF
How to implement wordwrap on jqGrid which works on IE7, IE8 and FF, while also having column-resize work (grid aligns correctly).
Tried to innerwrap content on each td with a div of specific width ...
5
votes
1answer
275 views
CSS word wrap / line break on underscores in addition to whitespace and hyphens
I have a bunch of really long file names that cause my HTML formatting to overflow. All of these filenames use underscores instead of spaces and would break/wrap easily if they were spaces. Like ...
5
votes
2answers
1k views
What is the difference between “word-break: break-all” versus “word-wrap: break-word” in CSS
I am currently wondering what is the difference between the two. When I used both they seem to break the word if it is not fitting the container. But why did W3C made two ways to do it?
4
votes
3answers
165 views
Alternative to word-wrap that sets line break
I need to wrap a long string and want the strong to break at the line break. The solution must be supported by all browsers.
The break in the b’s and d’ should occur as follows:
Aaaa Bbbbbb
...
4
votes
1answer
3k views
CSS break-word problem with div inside td in IE7
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.
I tried to build a ...
3
votes
6answers
96 views
How to wrap many <span> within <div>
I have a <div> with hard-coded width. Inside the <div> are several hundred <span> tags. Can I wrap the spans so that line spacing is correct and wrapping is between spans? I use ...
3
votes
3answers
71 views
Solution for word-wrapping and breaking my grid
Im trying to make a setup that is similar to youtubes grid of videos.
The problem comes with the titles. I see youtube shortens the titles with '...' and are no longer then two lines long.
Im not ...
3
votes
1answer
41 views
How can I wrap a floated span underneath another floated span, within a floated span [diagram included]?
I have a newsfeed/chat box. Each entry contains two spans: #user and #message. I would like #user to float left, and #message to float left upon it. If #message causes the row to exceed the ...
3
votes
2answers
236 views
Balanced text wrapping in HTML
In HTML, is there a way to evenly distribute text that is broken across multiple lines?
E.g., I don't want:
Here is some really long label that ends up on
two lines.
I'd prefer:
...
2
votes
3answers
90 views
How do you wrap long words on newline, and avoid horizontal scroll using CSS?
I have the folowing html:
<div class="box">
long text here
</div>
and css:
.box {
width: 400px;
height: 100px;
overflow: auto;
border: 1px gold solid;
}
I want ...
2
votes
2answers
166 views
FF not displaying word-wrap CSS property
I'm experimenting within a Wordpress framework, trying to get blog post titles to appear in a large square block, with line breaks appearing mid-word if necessary to maintain the shape.
Using the ...
2
votes
1answer
65 views
CSS Text always across the same line
I have a system similar to BB code whereby text within two tags is converted into a link which when hovered over produces an line image.
The problem is that sometimes if the phrase is long the text ...
2
votes
4answers
306 views
Changing text wrapping behavior in HTML table
I have an HTML table in which one particular cell can have long text (up to a paragraph). Is there a way to change the way text wraps in that cell so that if it is long enough to stretch the table ...
2
votes
1answer
312 views
Text Won't Wrap Around Image in IE8
I have a stationery image with animated text that wraps around it. In Chrome, Safari, and Firefox, the text wraps correctly, but in IE8, none of the text wraps. All the text appears as one big block.
...
2
votes
2answers
311 views
In HTML and CSS, how do I make japanese text break lines correctly?
I'm writting a simple paragraph in both English and Japanese, using only HTML and CSS. The English text breaks lines normally (when a word doesn't fit on a line anymore, it's pushed to the next one).
...
2
votes
3answers
2k views
how to make word-break on firefox using css
this is my code :
<div style="width:100px;height:100px;background:red">
ssssssssssssssssssssssssssssssssssssss
</div>
this is not useful:
word-wrap:break-word;
...
2
votes
2answers
681 views
Stop word-wrap dividing words
body { word-wrap: break-word;}
I've been using that code (above) to fit the text in the body into it's container. However what I don't like about it, is that it breaks up words.
Is there another ...
1
vote
2answers
29 views
CSS issue of fixed height and word-wrap
I have a table coded as below;
<table style="table-layout:fixed">
<tr>
<td class="htTd" width="100" ...
1
vote
1answer
44 views
Ensure that table cell widths are respected
I have a HTML <table> with multiple cols. How do I ensure that the given cell/col width is respected in any case ? That is to say that if I give a cell a width of 100px and if the text content ...
1
vote
1answer
46 views
Neither min-width nor word-wrap help me to get content right shown if resolution is too small
I'm trying to develop a mobile site. Because the resolution could be low the design has to be flexible. Now I have four items (two rows with two cols):
______________________ x ...
1
vote
1answer
73 views
Is there a CSS method to wrap text without using word-wrap: break-word but having a similar effect?
This is my current code which fails to wrap text in a element without splitting something halfway:
<td style="width: 652px; max-width: 652px; border-left: 1px solid black; white-space: normal ...
1
vote
3answers
105 views
CSS property to make text wrappable at any place
Is there a CSS property that tells the browser to word-wrap at any position, not only at word boundaries?
My current issue is this. I am faced with HTML similar to this: (I cannot change the HTML, ...
1
vote
2answers
82 views
How can you break text that is really long?
I am not quite sure how to do this.
I'm trying to break up text that is too long. (E.g. hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii)
I've tried using word-wrap: break-word; but this isn't doing ...
1
vote
1answer
61 views
1
vote
2answers
215 views
css word wrap with hyphens
I have a line of text in a div that might look like the following:
A really long user defined team Name 1 (7-0)
Where 7-0 would be the team record. This is in a div of a specific width and ...
1
vote
1answer
84 views
Why isn't `white-space` consistent between IE and Firefox?
I have <span class="text">11-12.SL.1 Some long text</span> where text has the following styles applied:
clear: left;
display: inline;
white-space: nowrap;
word-wrap: normal;
IE however, ...
1
vote
3answers
145 views
break long word around floating image
I am trying to create a page display on mobile. Its layout like this:
/---------\ some text around
| | the image. some
| image | text around the
| | image. some text
\---------/ ...
1
vote
3answers
140 views
CSS to force XML display to maintain newlines but force word-wrap
I have an XML file that I am attempting to display solely by adding a CSS.
The XML has many elements that look like this:
<text>
this is some text.
Yeah, some text.
</text>
...
1
vote
1answer
197 views
URL Word-wrap Issue
Word-wrap issues seem to have been asked and answered loads of times but I can't find exactly what I want.
Basically, I'm using
word-wrap: break-word;
to break a URL written into a DIV so it ...
1
vote
2answers
348 views
Format long text string using css
I have logn string which doesn't fit into table cell. Actually string is a single long word.
Is it possible using css only to wrap such long word?
I have:
...
1
vote
5answers
676 views
Word wrap a link so it doesn't overflow its parent div width.
I have this piece of HTML
<div id='permalink_section'>
<a href="here goes a very long link">here goes a very very long link</a>
</div>
with, for now, this CSS
...
1
vote
2answers
397 views
CSS line break, Web design, Wordwrap, Css breaks
Can some one help me with this issue of css, I have a div structure like:
Its with long string to make sure it doesnt breaks CSS but with this code it is...
I tried using PRE with word wrap and PHP ...
1
vote
2answers
293 views
Method of breaking a long line sentence
I'm developing an iPhone theme for my website, can you be able to break a long sentence something like this:
A long sentence would go past the iPhone screen and I need this to break
Into this:
A ...
1
vote
2answers
2k views
How to turn off word wrapping in HTML?
I feel silly for not being able to figure this out, but how do I turn off wordwrap? the css word-wrap property can be forced on with break-word, but cannot be forced off (only can be left alone with ...
1
vote
3answers
812 views
Word-wrapping a long table cell while maintaining dynamic widths in others
I have a table which has a long line in one of its cells. I need the long line to be split so that it doesn't cause the table to be more than 100% wide. I found that by adding table-layout: fixed and ...
1
vote
3answers
207 views
Wrapping long words in a Shoutbox
I'm trying to find a solution for wrapping words that are extremely long within a shoutbox. For example, if someone writes out a filepath or if someone just writes a bunch of nonsense. For example:
...
1
vote
2answers
240 views
word-wrap in CSS
I am trying to implement the following display.
My html & css are like this...
<div class="label iepngfix">Nickname</div>
<div class="text">
<?php echo $nickname; ?>
...
1
vote
2answers
1k views
How to word wrap <ul><li><div><a></a></div></li></ul>
How would I be able to have word wrap when text in <a> is way too long? I want the <li> to expand to the word wrap using CSS.
1
vote
3answers
207 views
arbitrary word wrap in IE
Firefox wraps text inside spans and divs neatly without expanding them. I'm having trouble achieving this with IE. IE only wraps words at word separators like spaces or hyphens. If the text does not ...
1
vote
3answers
119 views
Is there a way to prevent a string of letters with no spaces from overflowing out of its corresponding boundaries?
The question is pretty straight forward, I have tried using a span with rules set to clear:both; and display:block;, at the bottom of each list entry where the text is being inserted in with no luck. ...
1
vote
2answers
741 views
CSS: Nested elements without explicit width and word wrap
I am trying to position a caption below an image without explicit knowledge of the images' width. I would like the caption to extend to the full image width, but not to stretch the parent elements' ...
1
vote
3answers
134 views
Wrapping a text using php, based on language
My problem is that I have quite a small area (div or span), in which one to about five words are displayed. However, the area is too small for some words (for instance "muziekgeschiedenis" will ...
1
vote
2answers
2k views
Change the tab size on an element with word-wrap: pre?
I have an element that is similar to a tag (because it has word-wrap: pre;) to display code on a website. The only problem is that the tab size is too large and causes the element to horizontally ...