Jump to content

akbar.t

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by akbar.t

  1. i wanted to align the columns of a table according to its heading size.i.e. the size of the column should be equal to the size of the heading. <table border =0 cellpadding = 1 cellspacing = 1><tr><th> </th><th width=50%>Date(dd/mm/yy)</th><th >WHO stage</th><th >Weight(kg)</th><th >Height(cm)</th><th >Performance A/B/C *</th><th >Total lymphocyte count</th><th >CD4 count(or % in children)</th></tr><tr><td>At 1st visit in clinic</td><%j=1 %><%for i=j to j+6 %><td><input type="text" name="text_ <%=i%>" ></td><% Next %></tr><tr><td>At ART medical eligibility</td><%j=i %><%for i=j to j+6 %><td><input type="text" name="text_ <%=i%>" ></td><% Next %></tr><tr><td>At start of ART</td><%j=i %><%for i=j to j+6 %><td><input type="text" name="text_ <%=i%>" ></td><% Next %></tr><tr><td>At 6 months ART</td><%j=i %><%for i=j to j+6 %><td><input type="text" name="text_ <%=i%>" ></td><% Next %></tr> </table>
  2. try the following one (use width="100%" instead width="75%")<table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" bgcolor="#FFFFFF">
×
×
  • Create New...