Registrarme Entrar
Email
Contraseña
Nombre
Email
04
Aug
2011
por Gerardo
0 respuestas

Novedad del foro:

Las preguntas y respuestas del foro colorean el código HTML automáticamente. De esta forma es más fácil y rápido leer los mensajes.

Por ejemplo:

<style type="text/css">
.margen {
    margin:20px;
    padding:10px;
    border:solid gold 1px;
}

#tabla-login-1 {
    font-weight:bold;
    color:orange;
}
</style>


<?php if ($no_login) { ?>

<div class="margen">
   
<h1>Titulo</h1>
   
<table class="login" id='tabla-login-1'>
       
<tr>
           
<td>Email</td>
           
<td><input type=""></td>
       
<tr>
   
</table>
</div>

<?php ?>