chris.worthington-barclayvouchers.co
-
6/6/2013 11:40:48 PM
RE:Forms and CSS - CSS code gets overwritten, and how to control input boxes
Thanks for another tip.
Actually, there AREN'T any <br /> tags. The code just looks like <td> $$Input:Phone1$$$$Validation:Phone1$$</td>.
I tried creating a table within the cell and moving the input boxes into the table so that they'll line up, but because it's a table within another table's cell, the cells appear too big.
Here's a sample of the code: <td>(例)山田 太朗<br /> 姓$$input:LastName$$$$validation:LastName$$ 名$$input:FirstName$$$$validation:FirstName$$様宛</td>
As you can see, there's no <br> between $$input:LastName$$$$validation:LastName$$ and $$input:FirstName$$$$validation:FirstName$$様宛
I also learned I can adjust the width of the input box size on the field properties but they still somehow add a <br> after each $$input:variable$$.
|