Found the answer in the RTE_Configuration folder in the RTE_Setup.asp.
Using FULL URL Paths.
'Using full URL path for images and links
'***************************************************************************
'If you are submitting the RTE content to a file outside of the RTE folder you may find that some of the relative
'paths for things like images stored on the server are incorrect (ie. href="my_documents/myPicture.jpg")
'The following can be used to change those relative server paths to full URL's so that if the submitted content is
'displayed on a page out side of the RTE files the paths to images etc. still work
Const blnUseFullURLpath = false
Const strFullURLpathToRTEfiles = "" 'Type in the full URL to the RTE folder eg. "
http://www.myweb.com/RTE/"
'***************************************************************************