• I cant seem to find anything on how to auto brake long links.
    I know that today is very common using tinyurl etc.

    But some times i really like to post the full URL to my blog or others so I can be sure people will read the name

    So I tweet it but my sidebar div isn’t that wide sometimes.

    There is a way to auto break links ??

    Thanks
    See the example here

    http://blog.alessandrodias.com

Viewing 1 replies (of 1 total)
  • This works for me:

    * {
    word-wrap: break-word;
    }

    You can also just apply that as a style rule to a {} or p {}.

Viewing 1 replies (of 1 total)
  • The topic ‘line break? break long links word-wrap ?’ is closed to new replies.