posted on March 1, 2004 02:31:16 PM new
A change in the length of the title area in Inventory was requested to match the 55 characters available for the title.
It was lengthened, but instead of making it the same size as in the regular eBay listing field, of 55 characters, the size of the title box in inventory is around 70 characters wide.
It would help if the size of the title bar was not too short, and not too wide.
The regular listing page, (non inventory) has it correctly sized.
Incorrect sizing does not allow a lister to tell if there are spaces to the right of the title taking up space.
input type=text size=80 maxlength="55"
change to
input type=text size=55 maxlength="55"