<html> <body> <style>form.DelphiPHP * {position: absolute}</style> <form class="DelphiPHP" name="Form1"> <div style="top:10px;left:120px;width:408px;height:22px;color:white;border:1px solid #D4D0C8;background-color:#D4D0C8;font-family:Tahoma;font-size:11px;font-weight:bolder"><img src="gradient2.gif" height="21" width="407px"></div> <div style="top:15px;left:128px;width:408px;height:22px;color:white;font-family:Tahoma;font-size:11px;font-weight:bolder">DelphiPHPForm</div> <div style="top:32;left:120px;width:408px;height:226;font-family:Tahoma;font-size:11px;color:windowtext;background-color:#D4D0C8;border-right:1px solid black;border-bottom:1px solid black;border-top:1px solid white;border-left:1px solid white"> <div style="top:8px;left:24px;width:79px;height:19px;font-family:Tahoma;font-size:16px;color:windowtext;font-weight:bolder;font-style:italic">Test form</div> <div style="top:136px;left:24px;width:50px;height:13px">First name</div> <div style="top:160px;left:24px;width:49px;height:13px">Last name</div> <img style="top:192px;left:24px;width:80px;height:15px" src="php.jpg"> <textarea style="top:32px;left:24px;width:185px;height:89px;font-family:Tahoma;font-size:11px" name="Memo1">Put your comments here. Or here.</textarea> <div style="top:32px;left:232px;width:145px;height:145px;border-right:1px solid black;border-bottom:1px solid black;border-top:1px solid white;border-left:1px solid white"> <div style="top:96px;left:24px;width:19px;height:13px">Age</div> <div style="top:8px;left:24px;width:97px;height:17px"><input type="checkbox" name="CheckBox1"><span style="margin-left:18px;margin-top:2px"> Like dogs</span></div> <div style="top:24px;left:24px;width:97px;height:17px"><input type="checkbox" checked name="CheckBox2"><span style="margin-left:18px;margin-top:2px"> Like cats</span></div> <div style="top:48px;left:24px;width:113px;height:17px"><input type="radio" checked name="Panel1"><span style="margin-left:18px;margin-top:2px"> Male</span></div> <div style="top:64px;left:24px;width:113px;height:17px"><input type="radio" name="Panel1"><span style="margin-left:18px;margin-top:2px"> Female</span></div> <select style="top:112px;left:24px;width:97px;height:21px;font-family:Tahoma;font-size:11px" name="ComboBox1"> <option>... - 17 <option>18 - 34 <option>35 - ... </select> </div> <input type="text" style="top:128px;left:96px;width:113px;height:21px;font-family:Tahoma;font-size:11px;color:green;background-color:#cc99ee;font-weight:bolder" value="Mike" name="Edit1"> <input type="text" style="top:160px;left:96px;width:113px;height:21px;font-family:Tahoma;font-size:11px;color:windowtext" value="" name="Edit2"> <input type="button" style="top:192px;left:136px;width:75px;height:17px;font-family:Tahoma;font-size:11px" value="reset"> <input type="submit" style="top:184px;left:232px;width:145px;height:25px;font-family:Tahoma;font-size:11px" value="Save"> </div> </form> </body></html>