Trying to embed a blog into our html website with an iFrame #:
<h1 class="title">All the latest...</h1>
</br>
</div>
</div>
</div>
<iframe src ="http://inspireacademy.tumblr.com" width="100%" height="auto">
<p>Your browser does not support iframes.</p>
</iframe>
I've tried changing height to 100%, auto and even numerous fixed widths, however the height of the iframe stays exactly the same! Any help?
Thanks in advance,
Aidan