my members are great finding broken/improperly-working stuff :)
type some text.... highlight some of it that you want to make a hyperlink... click the "Insert Link" button
IF you don't enter http:// at the beginning.... the editor gets all confused and makes bad links.....
- so i type this text:
"for the latest Red Sox news, goto espn.com !!!"
- highlight "Red Sox News", click 'Insert Link"
- Enter "sports.espn.go.com/mlb/clubhouse?team=bos"
You'll get:
http://cutesoft.net/forums/sports.espn.go.com/mlb/clubhouse?team=bos
as a link
maybe some sort of RegEx check to make sure it starts with http:// ? maybe even automatically prepend it?