I am quite a novice with html etc, and was wondering if anyone could help me with a compatibilty problem i am having, the following code work perfect in IE, but not in Firefox, so if anyone knows it would be a great help.
TIA Yochlol
Code:
table border="0" width="626"><form action="https://www.paypal.com/us/cgi-bin/webscr" method="post">
<tr>
<td class="contentt">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="addy@email.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="item_name" value="Donation: Phoenix set">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="hidden" name="on0" value="Username">
<tr>
<td width="165"> </td>
<td width="329"><strong>Item:</strong> Character name change<br>
<br>
<strong>Description:</strong> <br>
Change the name of any of your chars (name must not be a character in
game already)</td>
<td width="118" class="contentt"><a href="https://www.paypal.com/en_US"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but23.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"></a>
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"><br>
<strong>Quantity:</strong>
<input name="quantity" type="text" value="1" size="2">
<br>
<strong>Price:</strong> $5.00</td>
</tr>
</table>
</td></tr>
</form>