HOW TO SHOW A CERTAIN PART OF WEBSITE TO YOUR WEBSITE | IFRAME TRICK - MRNIAMSTER

Advertisement

Post Top Ad

HOW TO SHOW A CERTAIN PART OF WEBSITE TO YOUR WEBSITE | IFRAME TRICK

Share This
Want to show certain part of other 's website to your site using iframe ? then this tutorial is for you !
just copy the code first i will explai you in brief later
Why do we need to iframe a specific area of a website?
Sometimes if we want to show certain part of an external webpage in our site/blog; iframing is the best easy way to do so.
CODE :

<div style="border: 3px solid rgb(201, 0, 1); overflow: hidden; margin: 85px auto; max-width: 736px;">
<iframe scrolling="no" src="https://livetrafficfeed.com/" style="border: 0px none; margin-left: -85px; height: 1939px; margin-top: -533px; width: 926px;">
</iframe>
</div>


NOW JUST GO TO HERE : CLICK HERE

change the  https://livetrafficfeed.com   to the website you want to edit !

OR simply execute here :

No comments:

Post a Comment

Post Bottom Ad