Example #1
0
        <TD align=right background=images/tb_top.gif height=4><IMG height=4 src="images/tb_right_topt.gif" width=8></TD>
        <TD width=4 height=4><IMG height=4 src="images/corner.gif" width=4></TD>
    </TR>
    <TR>
    <TD vAlign=top width=4 background=images/tb_left.gif height="50%"><IMG height=6 src="images/tb_left_topb.gif" width=3></TD>
    <TD colSpan=2 rowSpan=2>

<!-- Content Starts -->
<table width="100%" border=0>
<tbody>
	<tr><td colspan=3 bgcolor="#e7f3fb" class=name><b>&nbsp;&nbsp;Batchwise Profile Updation</b></td></tr>
<?php 
$bgcolor[0] = "#e7f3fb";
$bgcolor[1] = "#ffffff";
//$limit="LIMIT 1,10";
$x = XMEC::get_company();
echo "<tr>";
for ($i = 0; $i < count($x); $i++) {
    echo "<tr>";
    echo "<td><P>{$x[$i]}</P></td>";
    echo "</tr>";
}
echo "</tr>";
?>

</tbody>
</table>
<!--Content Ends-->
    </TD>
    <TD vAlign=top width=4 background=images/tb_right.gif height="50%"><IMG height=6 src="images/tb_right_topb.gif" width=3></TD>
  </TR>