Jump to content

pramod

New Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by pramod

  1. Hi Stephenius,

     

    Your example answers my query. But if I need some descent space between textbox-label1 and Label2, how can I achieve it ?

    that is, vertical space between

    <span class="float">

    <label for="label1">Label 1:</label>

    <input type="text" name="label1" value="label1">

    </span>

    and

    <span class="float">

    <label for="label2">Label 2:</label>

    <input type="text" name="label2" value="label2">

    </span>

     

    Please assist.

  2. Hi All,

     

    I need few labels and corresponding text boxes with a button to be shown on a page.

    Would like to know how this can be done so as to perfectly align the labels both horizontally and vertically and controls just like I used to align using tables.

    Ex:

    Label1: <TextBox>__________Label2: <TextBox>

    Label3: <TextBox>__________Label4: <TextBox>

    Label5: <TextBox>__________Label5: <TextBox>

     

    Please help.

×
×
  • Create New...