G
Guest
I was trying to add a html code provided by Amazon. When I copy it to the
html document it looks fine.
But the moment I save it - half of the codes go missing !!!. The remaining
one is mutilated at different places !!!
This is the Amazon code -
<form method="POST"
action="http://buybox.amazon.com/o/dt/assoc/handle-buy-box=0486200701">
<input type="hidden" name="asin.0486200701" value="1">
<input type="hidden" name="tag-value" value="kentheteamanc-20">
<input type="hidden" name="tag_value" value="kentheteamanc-20">
<input type="image" name="submit.add-to-cart" value="Buy from Amazon.com"
border="0" alt="Buy from Amazon.com"
src="http://rcm-images.amazon.com/images/G/01/associates/add-to-cart.gif">
</form>
This is what remains after 'saving' -
<input type="hidden" name="asin.0486200701" value="1">
<input type="hidden" name="tag-value" value="kentheteamanc-20">
<input type="hidden" name="tag_value" value="kentheteamanc-20">
<p>
<input type="image" name="submit.add-to-cart" value="Buy from Amazon.com"
border="0" alt="Buy from Amazon.com"
src="http://rcm-images.amazon.com/images/G/01/associates/add-to-cart.gif"
width="158" height="20">
</p>
I asked Amazon but they didn't know the answer.
Can some help me out.
regards,
ken
html document it looks fine.
But the moment I save it - half of the codes go missing !!!. The remaining
one is mutilated at different places !!!
This is the Amazon code -
<form method="POST"
action="http://buybox.amazon.com/o/dt/assoc/handle-buy-box=0486200701">
<input type="hidden" name="asin.0486200701" value="1">
<input type="hidden" name="tag-value" value="kentheteamanc-20">
<input type="hidden" name="tag_value" value="kentheteamanc-20">
<input type="image" name="submit.add-to-cart" value="Buy from Amazon.com"
border="0" alt="Buy from Amazon.com"
src="http://rcm-images.amazon.com/images/G/01/associates/add-to-cart.gif">
</form>
This is what remains after 'saving' -
<input type="hidden" name="asin.0486200701" value="1">
<input type="hidden" name="tag-value" value="kentheteamanc-20">
<input type="hidden" name="tag_value" value="kentheteamanc-20">
<p>
<input type="image" name="submit.add-to-cart" value="Buy from Amazon.com"
border="0" alt="Buy from Amazon.com"
src="http://rcm-images.amazon.com/images/G/01/associates/add-to-cart.gif"
width="158" height="20">
</p>
I asked Amazon but they didn't know the answer.
Can some help me out.
regards,
ken