OneRow.htm
339 Bytes
<STYLE TYPE="text/css">
#Container{
width:99%;
margin-left:10px;
}
.item{
margin-top:10px;
}
.group{
margin-right:10px;
}
</style>
<TABLE id="Container" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=${width_A} VALIGN=TOP>
<div class="group" areaflag=A>
${content_A}
</div>
</TD>
</TR>
</TABLE>
${strOther}