![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. |
|
And why would the URL matter? It's available in the address bar anyway. |
|
If you really wish to display it, study the URL specs for "URI in context" and some Style Guide for rules on admissible breaks in URLs "in context", and implement the strategy server-side (assing <wbr> at suitable places and doing something the _prevent_ line breaks after hyphens). |
#12
| |||||||
| |||||||
|
|
On Apr 6, 6:27 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. Sorry, maybe I should have said this in the first post. |
|
However, the problem (of having enormously long words) could occur in other contexts. |
|
Many editors like VI and MSWord do wrap words longer than one line, |
|
so I thought CSS might have a property you can set on a div to enable this. Maybe they should add a a property "wrapAt" whose default value is "space" but can be "all". |
|
Right now it's as if there is a <wbr> after every space, |
|
But you give me an idea -- maybe I can use "overflow:scroll". |
|
And why would the URL matter? It's available in the address bar anyway. No, the address bar will show "http://www.mywebsite.com/errors/ 404.jsp", |
#13
| |||
| |||
|
|
Scripsit removeps-groups (AT) yahoo (DOT) com: On Apr 6, 6:27 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. Sorry, maybe I should have said this in the first post. There's really no "maybe" in either of my statements. |
#14
| |||
| |||
|
|
In article <eN8Kj.322215$rR7.99229 (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote: Scripsit removeps-groups (AT) yahoo (DOT) com: On Apr 6, 6:27 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. Sorry, maybe I should have said this in the first post. There's really no "maybe" in either of my statements. No, of course not, you want unconditional surrender, and to humiliate at every opportunity. You really are quite a bastard! |
#15
| |||
| |||
|
|
dorayme wrote: In article <eN8Kj.322215$rR7.99229 (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote: Scripsit removeps-groups (AT) yahoo (DOT) com: On Apr 6, 6:27 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. Sorry, maybe I should have said this in the first post. There's really no "maybe" in either of my statements. No, of course not, you want unconditional surrender, and to humiliate at every opportunity. You really are quite a bastard! Thank you. Much more succinct than one of my rants in response to his sometimes egregious behavior. |
#16
| |||
| |||
|
|
In article <d9adnZl-876pOGTanZ2dnUVZ_jCdnZ2d (AT) comcast (DOT) com>, Ed Mullen <ed (AT) edmullen (DOT) net> wrote: dorayme wrote: In article <eN8Kj.322215$rR7.99229 (AT) reader1 (DOT) news.saunalahti.fi>, "Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> wrote: Scripsit removeps-groups (AT) yahoo (DOT) com: On Apr 6, 6:27 am, "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: Well, why didn't you tell that in your first posting, and why do you _still_ fail to try to find the right group? CSS has nothing to offer you but overflow handling. Sorry, maybe I should have said this in the first post. There's really no "maybe" in either of my statements. No, of course not, you want unconditional surrender, and to humiliate at every opportunity. You really are quite a bastard! Thank you. Much more succinct than one of my rants in response to his sometimes egregious behavior. Just a momentary flash of anger at 4.30am. Nothing to worry about. I still get my coffee and Finnish croissants in his killfile every morning without fail. This morning he came in with a big grin and "Hello dorayme, its the bastard with the morning refreshments..." And we had our usual cordial chat. |
#17
| |||
| |||
|
|
I'm glad you have such a cordial relationship with him. I find his attitude and demeanor supercilious and repugnant. |
#18
| |||
| |||
|
|
"Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: No, of course not, you want unconditional surrender, and to humiliate at every opportunity. You really are quite a bastard! |
#19
| |||
| |||
|
|
On Apr 4, 10:50 am, Jim Moe <jmm-list.AXSPA... (AT) sohnen-moe (DOT) com> wrote: On 03/29/08 03:45 pm,removeps-gro... (AT) yahoo (DOT) com wrote:> How to wrap text in <p> tag if the text has no spaces and is very The above line is so long that it ought to wrap. But because it has no spaces, it does not wrap. [...] Why would it wrap? There are no spaces. Who cares what an editor does? Perhaps if you gave some context for such a ridiculously long line, we could offer a sensible solution. I'm writing a 404 error page in JSP that says we could not find the URL you entered. It writes out the URL, and unfortunately the URL is longer than the screenwidth and is clipped off. |
#20
| |||
| |||
|
|
On Apr 6, 11:48 am, dorayme <doraymeRidT... (AT) optusnet (DOT) com.au> wrote: "Jukka K. Korpela" <jkorp... (AT) cs (DOT) tut.fi> wrote: No, of course not, you want unconditional surrender, and to humiliate at every opportunity. You really are quite a bastard! |
|
Just browsing I found a new properties in CSS 3 |
|
"text-wrap" and "word-wrap". |
![]() |
| Thread Tools | |
| Display Modes | |
| |