I'm in search of a solution to incorporate a part of another website into my own.
Is it possible to do this using an iframe? And if so, how can I specify that only a specific section should be displayed?
For instance, if the other website contains:
<div id="a_div">
content here
</div>
<div id="b_div">
other content here
</div>
How can I include only the *a_div* div on my website so that only:
content here
is shown?