/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!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" /> <!-- CSS --> <link href="style/css/style.css" rel="stylesheet" type="text/css" media="screen" /> <!--[if IE 6]><link rel="stylesheet" type="text/css" media="screen" href="style/css/ie6.css" /><![endif]--> <!--[if IE 7]><link rel="stylesheet" type="text/css" media="screen" href="style/css/ie7.css" /><![endif]--> <!-- JavaScripts--> </script> </head> <body> <form name="frmLogin" id="frmLogin" method="post" action="?login=1"> <div id="wrapper"> <!-- h1 tag stays for the logo, you can use the a tag for linking the index page --> <img src="style/img/logo.gif" style="margin-top: 10px; margin-bottom: 40px;"> <!-- // MENU LATERAL IZQUIERDO --> <div id="containerHolder"> <div id="container"> <!-- // Fin MENU LATERAL IZQUIERDO --> <!-- h2 TITULO SECCION --> <div id="main" style="margin-top: 20px; width: 540px; float: left; margin-left: 200px;"> <form action="novedades.html" class="jNice"> <fieldset> <input type="submit" value="Entrar" /> </fieldset> </form> <? if($derror!="") { ?> <? } ?> </div> <!-- // #main --> </div> <!-- // #container --> </div> <!-- // #containerHolder --> </div> <!-- // #wrapper --> </form> </body> </html>