| Author |
Message |
BetsyC

Joined: 13 May 2007 Posts: 63 Location: Lake Placid, FL
|
Posted: May 23, 2007, 11:42 pm Post subject: HTML Form Help |
|
|
Help! My friend, Rebekah, said you could help!! I am not the least bit familiar with HTML, but I am working on a form with Get Response and I am not pleased with the results!
I would the the exterior box smaller (and changing the 260 width does not help) and I would like some type of color in the background. It just looks so plain and all the others I've seen look so attractive!
Below is the code. Looking forward to your response!!
<!-- GetResponse subscription form | start -->
<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>
<tr>
<td>
<label for="GRCategory2">Your Name</label>:
</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">Your E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr>
</table>
<input type="submit" value="Free Instant Access!" />
<p>
Powered by <a href="http://www.getresponse.com" title="Email Marketing">GetResponse email marketing</a> software
</p>
</fieldset>
<input type="hidden" name="category1" value="livingwell" />
<input type="hidden" name="confirmation" value="http://confirmation-page.livingwell.livingfree.com"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 200px;
border: 0;
}
/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}
/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}
-->
</style>
<!-- GetResponse subscription form | end --> _________________ Betsy Canevari
Smart Moms ~ Smart Business!
Join our 7-Day Fitness Boot Camp!
4FabMoms Blog |
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: May 24, 2007, 6:20 pm Post subject: |
|
|
This one is pretty easy (I hope). All you need to do is add the background color into your table code. Like change this:
<table>
To something like this:
<table BGCOLOR="#EDEDED">
That should make it gray, although you can change the color by changing the letters and numbers. If that doesn't work please let me know, because you might have to put that in other parts of the code. _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
BetsyC

Joined: 13 May 2007 Posts: 63 Location: Lake Placid, FL
|
Posted: May 24, 2007, 11:49 pm Post subject: |
|
|
Thank you for the information. The code you provided changed the color for the box around the name and email request. I was wondering, though, is there any way to change the color of the entire box (rather than just the field/box the requested information) around and can we made the box smaller. If you'd like, please feel free to check out the site and you might get a better feel for what I am talking about.
Thanks again for your help!!! _________________ Betsy Canevari
Smart Moms ~ Smart Business!
Join our 7-Day Fitness Boot Camp!
4FabMoms Blog |
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: May 30, 2007, 8:27 pm Post subject: |
|
|
The size would be controlled by editing the number that comes after size="". The color of the box.......hmmm now that I'm not so sure. Did the other code not change all the color inside the box? It should have changed the background color of the box. _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
BetsyC

Joined: 13 May 2007 Posts: 63 Location: Lake Placid, FL
|
Posted: May 30, 2007, 9:58 pm Post subject: |
|
|
It changed the color in the smaller boxes (First Name, Email) but not the larger box. I would really like to figure out how to change the larger box as well as make it smaller. I messed with the #'s like you suggested, but it only changed the smaller boxes (again, First name, email). If this is a losing battle, just let me know!!!
Thanks, _________________ Betsy Canevari
Smart Moms ~ Smart Business!
Join our 7-Day Fitness Boot Camp!
4FabMoms Blog |
|
| Back to top |
|
 |
karadawn Idea Queen & Candle Expert

Joined: 25 Feb 2004 Posts: 1035 Location: Iowa
|
Posted: June 1, 2007, 7:30 am Post subject: |
|
|
Have you got this box up on a page somewhere? It might help if I could actually see it.  _________________ ~Kara Kelso~
Advertising on Idea Queen
Over 700 daily unique visitors, great rates!
Prairie Soy Candles
Handmade Soy Candles - no dyes or additives! |
|
| Back to top |
|
 |
BetsyC

Joined: 13 May 2007 Posts: 63 Location: Lake Placid, FL
|
|
| Back to top |
|
 |
|