30/12/2010, 20:04
|
| | | Fecha de Ingreso: junio-2010
Mensajes: 369
Antigüedad: 14 años, 6 meses Puntos: 6 | |
Respuesta: No crece la pagina en relación a la información que se agrega. Cita:
Iniciado por kseso? Y faltando el html, ¿llamamos al adivino?
Los estilos no tienen razón de ser sin el documento html al que se aplican.
Y no se por qué razón, me da que la imagen es una tabla, o al menos tiene toda la apariencia,
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="Place your description here" /> <meta name="keywords" content="put, your, keyword, here" /> <meta name="author" content="Templates.com - website templates provider" /> <link href="style.css" rel="stylesheet" type="text/css" /> <script src="js/cufon-yui.js" type="text/javascript"></script> <script src="js/cufon-replace.js" type="text/javascript"></script> <script src="js/Myriad_Pro_300.font.js" type="text/javascript"></script> <script type="text/javascript" src="highslide/highslide-with-gallery.js"></script> <link rel="stylesheet" type="text/css" href="highslide/highslide.css" /> <script type="text/javascript"> hs.graphicsDir = 'highslide/graphics/'; hs.align = 'center'; hs.transitions = ['expand', 'crossfade']; hs.outlineType = 'glossy-dark'; hs.wrapperClassName = 'dark'; hs.fadeInOut = true; //hs.dimmingOpacity = 0.75; // Add the controlbar if (hs.addSlideshow) hs.addSlideshow({ //slideshowGroup: 'group1', interval: 5000, repeat: false, useControls: true, fixedControls: 'fit', overlayOptions: { opacity: .6, position: 'bottom center', hideOnMouseOut: true } }); <!--[if lt IE 7]> <script type="text/javascript" src="js/ie_png.js"></script> <script type="text/javascript"> ie_png.fix('.png, #header .row-2 ul li a, #content, .list li'); </script> <![endif]--> <SCRIPT LANGUAGE="JavaScript"> function valida_envia(f){ if (document.fvalida.nombre.value.length==0){ alert("Debe escribir su nombre") document.fvalida.nombre.focus() return false; } if (document.fvalida.apellidos.value.length==0){ alert("Debe escribir sus apellidos") document.fvalida.apellidos.focus() return false; } if (document.fvalida.telefono.value.length==0){ alert("Debe escribir su telefono") document.fvalida.telefono.focus() return false; } if (document.fvalida.acomentario.value.length==0){ alert("Debe escribir un comentario") document.fvalida.acomentario.focus() return false; } //el formulario se envia alert("Muchas gracias por enviar el formulario"); f.fvalida.submit(); } <div class="tail-bottom"> <!-- HEADER --> <div class="extra"> <!-- aqui podria ir una foto --></div> <li class="m1"><a href="index.html" class="active">Inicio </a></li> <li class="m2"><a href="conozcanos.html">Con ózcanos </a></li> <li class="m3"><a href="servicios.html">Servicios </a></li> <li class="m4"><a href="contacto.html">Contacto </a></li> <h5>PREMIER CRASH CARS </h5> <h6>Restauraciones desabolladura y </h6> <h6>pintura al horno. </h6> <!-- CONTENT --> <div id="content"><div class="inner_copy"><a href="http://www.site2you.com/">Website Builder </a> <a href="http://www.freetemplatesonline.com/">fto </a> <a href="http://www.websitetemplates.org/">websitetemplates.org </a> <a href="http://www.webdesign.org/website-design">Website Design </a></div><div class="inner_copy">More <a href="http://www.templates.com/">Website Templates </a> @ Templates.com! </div> <h8>Autom óvil 1 </h8> <br /> <!-- inicio/ imagenes--> <a href="images/car_1.jpg" class="highslide" onclick="return hs.expand(this)"> <img src="images/car_1_t.jpg" alt="Highslide JS" width="120" height="100" title="Clic para agrandar" /></a> <div class="highslide-caption"> Estado 1. Llegada. <a href="images/car_2.jpg" class="highslide" onclick="return hs.expand(this)"> <img src="images/car_2_t.jpg" alt="Highslide JS" width="120" height="100" title="Clic para agrandar" /></a> <div class="highslide-caption"> Estado 1. Llegada. <!--Termino / imagenes--> <img src="images/img2.jpg" width="290" height="382" /> <!-- FOOTER --> <div class="fright">© Copyright <a href="#" target="_blank"></font></a>. Todos los derechos reservados. </div>
Última edición por ras_chalo; 31/12/2010 a las 04:13 |