How to embed a part of an external web page in wordpress with iframe in HTML

2 Answers

0 votes
<div style="border: 2px solid rgb(0, 255, 1); overflow: hidden; margin: 10px auto; max-width: 750px;">
<iframe scrolling="yes" src="http://www.collectivesolver.com" style="border: 0px none; margin-left: 0px; height: 750px; margin-top: 0px; width: 650px;">
</iframe>
</div>

 



answered Jan 7, 2016 by avibootz
0 votes
<div style="border: 2px solid rgb(0, 255, 1); overflow: hidden; margin: 10px auto; max-width: 650px;">
<iframe scrolling="yes" src="http://www.collectivesolver.com" style="border: 0px none; margin-left: -140px; height: 750px; margin-top: -100px; width: 750px;">
</iframe>
</div>

 



answered Jan 7, 2016 by avibootz

Related questions

1 answer 450 views
1 answer 215 views
1 answer 162 views
1 answer 164 views
1 answer 190 views
1 answer 185 views
...