mkaply%us.ibm.com 1c1b824f36 #65078
r=morse, sr/a=brendan
Don't hardcode fonts in HTML files - bad for L10N


git-svn-id: svn://10.0.0.236/trunk@84830 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-12 00:58:50 +00:00

32 lines
1.1 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<body bgcolor="#ffffff" text="#000000">
<h3><font color="#CC6600">
Enter a Shipping Address</font></h3>
<form>
<input type="hidden" name="country" value="USA" size="15">
Name:<br>
<input type="text" name="ShipTo.Name" value="" size="50" maxlength=
"60"><br>
Address Line 1 (or company name):<br>
<input type="text" name="ShipTo.Street.Line1" value="" size="50" maxlength=
"60"><br>
Address Line 2 (optional):<br>
<input type="text" name="ShipTo.Street.Line2" value="" size="50" maxlength=
"60"><br>
City:<br>
<input type="text" name="ShipTo.City" value="" size="25"><br>
State:<br>
<input type="text" name="ShipTo.State" value="" size="15"><br>
ZIP Code:<br>
<input type="text" name="ShipTo.PostalCode" value="" size="20"><br>
Phone number:<br>
<input type="text" name="ShipTo.Phone" value="" size="15"><br>
Click here when you are <input type="submit" value="done">
with this address.
</form>
</body>
</html>