How to wrap text in <ptag if the text has no spaces and is very
long? Here is an example:
<p>VeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLong</
p>
The above line is so long that it ought to wrap. But because it has
no spaces, it does not wrap. Instead the entire text is really on one
line. In Dreamweaver they show you the text going on and on to the
right, about 3 screen lengths. But in Firefox, the text past the div
boundary (ie. to the right of the boundry) does not show up.
Strangely, this google editor they also only do text wrapping if the
text has spaces in it. But if no spaces, then you have to scroll to
the right to see all of the <ptag.
BTW, I also tried putting the text into <blockquote>.
long? Here is an example:
<p>VeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLongVeryVe ryLongVeryVeryL ongVeryVeryLong VeryVeryLongVer yVeryLong</
p>
The above line is so long that it ought to wrap. But because it has
no spaces, it does not wrap. Instead the entire text is really on one
line. In Dreamweaver they show you the text going on and on to the
right, about 3 screen lengths. But in Firefox, the text past the div
boundary (ie. to the right of the boundry) does not show up.
Strangely, this google editor they also only do text wrapping if the
text has spaces in it. But if no spaces, then you have to scroll to
the right to see all of the <ptag.
BTW, I also tried putting the text into <blockquote>.
Comment