Necesito poner marco como este dentro de un textarea en flash. Intente poniendo codigo html y poniendo css. Pero no logro hacerlo funcionar alguien sabe como hacerlo???
Solo necesito crear un marco...
Atte
Daniel
<tr>
<td width="400" height="15" ><b>Título:</b> Lomeli es Trolo</td>
<td width="200"><b>Fecha publicación:</b> 2006-03-15</td>
</tr>
<tr>
<td colspan="2">rrererere
</td>
</tr>
</table><br><table width="600" height="100" border="2">
<tr>
<td width="400" height="15" ><b>Título:</b> Lomeli es Trolo</td>
<td width="200"><b>Fecha publicación:</b> 2006-03-15</td>
</tr>
<tr>
<td colspan="2">rrererere
</td>
</tr>
</table>
En css lo he puesto mas o menos asi
Código :
.box {
border: double;
border-color: #0000FF;
background: #DBDBDB;
width: 600px;
height: 200px;
text-align: center;
position: relative;
}
.ele1 {
border-right: double;
border-bottom: double;
border-color: #0000FF;
padding: 5px;
width: 48%;
height: 25%;
position: absolute;
text-align:justify;
top: -3px;
left: -3px;
}
.ele2 {
border-bottom: double;
border-color: #0000FF;
padding: 5px;
width: 49%;
height: 25%;
position: absolute;
text-align:justify;
top: -3px;
left: 296px;
}
.ele3 {
padding: 5px;
width: 98%;
height: 65%;
position: absolute;
text-align:justify;
left: 0px;
bottom: 0px;
}
