Jump to content

Title on top of box


Jerry62704

Recommended Posts

No one can give you an answer to a question like that without seeing the code involved.
OK, here is the code. Hope it makes it clearer. I'd like the heading to be in the top, left line of the box.
  <fieldset title="Household Information/InformaciĆ³n del Hogar">      <h2><font size="2" face="bold">         <bean:message key="fs.calc.input.household.heading"/></font></h2>      <div class="formTextAlign">         <bean:message key="fs.calc.input.numInHH"/></div>      <div class="formBoxAlign">         <html:text styleId="numInHH" property="numInHH" size="2" maxlength="2"/></div>      <div class="formTextAlign">         <bean:message key="fs.calc.input.childrenUnder2"/></div>      <div class="formBoxAlign">         <html:text styleId="numberOfChildrenUnder2" property="numberOfChildrenUnder2" size="2" maxlength="2"/></div>      <div class="formTextAlign">         <bean:message key="fs.calc.input.childrenOver2"/></div>      <div class="formBoxAlign">         <html:text styleId="numberOfChildrenOver2" property="numberOfChildrenOver2" size="2" maxlength="2"/></div>      <div class="formTextAlign">         <bean:message key="fs.calc.input.qualifyingMember"/></div>      <div class="formBoxAlign">         <html:select styleId="qualifyingMember" property="qualifyingMember">            <html:option value="false">              <bean:message key="fs.calc.input.yesno.no"/></html:option>            <html:option value="true">              <bean:message key="fs.calc.input.yesno.yes"/></html:option>         </html:select></div>	      <div class="formTextAlign">         <bean:message key="fs.calc.input.simplifiedProcessingUnit"/></div>      <div class="formBoxAlign">         <html:select styleId="simplifiedProcessingUnitInd" property="simplifiedProcessingUnitInd">            <html:option value="false">            <bean:message key="fs.calc.input.yesno.no"/></html:option>            <html:option value="true">            <bean:message key="fs.calc.input.yesno.yes"/></html:option>         </html:select></div>   </fieldset>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...