.html
==================================
<table jwcid="mytable" class="distribusi"/> // css will make the whole
                                            //<td> tag have "center"
                                            //align

<span jwcid="[EMAIL PROTECTED]">  // but, how to not implemented it in
                                   //this <td> tag and //
                                   //change it align to "left" (only
                                   //this <td> block statement) ?????

   <img jwcid="@Image" image="ognl:assets.checkImage"/>
 </span>

.page
===========================================
<component id="mytable" type="contrib:Table">
        <binding name="columns" expression="'a:A Action:a
                                            ,b:B Action:b
                                            ,c:C Action:c'"/>
        <binding name="source" expression="tableList"/>
 </component>

.css
============================================
.distribution table {
    text-decoration:none;
    text-align: left;
}
.distribution th {
    text-align: center;
    background-color: #C0E3FA;
}
.distribusi td {
    text-align: center;
}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to