• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Brauche Hilfe um Code zu ändern

nadinefischer

Neues Mitglied
hallo

ich brauch Hilfe und bin neu hier, ich möchte gern das folgender Code so geändert wird das er zentriert ist

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B487R5NBL3N3C">
<table>
<tr><td><input type="hidden" name="on0" value="Energiespirale">Energiespirale</td></tr><tr><td><select name="os0">
<option value="44cm Versand DE">44cm Versand DE €99,00</option>
<option value="67 cm Versand DE">67 cm Versand DE €139,00</option>
<option value="44 cm Versand andere Länder (siehe AGB)">44 cm Versand andere Länder (siehe AGB) €109,00</option>
<option value="67 cm Versand andere Länder (siehe AGB)">67 cm Versand andere Länder (siehe AGB) €169,00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>

Viele Dank schon mal

lg nadine
 
HTML:
<form style="text-align:center;" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B487R5NBL3N3C">
<table style="margin:auto;">
<tr><td><input type="hidden" name="on0" value="Energiespirale">Energiespirale</td></tr><tr><td><select name="os0">
<option value="44cm Versand DE">44cm Versand DE €99,00</option>
<option value="67 cm Versand DE">67 cm Versand DE €139,00</option>
<option value="44 cm Versand andere Länder (siehe AGB)">44 cm Versand andere Länder (siehe AGB) €109,00</option>
<option value="67 cm Versand andere Länder (siehe AGB)">67 cm Versand andere Länder (siehe AGB) €169,00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="btn_cart_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="pixel.gif" width="1" height="1">
</form>
Das beantwortet deine Frage.
Aber das ist ziemlich übler Code den du da hast
 
Vielen lieben Dank
aber wenn ich den folgenden teile in deinen ändere ist das bild weg, oben ist alles ok

</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
 
HTML:
<form style="text-align:center;" target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B487R5NBL3N3C">
<table style="margin:auto;">
<tr><td><input type="hidden" name="on0" value="Energiespirale">Energiespirale</td></tr><tr><td><select name="os0">
<option value="44cm Versand DE">44cm Versand DE €99,00</option>
<option value="67 cm Versand DE">67 cm Versand DE €139,00</option>
<option value="44 cm Versand andere Länder (siehe AGB)">44 cm Versand andere Länder (siehe AGB) €109,00</option>
<option value="67 cm Versand andere Länder (siehe AGB)">67 cm Versand andere Länder (siehe AGB) €169,00</option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/de_DE/DE/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
so sollte es wieder hinhauen
 
Zurück
Oben