Click here to Skip to main content
15,881,588 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
mallikharjuna22128-Nov-12 2:34
mallikharjuna22128-Nov-12 2:34 
GeneralRe: the protocol 'net.pipe' is not supported-WCF Pin
User 171649228-Nov-12 3:11
professionalUser 171649228-Nov-12 3:11 
Questionhow to get data when using header('location:'.$url) ??? Pin
aa_zz26-Nov-12 4:27
aa_zz26-Nov-12 4:27 
AnswerRe: how to get data when using header('location:'.$url) ??? Pin
Zamshed Farhan15-Jan-13 4:24
Zamshed Farhan15-Jan-13 4:24 
QuestionWeb technologies Pin
Junoli25-Nov-12 11:28
Junoli25-Nov-12 11:28 
SuggestionRe: Web technologies Pin
Jon Larborn29-Nov-12 10:21
Jon Larborn29-Nov-12 10:21 
Questionbreak-word CSS Pin
Jon Larborn23-Nov-12 7:15
Jon Larborn23-Nov-12 7:15 
AnswerRe: break-word CSS Pin
vbmike24-Nov-12 4:08
vbmike24-Nov-12 4:08 
Not knowing what string you were using or what you expected to see, I just put some lorem ipsum within a table and changed the css class to:
CSS
.wraptext
{
    word-wrap: normal; /* Internet Explorer 5.5+ */
    width: 450px;
    mso-word-wrap: normal;
 
    -ms-word-break: normal;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal; /* Internet Explorer 5.5+ */

}

All major browsers made the table look the same for me after the changes. Notice I changed the values to "normal". This will make words break so they are readable and not between letters which looks weird to me. Leaving max-width in the class, browsers Opera and Safari did not care for and rendered the table at 100% regardless of max-width setting. If you need responsive design you will have to research the max-width thing. Removing the white space settings allowed for the text in the table cells to look better. Again, not knowing what exact result you were aiming at this is what I experimented with and found.
vbmike

GeneralRe: break-word CSS Pin
Jon Larborn24-Nov-12 13:13
Jon Larborn24-Nov-12 13:13 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 9:58
vbmike29-Nov-12 9:58 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:04
Jon Larborn29-Nov-12 10:04 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 10:10
vbmike29-Nov-12 10:10 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:14
Jon Larborn29-Nov-12 10:14 
GeneralRe: break-word CSS Pin
vbmike29-Nov-12 11:06
vbmike29-Nov-12 11:06 
GeneralRe: break-word CSS Pin
User 171649229-Nov-12 12:00
professionalUser 171649229-Nov-12 12:00 
AnswerRe: break-word CSS Pin
Jon Larborn29-Nov-12 19:33
Jon Larborn29-Nov-12 19:33 
GeneralRe: break-word CSS Pin
vbmike30-Nov-12 9:17
vbmike30-Nov-12 9:17 
GeneralRe: break-word CSS Pin
User 171649230-Nov-12 9:37
professionalUser 171649230-Nov-12 9:37 
GeneralRe: break-word CSS Pin
Jon Larborn29-Nov-12 10:17
Jon Larborn29-Nov-12 10:17 
AnswerRe: break-word CSS Pin
gilvani28-Nov-12 8:16
gilvani28-Nov-12 8:16 
GeneralRe: break-word CSS Pin
Jon Larborn28-Nov-12 8:18
Jon Larborn28-Nov-12 8:18 
AnswerRe: break-word CSS Pin
vbmike17-Dec-12 14:36
vbmike17-Dec-12 14:36 
GeneralRe: break-word CSS Pin
Jon Larborn4-Jan-13 1:37
Jon Larborn4-Jan-13 1:37 
GeneralRe: break-word CSS Pin
vbmike4-Jan-13 3:36
vbmike4-Jan-13 3:36 
QuestionCrystal Reports ActiveX Designer error '80043ae3' error '80043ae3' Invalid TLV record. Pin
Sanjeev991822-Nov-12 23:45
Sanjeev991822-Nov-12 23:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.