Cuadro con esquinas redondeadas
En este recorte de HTML vemos como se hace un cuadrado con las esquinas redondeadas. Es un sencillo toque de diseño que puede ayudarnos a que nuestras paginas sean más agradables visualmente.
Recorte
|
|
|
| |
Puedes poner aquí el contenido que quieras. |
|
|
|
|
Código HTML
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#DDE0FC" width="20"><img src="/graficos/esq1.gif" width="20" height="20"></td>
<td bgcolor="#DDE0FC"> </td>
<td bgcolor="#DDE0FC" width="20"><img src="/graficos/esq2.gif" width="20" height="20"></td>
</tr>
<tr>
<td bgcolor="#DDE0FC" width="20"> </td>
<td bgcolor="#DDE0FC">Puedes poner aquí el contenido<BR>que quieras.</td>
<td bgcolor="#DDE0FC" width="20"> </td>
</tr>
<tr>
<td bgcolor="#DDE0FC" width="20"><img src="/graficos/esq4.gif" width="20" height="20"></td>
<td bgcolor="#DDE0FC"> </td>
<td bgcolor="#E5E7FD" width="20"><img src="/graficos/esq3.gif" width="20" height="20"></td>
</tr>
</table>