Te recomiendo librosweb.es para aprender lenguajes, gratis y sencillo a mi me lo dijo spider-net y me fue bastante bien aunque poca cosa aprendí en html ya que era muy básico y lo sabía hacer, pero a ti te ira de perlas
Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúCitar<!DOCTYPE html>
<html>
<head>
<title>Tabla</title>
</head>
<BODY style="font-family: verdana; color: red; background-image:url('TELECINCOPYRIGHT.png')">
ES NORMAL QUE NO SE VEA NADA SI TE EQUIVOCAS EN LA URL DE LA IMAGEN POR LO TANTO SE VERA EL
FONDO BLANCO Y SI LE PONES COLOR BLANCO A LAS LETRAS QUEDA FLAMA FLAMA COLOR SEMEN
</body>
</html>
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>Lightbox 2</title>
<meta name="description" lang="en" content="Lightbox 2 is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers." />
<meta name="author" content="Lokesh Dhakar">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" type="image/ico" href="images/favicon.gif" />
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Fredoka+One|Open+Sans:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<div id="sidebar">
<div class="section" id="example">
<h2>LQSA TEMPORADA 1</h2>
<h3>1x01 MIRADOR DE MONTEPINAR</h3>
<div class="imageRow">
<div class="single">
<a href="images/examples/1x01.avi" rel="lightbox"><img src="images/examples/1x01.avi" alt="" /></a>
</div>
</div>
</div><!-- end #content -->
<script src="js/jquery-1.7.2.min.js"></script>
<script src="js/jquery-ui-1.8.18.custom.min.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<script src="js/lightbox.js"></script>
<script>
jQuery(document).ready(function($) {
$('a').smoothScroll({
speed: 1000,
easing: 'easeInOutCubic'
});
$('.showOlderChanges').on('click', function(e){
$('.changelog .old').slideDown('slow');
$(this).fadeOut();
e.preventDefault();
})
});
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2196019-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
<h3>1x01 MIRADOR DE MONTEPINAR</h3>
<div class="imageRow"
<div class="single">
<a href="images/examples/1x01.avi" rel="lightbox"><img src="images/examples/1x01.avi" alt="" /></a>
</div>
</div>
Cita de: -- KiLiaN -- en 29 Agosto 2012, 15:43 PM
Si dispones de tiempo suficiente...todas se pueden crakear..pero vaya que la que tú has puesto es de las que necesitan un par de vidas..
PD: si además metes carácteres especiales (@,ç,&,%, etc) la complicarás más aún.
#menu{position:fixed;top:0px}
<!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>
<link rel="stylesheet" type="text/css" href="estilo.css" />
</head>
<body style="background: #151515">
<div id="menu-wrapper">
<ul id="hmenu">
<li><A HREF="index.html" target="ventana"><IMG SRC="IMAGENES/Placote.png" >
</a></li>
<li><A HREF="index.html" target="ventana">Inicio</a></li>
<li><a href="peliculasindex.html" target="ventana">Grupo</a>
<ul class="sub-menu">
<li><A HREF="FRAMEGRUPO.html" target="ventana">Lista</a></li>
<li><a href="" target="ventana">Comparte una con nosotros</a></li>
</ul>
</li>
<li><a href="seriesindex.html" target="ventana">WebsFan Amigas</a>
<ul class="sub-menu">
<li><a href="FRAMESERIES.html" target="ventana">Lista</a></li>
<li><a href="" target="ventana">Comparte una con nosotros</a></li>
</ul>
</li>
<li><a href="juegosindex.html" target="ventana">Videos</a>
<ul class="sub-menu">
<li><a href="FRAMEJUEGOS.html" target="ventana">Lista</a></li>
<li><a href="" target="ventana">Comparte una con nosotros</a></li>
</ul>
</li>
<li><a href="contacto.html" target="ventana">Contacto</a></li>
</ul>
</div>
</body>
</html>
@charset "utf-8";
/* CSS Document */
body{margin:0;
font-family: JudasPriest;
font-size:14px;
}
#menu{position:fixed;top:0px}
}
#menu-wrapper ul{padding:0;
list-style:none;
}
#hmenu > li{
display: inline-block;
}
#hmenu > li > a{
display: block;
padding: 10px 5px;
widht: 90px;
}
li ul{
position: absolute;
display:none;
}
.sub-menu a{
display: block;
padding: 10px 5px;
width: 130px;
}
li:hover ul{
display: block;
}
#menu-wrapper, li ul{
background: #000000;
}
#hmenu {
width: 412px;
margin: 0;
}
#hmenu a{
color: #ff9800;
text-decoration:none;
font-weight: bold;
}
#hmenu li:hover{
background: #1C1C1C;
text-shadow: 0 0 2px #000;
}