I am trying to email the HTML of the Cute Editor. but I am having some problems with displaying my images and/or href tags. Everything is displaying in relative paths.../media/images/asdf.gif. I need these to be fully qualified paths b/c they will be sent via email.
I tried to use the editor.BaseHref. I set this equal to my application variable Application("WebsiteURL")
like this...editor.BaseHref = " " & Application("WebsiteURL") & " "
This does not display properly when I try to view the HTML...
ANY HELP WOULD BE GREATLY APPRECIATED!