pabloledesma Posted June 16, 2013 Share Posted June 16, 2013 (edited) Hola a todos Estoy creando una pagina nueva en el modulo cms y tengo dificultades con la url. En el editor de html tengo lo siguiente: <div id="slideshow"><img title="Trabajo 1" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 2" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 3" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 4" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 5" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 6" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /></div> <!--slideshow--> Cuando actualizo los cambios las imagenes se ven perfectas en el editor, incluso se pueden ver las transiciones css pero en el front office, la imagen no se carga. Que estoy haciendo mal? De antemano muchas gracias por su valiosa ayuda. Edited June 27, 2013 by pabloledesma (see edit history) Link to comment Share on other sites More sharing options...
shacker Posted June 22, 2013 Share Posted June 22, 2013 es posible que te elimine parte del codigo, ya que el editor no permite algunas etiquetas. si pasas la url podremos ver el problema Link to comment Share on other sites More sharing options...
pabloledesma Posted June 27, 2013 Author Share Posted June 27, 2013 Ya he solucionado el problema. Solo me faltaban los 2 puntitos <div id="slideshow"><img title="Trabajo 1" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 2" src="img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <img title="Trabajo 3" src="../img/cms/logo_alliance_big.png" alt="" width="200" height="100" /> <!--slideshow--> Link to comment Share on other sites More sharing options...
shacker Posted June 27, 2013 Share Posted June 27, 2013 perfecto. cambia el titulo a solucionado saludos Link to comment Share on other sites More sharing options...
Recommended Posts