Ovillo
Compartir ideas, aprender y ayudarnos en el trabajo diario con los estándares web
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/treeweb/www_ovillo/class/Database.class.php on line 20
04
Aug
2011
por Gerardo
0 respuestas
Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/treeweb/www_ovillo/class/Textile.class.php on line 1526
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 } ?>