Remove <center> tag

This commit is contained in:
Ice
2008-08-09 12:30:57 +00:00
parent 85c15f137b
commit 2ab90018c5

View File

@@ -6,7 +6,7 @@ https://www.paypal.com/cgi-bin/webscr?cmd=p/sell/mc/mc_wa-outside
//--> //-->
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post"> <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<center> <div style="text-align: center;">
<input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="{PAY_ACC}" /> <input type="hidden" name="business" value="{PAY_ACC}" />
<input type="hidden" name="item_name" value="{L_PAY_ITEM}" /> <input type="hidden" name="item_name" value="{L_PAY_ITEM}" />
@@ -34,5 +34,5 @@ http://www.htmlhelp.com/reference/charset/
</select> </select>
<br /> <br />
<input type="image" src="portal/images/paypal.gif" style="border:0px; background-color:transparent; padding-top:6px" /> <input type="image" src="portal/images/paypal.gif" style="border:0px; background-color:transparent; padding-top:6px" />
</center> </div>
</form> </form>