
January 17th, 2003, 01:20 PM
|
|
Junior Member
|
|
Join Date: Jan 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
WYSIWYG , internal link/file path error. pls help !!!!! 1976
I am developing a WYSIWYG application using Interdev as a tools with asp, html, javascript..
this application allows a user to update their html site , by editing html and saving in to a db.
I created an option for a user to upload their own images and store them in the specific directory.
At this moment this project is on staging server...
here is the problem that I am having , every time
I create a link..
example
<a hreff="/imagefiles/newimage.jpg">
and swtich it to html view , it automatically inherits a staging sites path
so in this case as soon as I save html with that link the path becomes
<"a hreff="http://servername/projectname/foldername/imagefiles/newimage.jpg">
obviously I can't have this , since it will be move to production soon...
any way I can stop wysiwyg inserting this path when I am switching from
text to html view of my editor ?????????????????
thanks guys...
1976
Last edited by vmichailov : January 17th, 2003 at 02:39 PM.
|