Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

Jon Larborn

@Jon Larborn
About
Posts
13
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • break-word CSS
    J Jon Larborn

    This dose not work for tables in all browser see previous discussion

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    That is not more efficient than any other solution. The only conclusion that I can draw from this matter is that: word-wrap: break-word; will break words when it enters its containers boundery. However, for most browsers this do not work for a table cells boundary The boundary is set either by "width: 100px;" or by "max-width:100px" (it does of course not matter if the width is set in a css class or in the html directly)

    Web Development css tutorial question

  • Web technologies
    J Jon Larborn

    I guess as the rest of the world HTML :) What do you mean?

    Web Development question

  • break-word CSS
    J Jon Larborn

    This dose not work. normal do not break words. look at my later answer to this question.

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    I did som experiments my self. If you have an width on a table or cell in a table it wont word wrap. However, if you create a

    paragraph in your cell it will wrap. Strange behavior. especially when it works in chrome.

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    any long word breaked in a table cell.

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    I did it on the server-side instead. Not a good solution but a workaround

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    I always want a word to break when it exceeds the maximum width. The normal break did not work.

    Web Development css tutorial question

  • break-word CSS
    J Jon Larborn

    Hi, I have struggled with word wrap for long file names in a table. I use a class where I now implemented everything I can think has something to do with word wrap. It works in chrome but neither in Firefox or IE. How to do this?

    .wraptext
    {
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    max-width: 450px;
    mso-word-wrap: break-word;

    -ms-word-break: break-all;
    word-break: break-all;
    -ms-word-wrap: break-word;
    word-wrap: break-word; /\* Internet Explorer 5.5+ \*/
    white-space: pre-wrap; /\* css-3 \*/
    white-space: -moz-pre-wrap; /\* Mozilla, since 1999 \*/
    white-space: -pre-wrap; /\* Opera 4-6 \*/
    white-space: -o-pre-wrap; /\* Opera 7 \*/
    

    }

    Web Development css tutorial question

  • Creating article - Problem editing code-formatted text
    J Jon Larborn

    A workaround until this is fixed is to use Chrome.

    Site Bugs / Suggestions help html

  • Problem with submission
    J Jon Larborn

    I think the link only was broken when the article was in the moderation cue. I do not know if this is the intended function or not

    Article Writing csharp asp-net help tutorial question

  • Problem with submission
    J Jon Larborn

    Ok? Why is the link from my Author page broken then? But I guess this is not a problem then. Now it the link is working again. excuse me for to be a newbie

    Article Writing csharp asp-net help tutorial question

  • Problem with submission
    J Jon Larborn

    I have published an article. It was online but now when I click on the link on my profile page with my articles it is nothing there anymore? What could have happen? The name of the Article is "Implementation Example of Ranked Search in Asp.NET"

    Article Writing csharp asp-net help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups