I was creating a hyperlink when I noticed that it pointed to http://www.mysite.com/test.com instead. I thought there might be something wrong with my formatting scripts, but it turns out it was because I was missing the http portion of the url.Code:<a href='www.test.com'>test</a>
Before I update my formatting script to auto correct and add the http if it is missing I was wondering why this was happening.