Friday 01 April 2005 7:23:48 am
Hello: I have a template, and it have a image, and it is show fine in Windows. This is the code:
<a href="http://verbo.dcs.fi.uva.es" title="Grupo ECA-SIMM">
<img class="eca-logo" src="C:/eclipse/workspace/Instalacion/Imagenes/ez.JPG" width="125" height="25" alt="Grupo ECA-SIMM" />
</a>
But, when I use it in Linux, the image isn´t show. This is the code for Linux:
<a href="http://verbo.dcs.fi.uva.es" title="Grupo ECA-SIMM">
<img class="eca-logo" src="/root/workspace/Instalacion/Imagenes/ez.JPG" width="125" height="25" alt="Grupo ECA-SIMM" />
</a>
And I have checked that when I use a partial path to the image, when this image is locate in the ez directory (src="/ez/design/ez/images/dpi_logo.gif"), it work fine. What is the problem?. Thanks.
|