HighDots Forums  

Form Formatting

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Form Formatting in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mmorton23
 
Posts: n/a

Default Form Formatting - 10-28-2005 , 11:19 AM






Hi Everyone,

I have created a form (a survey) and I plan to use it in an email. However, I
would like for the actual form itself to have a different background color than
the email. Can anyone please tell me how to do this? Is there a piece of code
I can place within the code below? The code for the form is below:

<form method=POST action="http://app.xxx.xxx/x/form.php" >
<p align="left" style="color: #666666; font-family: Verdana, Arial,
Helvetica, sans-serif; line-height:120%; font-size: 10px;">What do you think of
Tissue Paper?<br/>
<input type='radio' name='IE_2' value='Great!' CHECKED/>Great!<br>
<input type='radio' name='IE_2' value='Okay' />Okay<br>
<input type='radio' name='IE_2' value='I hate it' />I hate it<br></p>
<p align="left" style="color: #666666; font-family: Verdana, Arial,
Helvetica, sans-serif; line-height:120%; font-size: 10px;">Trouble submitting
this survey? Click <a href="%%!message_url%%">here</a></p>
<input type="hidden" name="_a" value="Submit">
<input type="submit" name="_a" value="Submit">
</form>

Thanks Guys!:P


Reply With Quote
  #2  
Old   
Jerry McEwen
 
Posts: n/a

Default Re: Form Formatting - 10-28-2005 , 10:28 PM






<form STYLE="background-color:#ADD8E6" method=POST
action="http://app.xxx.xxx/x/form.php" >

On Fri, 28 Oct 2005 15:19:29 +0000 (UTC), "mmorton23"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Hi Everyone,

I have created a form (a survey) and I plan to use it in an email. However, I
would like for the actual form itself to have a different background color than
the email. Can anyone please tell me how to do this? Is there a piece of code
I can place within the code below? The code for the form is below:

form method=POST action="http://app.xxx.xxx/x/form.php"
<p align="left" style="color: #666666; font-family: Verdana, Arial,
Helvetica, sans-serif; line-height:120%; font-size: 10px;">What do you think of
Tissue Paper?<br/
<input type='radio' name='IE_2' value='Great!' CHECKED/>Great!<br
<input type='radio' name='IE_2' value='Okay' />Okay<br
<input type='radio' name='IE_2' value='I hate it' />I hate it<br></p
<p align="left" style="color: #666666; font-family: Verdana, Arial,
Helvetica, sans-serif; line-height:120%; font-size: 10px;">Trouble submitting
this survey? Click <a href="%%!message_url%%">here</a></p
input type="hidden" name="_a" value="Submit"
input type="submit" name="_a" value="Submit"
</form

Thanks Guys!:P


Reply With Quote
  #3  
Old   
mmorton23
 
Posts: n/a

Default Re: Form Formatting - 10-31-2005 , 10:56 AM



Thanks!

That worked out great!

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.