Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: How to create Relative links to inserted images
Re: How to create Relative links to inserted images
03-15-2006, 1:21 PM
rcroeder
Joined on 06-21-2004
Fremont, CA
Posts 149
Re: How to create Relative links to inserted images
Reply
Quote
you can edit them in html mode or what I had to do before CuteSosft supported relative paths was to post process the the data.
text=replace(text,"http://www.mysite.com/","../")
Where text is the text from the editor.
View Complete Thread