[thelist] RE: robert @ penny on the sidewalk

Hayden Flower (DHL UK) hayden.flower at dhl.com
Thu Jul 8 04:02:02 CDT 2004


Hi Robert
you may have figured it out already but here's a leg up

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Title</title>
    <style type="text/css">    
    fieldset{border: 1px dotted black;}    
    fieldset div {clear: both;position: relative;}
	label{margin: 0;display: block;width: 13em;text-align: right;float: left;}
    </style>
  </head>
  <body>    
      <fieldset>
        <legend>Personal Borrower</legend>
        <div>
          <label for="Producer">Mr:</label>
          <input name="Producer" type="text" id="Producer" value="" />
        </div>
        <div>
          <label for="Category">Mrs:</label>
          <input name="Category" type="text" id="Category" value="" />
        </div>
        <div>
          <label for="Title">Miss:</label>
          <input name="Title" type="text" id="Title" value="" />
        </div>        
      </fieldset>    
  </body>
</html>

Haydn


More information about the thelist mailing list