I want to show a specific part of an external website on my website.
How do I do this? Can this action be illegal in some way?
**no embed available on this website. It looks pretty old too.
<div id="ab"><iframe src="//hodekar.tk"></iframe></div>
and this css#ab {
use minus margin so it will goes in that div and unuseful content will not be displayed in webpage. specify height of div and iframe
display : block;
overflow : hidden}
iframe{
margin: -50px -60px}
im not sure if u can do that.. der may be a few privacy issue.. But u can show a different page in you webpage by using the iframe tag. http://www.w3schools.com/tags/tag_iframe.asp Or HTML 5 supposrt video tags.. So if you can download the video u can display it using the video tags.. http://www.w3schools.com/html/html5_video.asp
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With