Subject: Multiple Lines in Button
Posted By: jmss66 Post Date: 9/21/2006 8:39:25 AM
How do I create multiple lines or do a word wrap in the value of a form? I need to display the value of my button in two lines. What happens is it gets truncated on the button.

<FORM METHOD="POST" ACTION="mywebsite.asp" NAME="MyForm">
<INPUT  CLASS="Btn" TYPE="SUBMIT" NAME="btnSUBMIT"
        VALUE="Click Here to take the Survey">
</FORM>


I need the text in the button to show

Click Here
to take the Survey

Thanks

Reply By: dparsons Reply Date: 9/21/2006 9:21:01 AM
Dont think that can even be done through CSS; consider using an image button.

--Stole this from a moderator

I will only tell you how to do it, not do it for you.  
Unless, of course, you want to hire me to do work for you.
Reply By: jmss66 Reply Date: 9/21/2006 9:31:09 AM
That's what I am afraid off. I was hoping that there is a work around instead of creating an image. I am lousy at creating an image. I do not know the first step to creating one.

Thanks for your help.

Reply By: dparsons Reply Date: 9/21/2006 10:01:38 AM
Ya, the image button is going to be the only way to do this. If you need to create images and dont have Photoshop or Paintshop Pro you can download GIMP here: http://www.gimp.org/ and its free.

--Stole this from a moderator

I will only tell you how to do it, not do it for you.  
Unless, of course, you want to hire me to do work for you.

Go to topic 50030

Return to index page 168
Return to index page 167
Return to index page 166
Return to index page 165
Return to index page 164
Return to index page 163
Return to index page 162
Return to index page 161
Return to index page 160
Return to index page 159