[Phplib-users] Displaying images in OOHForms' WYSIWYG editor
Brought to you by:
nhruby,
richardarcher
From: Arcadius A. <ah...@sh...> - 2003-09-23 12:32:47
|
Greetings.... I'm using the WYSIWYG editor in phplib-7.4 to manage a website (edit HTML/PHP files on the file system). The software works great... But there is a little problem(or bug?). In my HTML/PHP files, I have only relative path for images (for instance <img src="images/myimage.gif" />) while the WYSIWYG editor seems to display only images with full URL (i.e. <img src="http://mydomain.com/images/myimage.gif"/> ). So, images with relative URL/Path don't show in the editor :-( I even added a "preview" button to the editor that start the page being edited in a new browser window..... and the images are correctly displayed..... but not within the WYSIWYG editor .... I just wanted to ask whether anyone came across this problem before. Thanks in advance. Arcadius A. |