el 17-11-2012 13:16
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> </div>
</body>
</html>
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> </div>
</body>
</html>
Muchas gracias!! Problema solucionado 🙂
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> </div>
</body>
a mi me va...