Jump to content

insertar codigo html en index de prestashop 1.7


laleymusica

Recommended Posts

Hola, no tengo grandes conocimiento como otros de la comunidad pero espero que puedan aconsejarme un poco.

Cree unos DIV con algunas imagenes usando un poco de css  para colocar debajo de mi menu principal en solo mi INDEX de mi web www.solomodas.com

HTML:

<div id="contenedor">
		  <div id="fila1">
			  <div id="carrusel"><img src="img/carrusel.jpg" width="771" height="346" alt=""/></div>
				<div id="tiendaonline"><a href="http://www.solomodas.com/2-inicio"><img src="img/tiendaonline.jpg" width="771" height="170" alt=""/></a></div>
				<div>
					<div id="facebook"><a href="https://www.facebook.com/solomodasjeans"><img src="img/facebook.jpg" width="257" height="176" alt=""/></a></div>
					<div id="twitter"><a href="https://twitter.com/solomodasjeans"><img src="img/twitter.jpg" width="257" height="176" alt=""/></a></div>
					<div id="instagram"><a href="https://www.instagram.com/solomodasjeans/"><img src="img/instagram.jpg" width="257" height="176" alt=""/></a></div>
				</div>
			</div>
			<div id="fila2">
				<div id="bannerderecha1"><a href="http://www.solomodas.com/3-mujer"><img src="img/mujer.jpg" width="339" height="424" alt=""/></a></div>
                <div id="bannerderecha2"><a href="http://www.solomodas.com/12-hombre"><img src="img/hombre.jpg" width="339" height="268" alt=""/></a></div>
			</div>
			<div id="col1">
				<div id="article"><img src="img/article.jpg" width="584" height="142" alt=""/></div>
				<div id="asude"><img src="img/asude.jpg" width="526" height="142" alt=""/></div>
			</div>
			<div id="col2"></div>
		</div>

CSS:

@charset "utf-8";
*{
	margin:0;
	border:0;
	padding:0;
}
#contenedor{
	width:1110px;
	height:834px;
	margin: 0em auto;
}

#fila1{
	float:left;
}
#fila2{
	float:right;
}
#facebook{
	float:left;
}
#twitter{
	float:left;
}
#instagram{
	float:left;
}
#article{
	float:left;
}
#asude{
	float:right;
}

De tal manera que quedara asi

59f7c49fb1325_maquetacopia.thumb.jpg.3810a27e9cb2bc7d6091f6f88425e749.jpg

Que me aconsejan? intente con un modulo que que se llama "contentbox" pero no es compatible con la 1.7. =/

div.jpg

Link to comment
Share on other sites

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...