Cuando escribes un mensaje en estos foros, verás que hay unos botones para añadir cosas en un textarea. Una parte de ese código es:
Código:
function meter(text) {
var postopic=document.PostTopic.Message
if (postopic.createTextRange && postopic.caretPos) {
var caretPos = postopic.caretPos;
caretPos.text = caretPos.text.charAt(caretPos.text.length - 1) == ' ' ?text + ' ' : text;
}
else postopic.value += text;
postopic.focus(caretPos)
}
Lo único que hay que hacer es modificarlo
<table border=0>
<tr>
<td align=center valign=bottom width=70><img src=http://www.traduim.com/img/ca.jpg border=0></td>
<td valign=top>Joe Tawers,
<font color=blue><u>Proximamente...</u>[/CODE]
</td>
</tr>
</table>