Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje02-03-2009, 19:36 (UTC)    
Título del mensaje: [Resuelto] arruine mi plantilla

hola alguien me ayuda es que borre algo de mi plantilla y hoy no sirve este es el codigo de mi plantilla
Código:
<style type="text/css">
 < table.edit_main_table{width: 100% !important;} td.edit_main_tr{width: 100% !important;} table.edit_second_table{width: 100% !important;} td.edit_header_full{width: 100% !important;} td.edit_header_full table{width: 100% !important;} table.edit_third_table{width: 100% !important;} td.edit_navi_headbg{width: 15% !important;} table.edit_rechts_tabelle{width: 100% !important;} td.edit_rechts_bottom{width: 15% !important;} td.edit_rechts_cbg{width:100%;} tr.checked_menu td{background-image:url(http://img.webme.com/pic/s/space-klick/button_checked.gif);} tr.checked_menu td:hover{background-image:url(http://img.webme.com/pic/s/space-klick/button_checked.gif);} td.nav{background-image: url(http://img.webme.com/pic/z/zwoelf/button_normal.jpg);} td.nav:hover{background-image: url(http://img.webme.com/pic/z/zwoelf/button_hover.jpg)} td.edit_below_nav{visibility: hidden;} td.edit_content{background-image: url(http://img.webme.com/pic/z/zwoelf/background_content.jpg);} td.edit_rechts_cbg{background-image: url(none);} td.nav a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} body{background-image: url(none);background-color: #A8A8B0;color: #ffffff !important;} td.edit_navi_headbg{background-image: url(none);} td.edit_rechts_sbg{visibility: hidden; width: 0px ;} td.edit_rechts_bottom{background-image:url(none);background-color:transparent;} td.shouty{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty2{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty3{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty4{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty5{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.edit_rb_footer{visibility: hidden;} td.edit_content_top{height: 124px;background-image:url(http://img.webme.com/pic/z/zwoelf/content.jpg);} td.edit_content_top:hover{height: 124px;background-image:url(http://img.webme.com/pic/z/zwoelf/content.jpg);} td.edit_content_bottom2{height: 85px;background-image: url(http://img.webme.com/pic/z/zwoelf/footer.jpg);} td.edit_content_bottom{background-image:url(http://img.webme.com/pic/z/zwoelf/footer.jpg);background-color:transparent;} td.nav_heading{height: 100px;background-image: url(http://img.webme.com/pic/z/zwoelf/navhead.jpg);} td.sidebar_heading{background-image: url(http://img.webme.com/pic/z/zwoelf/sidebar.jpg);} td.nav_heading a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} td.edit_content_bottom2 a{color: #000000;font-size: 12px;font-weight: bold;text-align: center;} td.sidebar_heading a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} td.headline2{color: #A7A7B1;font-size: 12px;font-weight: bold;} td.edit_header_full{height: 225px;background-image:url(http://img.webme.com/pic/s/space-klick/nfs_carbon_header.gif);background-repeat:no-repeat;background-position:center center;margin-bottom:20px;} td.edit_content_bottom{height:0px;} -->


Ultima edición por hondu-tv el Lun Mar 02, 2009 5:35 pm; editado 1 vez
Mensaje02-03-2009, 20:07 (UTC)    
Título del mensaje:

Por favor ser especificos que no se ve de tu plantilla cuando quitaste un code
Mensaje02-03-2009, 20:47 (UTC)    
Título del mensaje:

lo ke arruini fue lo ultimo del codigo algo asi >style type/css pero no me funciona
Mensaje02-03-2009, 20:49 (UTC)    
Título del mensaje:

busca el codigo del menu q pusites y eliminalo eso es lo q lo deforma
______________


Mensaje02-03-2009, 21:08 (UTC)    
Título del mensaje:

A ese code le falta el cierre en el style tag, prueba usando este code:

Código:
<style type="text/css">
 < table.edit_main_table{width: 100% !important;} td.edit_main_tr{width: 100% !important;} table.edit_second_table{width: 100% !important;} td.edit_header_full{width: 100% !important;} td.edit_header_full table{width: 100% !important;} table.edit_third_table{width: 100% !important;} td.edit_navi_headbg{width: 15% !important;} table.edit_rechts_tabelle{width: 100% !important;} td.edit_rechts_bottom{width: 15% !important;} td.edit_rechts_cbg{width:100%;} tr.checked_menu td{background-image:url(http://img.webme.com/pic/s/space-klick/button_checked.gif);} tr.checked_menu td:hover{background-image:url(http://img.webme.com/pic/s/space-klick/button_checked.gif);} td.nav{background-image: url(http://img.webme.com/pic/z/zwoelf/button_normal.jpg);} td.nav:hover{background-image: url(http://img.webme.com/pic/z/zwoelf/button_hover.jpg)} td.edit_below_nav{visibility: hidden;} td.edit_content{background-image: url(http://img.webme.com/pic/z/zwoelf/background_content.jpg);} td.edit_rechts_cbg{background-image: url(none);} td.nav a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} body{background-image: url(none);background-color: #A8A8B0;color: #ffffff !important;} td.edit_navi_headbg{background-image: url(none);} td.edit_rechts_sbg{visibility: hidden; width: 0px ;} td.edit_rechts_bottom{background-image:url(none);background-color:transparent;} td.shouty{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty2{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty3{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty4{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.shouty5{color:#ff0000;background-image: url(none);background-color: #D6D9E2;border: 3px solid #D6D9E2;} td.edit_rb_footer{visibility: hidden;} td.edit_content_top{height: 124px;background-image:url(http://img.webme.com/pic/z/zwoelf/content.jpg);} td.edit_content_top:hover{height: 124px;background-image:url(http://img.webme.com/pic/z/zwoelf/content.jpg);} td.edit_content_bottom2{height: 85px;background-image: url(http://img.webme.com/pic/z/zwoelf/footer.jpg);} td.edit_content_bottom{background-image:url(http://img.webme.com/pic/z/zwoelf/footer.jpg);background-color:transparent;} td.nav_heading{height: 100px;background-image: url(http://img.webme.com/pic/z/zwoelf/navhead.jpg);} td.sidebar_heading{background-image: url(http://img.webme.com/pic/z/zwoelf/sidebar.jpg);} td.nav_heading a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} td.edit_content_bottom2 a{color: #000000;font-size: 12px;font-weight: bold;text-align: center;} td.sidebar_heading a{color: #FFFFFF;font-size: 12px;font-weight: bold;text-align: center;} td.headline2{color: #A7A7B1;font-size: 12px;font-weight: bold;} td.edit_header_full{height: 225px;background-image:url(http://img.webme.com/pic/s/space-klick/nfs_carbon_header.gif);background-repeat:no-repeat;background-position:center center;margin-bottom:20px;} td.edit_content_bottom{height:0px;} --></style>


Salu2!
Mensaje02-03-2009, 21:22 (UTC)    
Título del mensaje:

gracias tokarg tu si saves te lo agradesco no queria perder esta plantilla ke me gusta mucho gracias solucionado
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group