Traductor
English French German Spain Italian Dutch Russian Portuguese Japanese Korean Arabic Chinese Simplified
Quiero esto en mi Blog!

miércoles, 8 de junio de 2011

Crea tu propio subeimágenes


He conseguido crear un subeimágenes, es un HTML sencillo


<table border="10" align="center" cellpadding="10" bordercolor="COLOR BORDE" class="table_decoration">

<tr><td valign="top" bgcolor="COLOR FONDO IMÁGEN">

<div align="center">

<img src="URL DE FOTO DE DECORACIÓN" /></div>

</td> </tr>

<tr> <td valign="top" bgcolor="COLOR FONDO SUBIR"><form action="http://imageshack.us/" method="post" enctype="multipart/form-data" name="upform" target="_blank" id="upform" onsubmit="return checkemail()">

<input type="file" name="fileupload" size="38" style="height:25px;" onchange="showoptions(this)" id="fileupload" />

<input name="submit" type="submit" id="butan" style="width:50px" value="Subir!" />

</form>

</td> </tr>

</table>



si quieren ver una prueba este es el que yo he creado:


El html de ese sería así:
<table border="10" align="center" cellpadding="10" bordercolor="#OOOOFF" class="table_decoration">

<tr><td valign="top" bgcolor="#OOOOFF">

<div align="center">

<img src="http://fotos0.mundofotos.net/2008/16_10_2008/fantasy1224108889/dibujo-con-fondo-azul.jpg" /></div>

</td> </tr>

<tr> <td valign="top" bgcolor="#OOOOFF"><form action="http://imageshack.us/" method="post" enctype="multipart/form-data" name="upform" target="_blank" id="upform" onsubmit="return checkemail()">

<input type="file" name="fileupload" size="38" style="height:25px;" onchange="showoptions(this)" id="fileupload" />

<input name="submit" type="submit" id="butan" style="width:50px" value="Subir!" />

</form>

</td> </tr>

</table>


Espero que les guste, pueden conseguir los códigos de los colores AQUI:
http://html-color-codes.info/codigos-de-colores-hexadecimales/]http://html-color-codes.info/codigos-de-colores-hexadecimales/

2 comentarios:

Deja tu comentario.
No insultes ni faltes al respeto.
No anuncies tu web o blog, el comentario será catalogado como spam y borrado.
Gracias