I need to make some forms in HTML that a customer will need to print and write some entries by hand then scan or fax.
So I want there to be an area for signing like "Sign ____"
Underscores are all good if the underline is a limited length, but what if I have a number of lines that need to go all the way across the page (or in some cases table cell) with some text in front of each??
So:
Item 1: ____________
An Item 2: _________
This is item 3: ____
1 more item: _______
The trouble is if I use underscores, the underscores don't finish at the same places and it looks wrong or it warps the size of the cell. The best thing would be to underline white space but that's just not possible.