Hi anyone know the answer to this.

I have some test attributes that require a typed answer ie:

name:
address first line: etc.

on the product page i get (not the underscores)

name:___[text-input-box]
adress first line:___[text-input-box]

as you can see the [text-input-boxes] are not in line.

I would like them to look like this

name:####################___[text-input-box]
address first line:____[text-input-box]

how do i do it?


Andy