Results 1 to 2 of 2

Thread: Question: Forms - CSS styles - whitespace management

  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Question: Forms - CSS styles - whitespace management

    Hello all...

    I'm working on a form unsing CSS styles...

    I'm new using styles...

    can someone please give me advice how to manage the whitespace between input boxes using CSS styles...I've spent many hours trying to figure this out...

    more space / less space / no space ...


    here's a quick look

    I would like the input boxes on the right to be on the same level as each of the check boxes.

    http://animationzigzag.com/temp.html

    cheers
    Sandra

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Split each pair into separate td cells:-
    <table>
    <tr>
    <td>Left checkbox 1</td>
    <td>Right input box</td>
    </tr><tr>
    <td>Left checkbox 2</td>
    <td>Right input box</td>

    etc
    </tr></table>

    Are you sure you want each item to be a separate form?
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •