Hola que tal, navegando por los foros de vB, me encontre con un BBCode el cual te permitia poner una caja de descarga como esta.
Así que me decidí a probarlo en mis foros, y me funciono, el problema era que si ponía una url muy larga la caja se deformaba, así que me decidí a testear el myCode y logre hacer que la caja se adaptara al largo de la url, pero ahora la caja me queda asi.
Y no se como hacerle para borrar ese borde que sobresale de la caja. Les dejo el codigo de la caja.
Código PHP:
<?php
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td background="images/misc/down1.gif" height="39" width="113">
</td>
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
<td bgcolor="#C0DDFF" height="39">
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
<td background="images/misc/down3.gif" height="39" width="48">
</td>
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#C0DDFF" width="10"> </td>
<td bgcolor="#C0DDFF">
<table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #007FD8" bgcolor="#FFFFFF">
<tr>
<td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center">
<p style="margin: 5px">$1</td>
</tr>
</table>
</td>
<td bgcolor="#C0DDFF" width="10"> </td>
</tr>
<tr>
<td colspan="3">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td background="images/misc/down4.gif" height="11" width="11">
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
<td bgcolor="#C0DDFF" height="11">
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
<td background="images/misc/down5.gif" height="11" width="11">
<img border="0" src="images/misc/space.gif" width="1" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
Espero me puedan ayudar. Saludos