Problema Anuncio...

markbuip
Usuario de la Comunidad

Os comento mi problema..realizo los anuncios con photoshop, mi problema es que al ponerlo en ebay me sale un scrool , no me sale mi descripción completa. Hay alguna forma de arreglar esto? un saludo y muchas gracias

 

pd: Os pongo el codigo de mi anuncio..

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
</head>
<style>

#contenedor
{
width:1024px;
height:264px;
margin:auto;
background:white;



}

#cabecera
{
}
</style>


<body>
<title>Documento sin título</title> <style> #contenedor { width:1024px; height:264px; margin:auto; background:white; } #cabecera { } </style> <div id="contenedor"><center><img alt="" src="http://i.imgur.com/rrGyY.jpg" alignment=""></center> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; </div>
</body>
</html>

Soluciones aceptadas (1)

Soluciones aceptadas (1)

mdia7771
Usuario de la Comunidad

a ver....que veo las medidas, de nuevo copio y pego modificando el contenedor.

 


<head>
<style>#contenedor
{
width:1000px;
height:3000px;
margin:auto;
background:white;
}
#cabecera
{
}
</style>

</head>
<body>
<title>Documento sin título</title> <style> #contenedor { width:1000px; height:3000px; margin:auto; background:white; } #cabecera { } </style> <div id="contenedor"><center><img alt="" src="http://i.imgur.com/rrGyY.jpg" alignment=""></center> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; </div>
</body>
</html>

Respuestas (2)

Respuestas (2)

markbuip
Usuario de la Comunidad

Muchas gracias!! Problema solucionado 🙂

mdia7771
Usuario de la Comunidad

hola markbuip, 

no uso photoshop para el código html, pero sí css en los anuncios, no sé si en tu caso puede estar el problema en las primeras líneas del código...prueba a eliminar todo lo que aparece dentro del <head> que puede ser lo que produce el scroll...

es lo que hago, incluso pongo dentro del <head> el <style>, lo que tambien deberías eliminar son las etiquetas <html>

 

 

copio y pego:

 


<head>

<style>

#contenedor
{
width:1024px;
height:264px;
margin:auto;
background:white;



}

#cabecera
{
}
</style>

</head>
<body>
<title>Documento sin título</title> <style> #contenedor { width:1024px; height:264px; margin:auto; background:white; } #cabecera { } </style> <div id="contenedor"><center><img alt="" src="http://i.imgur.com/rrGyY.jpg" alignment=""></center> &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; </div>
</body>

 

a mi me va...

Hacer una pregunta