- Desde
- 17 Dic 2008
- Mensajes
- 1.330
hace rato se me ocurrio una idea de un bbcode para hacer algo asi: Un bbcode que haga una una carita con un anuncio ejemplo:
Donde dice agradecer no cuesta seria lo que escribieron, no seria imposible pues hay un Download Box que hace practicamente lo mismo. Aqui el Codigo:
Titulo: Password Box
Etiqueta: pwd
Remplazo:
Ejemplo: [pwd]Tu contraseña[/pwd]
Descripción: Añade un contenedor de contraseñas.
Usar{option}: No
Botón: images/misc/pwd-button.gif
Ojala y me ayuden a lograrlo...
Titulo: Password Box
Etiqueta: pwd
Remplazo:
HTML:
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="39" colspan="3">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="123" background="http://www.foro.com/foro/images/misc/pwd1.gif" height="39">
</td>
<td background="http://www.foro.com/foro/images/misc/pwd2.gif"> </td>
<td width="48" background="http://www.dforoz.com/foro/images/misc/pwd3.gif" height="39">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#cdf4a3" width="10"> </td>
<td bgcolor="#cdf4a3">
<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #69ac00" bgcolor="#FFFFFF">
<tr>
<td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
<p style="margin: 5px">{param}</td>
</tr>
</table>
</td>
<td bgcolor="#cdf4a3" width="10"> </td>
</tr>
<tr>
<td colspan="3">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td background="http://www.foro.com/foro/images/misc/pwd4.gif" height="11" width="11">
<img border="0" src="http://www.foroz.com/foro/images/misc/space.gif" width="1" height="1"></td>
<td bgcolor="#cdf4a3" height="11">
<img border="0" src="http://www.foroz.com/foro/images/misc/space.gif" width="1" height="1"></td>
<td background="http://www.foroz.com/foro/images/misc/pwd5.gif" height="11" width="11">
<img border="0" src="http://www.foro.com/foro/images/misc/space.gif" width="1" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
Ejemplo: [pwd]Tu contraseña[/pwd]
Descripción: Añade un contenedor de contraseñas.
Usar{option}: No
Botón: images/misc/pwd-button.gif
Ojala y me ayuden a lograrlo...