Hi Daniel, *, On Thu, Jan 27, 2011 at 7:38 PM, Daniel A. Rodriguez <[email protected]> wrote: > Hi, I'm lozalizing New Features page, well.. trying to at least > > problem comes with images path, I've created a folder for each product and > images were uploaded too. If I put the path into html code image doesn't > show up, but If I place an image with CMS tools it is shown. > > Let's say this image... is there, I'm sure > > * > http://es.libreoffice.org/assets/ES-imagenes/Nuevas-Caracteristicas/Writer/navegador-despliegue-encabezados.png
The folder "ES-imagenes" doesn't exist, so the path cannot be correct. find assets/ |grep navegador-despliegue-encabezados.png assets/Uploads/ES_imagenes/Nuevas-Caracteristicas/Writer/navegador-despliegue-encabezados.png → It is with underscore "ES_imagenes" > Other pages, like Writer Features one, are using this path and images are > shown, maybe it's related to rights... No, The other pages very likely use the correct URL > any hint? Pay attention to the spelling of the URLs :-) Please use silverstripe's image insertion (the task-pane on the right), this one takes care of creating scaled copies of the images (when not using the original size), and also avoids creating broken links. ciao Christian -- Unsubscribe instructions: E-mail to [email protected] List archive: http://listarchives.libreoffice.org/www/website/ *** All posts to this list are publicly archived for eternity ***
