Code:
<table border="1" cellpadding="5" cellspacing="5" width="761"> <tr> <td width="149"> <font color="#000000" size = "3"> <strong> Instructor Requ </strong> </font> </td> <td align="left"> <font color="#000000" size="3"> <strong> TM Notes for Instructor Logistics Memo </strong> </font> </td> </tr> <tr> <td bgcolor="#C0C0C0"> <font color="#000000"> <strong> Hand carry to class </strong> </font> </td> <td align="left"> <font color="#000000"> <strong> <%=rs2.fields("Instructor_HandCarry") %> </strong> </font> </td> </tr> <tr> <td bgcolor="#C0C0C0"> <font color="#000000"> <strong> Others </strong> </font> </td> <td align="left"> <font color="#000000"> <strong> <%=rs2.fields("Instructor_Other") %> </strong> </font> </td> </tr> </table>
Comment