, :
, Content
-, , ContentCalc, = [Content]
-, ,
-, , "" : = LEFT ([ContentCalc], 60), 60 - , ,
, , - , :
<script type="text/javascript">
var theTDs = document.getElementsByTagName("TD");
var i=0;
var TDContent = " ";
while (i < theTDs.length)
{
try
{
TDContent = theTDs[i].innerText || theTDs[i].textContent;
if (TDContent.indexOf("<div") == 0)
{
theTDs[i].innerHTML = TDContent;
}
}
catch(err){}
i=i+1;
}
</script>
, , .
, , Calc , .
. javascript Rich Text, , div , . , . , .