Correct various HTML formatting issues.
This commit is contained in:
parent
83dd8a3fbd
commit
6aff0260a0
1 changed files with 11 additions and 11 deletions
|
@ -121,10 +121,10 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<h2>Become a Supporter Now!</h2>
|
<h2>Become a Supporter Now!</h2>
|
||||||
<a id="now"></a>
|
<a id="now"></a>
|
||||||
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
|
<form id="supporter-form" action="https://www.paypal.com/cgi-bin/webscr" method="post" name="supporter">
|
||||||
|
<div>
|
||||||
<input type="hidden" name="cmd" value="_xclick" />
|
<input type="hidden" name="cmd" value="_xclick" />
|
||||||
<input type="hidden" name="business" value="supporter@sfconservancy.org" />
|
<input type="hidden" name="business" value="supporter@sfconservancy.org" />
|
||||||
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
<input type="hidden" name="item_name" value="Conservancy Supporter, Annual" />
|
||||||
<div>
|
|
||||||
<label for="amount"><strong>Amount:</strong> $</label>
|
<label for="amount"><strong>Amount:</strong> $</label>
|
||||||
<input id="amount" type="text" name="amount" size="7" value="120" />
|
<input id="amount" type="text" name="amount" size="7" value="120" />
|
||||||
<span class="form-error"><small>$120 minimum to become a Conservancy
|
<span class="form-error"><small>$120 minimum to become a Conservancy
|
||||||
|
@ -138,15 +138,15 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
<label for="wantGift"><strong>T-shirt size: </strong></label>
|
<label for="wantGift"><strong>T-shirt size: </strong></label>
|
||||||
<input type="hidden" name="on3" value="size"/>
|
<input type="hidden" name="on3" value="size"/>
|
||||||
<select name="os3" id="os3">
|
<select name="os3" id="os3">
|
||||||
<option name="os3" id="os3" value="MenS" />Men's S</option>
|
<option name="os3" id="os3" value="MenS">Men's S</option>
|
||||||
<option name="os3" id="os3" value="MenM" />Men's M</option>
|
<option name="os3" id="os3" value="MenM">Men's M</option>
|
||||||
<option name="os3" id="os3" value="MenL" />Men's L</option>
|
<option name="os3" id="os3" value="MenL">Men's L</option>
|
||||||
<option name="os3" id="os3" value="MenXL" />Men's XL</option>
|
<option name="os3" id="os3" value="MenXL">Men's XL</option>
|
||||||
<option name="os3" id="os3" value="Men2XL" />Men's 2XL</option>
|
<option name="os3" id="os3" value="Men2XL">Men's 2XL</option>
|
||||||
<option name="os3" id="os3" value="LadiesS" />Ladies' S</option>
|
<option name="os3" id="os3" value="LadiesS">Ladies' S</option>
|
||||||
<option name="os3" id="os3" value="LadiesM" />Ladies' M</option>
|
<option name="os3" id="os3" value="LadiesM">Ladies' M</option>
|
||||||
<option name="os3" id="os3" value="LadiesL" />Ladies' L</option>
|
<option name="os3" id="os3" value="LadiesL">Ladies' L</option>
|
||||||
<option name="os3" id="os3" value="LadiesXL" />Ladies' XL</option>
|
<option name="os3" id="os3" value="LadiesXL">Ladies' XL</option>
|
||||||
</select><br/>
|
</select><br/>
|
||||||
<label for="publicAck"><strong>
|
<label for="publicAck"><strong>
|
||||||
Should we list you publicly as a Conservancy Supporter? </strong></label>
|
Should we list you publicly as a Conservancy Supporter? </strong></label>
|
||||||
|
@ -164,7 +164,7 @@ internal policies</a> are published and available for scrutiny.</p>
|
||||||
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
|
src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif"
|
||||||
border="0" name="submit" alt="Become a Supporter Now!">
|
border="0" name="submit" alt="Become a Supporter Now!">
|
||||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||||
</form>
|
</div> </form>
|
||||||
<small>You will be redirected to the Paypal website to
|
<small>You will be redirected to the Paypal website to
|
||||||
become a supporter when you click “Donate”.</small>
|
become a supporter when you click “Donate”.</small>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue