i want to show part of a webpage in iframe. i have tried jquery to hide header and footer and to show content part only but not working. i have tried to apply CSS but not applied as the webpage comes from another website.
i just want to remove header and footer section using jquery or CSS if possible.
this is the code i am trying:
<iframe src="http://schweizer.deco-apparel.com/create_products/Ultra-Cotton-100-Cotton-T-Shirt?n=9465742" height="500px" width="100%" ></iframe>
here is link to this code: http://jsfiddle.net/chetan17/gxth1b12/
is there any way to hide div with id header and id footer section?
Thanks