[Chameleon] V1.99 image path
Schnider Markus
msr at sourcepole.ch
Tue May 11 08:52:59 EDT 2004
Hi all (Bart and Paul?)
I had some problems with the config file, but at this error it can't be:
The browser can't find the images (example):
<IMG NAME="cwcimage_7" ID="cwcimage_7"
SRC="/var/www/cwc2-app/samples/htdocs/skins/sample/buttons/button_tab_nav_1.png"
ALT="Navigation Tools" TITLE="Navigation Tools" BORDER="0" WIDTH="60"
HEIGHT="10">
It should be:
<IMG NAME="cwcimage_7" ID="cwcimage_7"
SRC="http://cwc2-app/samples/htdocs/skins/sample/buttons/button_tab_nav_1.png"
ALT="Navigation Tools" TITLE="Navigation Tools" BORDER="0" WIDTH="60"
HEIGHT="10">
I suppose the function that converts the image-button to the url path is not
always running correctly.
I know the source code not very good. I've found only the function
fileSystemToURL();
What can I change?
Markus Schnider
More information about the Chameleon
mailing list