I am having a problem with FCKEditor and adding links. Whenever I try to add a link, it automatically puts teh current site address in front of it. For example, if the link is for http://www.otherpage.com, and my page is http://www.mypage.com, the link will lead to http://www.mypage.com/www.otherpage.com, or something along those lines. Any help would be greatly appreciated.
Mon, 04/28/2008 - 21:55
#1

Re: Hyperlink/mailto issue
So a slight update on my problem.........when I save the data into the database, it isn't saved with the current website address. It just saves http://www.otherpage.com. When I view the source code, it just shows a href=http://www.otherpage.com. When I click the link, however, it takes me to http://www.mypage.com/\www.otherpage.com. Any ideas?