To customize this field, create a CSS style titled FIELD-SHIP-CITY. The form button generated by this QuickCode Tag will then inherit the attributes of that style.
For example: To make the quantity field 20 pixels wide with red text, add this style to your CSS rules:
<style type="text/css"> <!-- .FIELD-SHIP-CITY { color: #FF0000; width: 20px; } --> </style>
|