I'm working on a coupon app and it has an area where business owners can enter a short "tag line" for what the coupon is for. For example:
- 10% off one entree!
- $5 off
- 2 for 1 sake before 7PM
- 15 free flapjacks if your name is Gary
Again, this is user generated. It will show up on a screen their customers can see. I'd like it to display on one line within a certain amount of pixels. It will be in Arial.
What is the best way to determine the max amount of characters to allow them to include so that it doesn't take up extra lines or overflow, considering lots of browsers...?