Page is a not externally linkable
Fotiman - 12:49 pm on Oct 18, 2011 (gmt 0)
[w3schools.com...]
There's also an example:
[w3schools.com...]
But essentially, you would do something like this:
a {
word-wrap: break-word;
}
You may want to make the selector more specific so as to only apply to the particular links that you mention above.