Err so yeah, this is my first post

Anyway, I have an Iframe that I use to "embed" my forum into my site. However on the forum, obviously, each page is of different height.
So in the HTML I've tired using both (I've also done this in the CSS, doesn't work either):
CODE
height="100%"
AND not specifying a height - which also doesn't work.
So at the moment I'm having to use a value of
CODE
height="1500px"
which leaves massive blank spaces on some pages but
still requires a scrollbar on other pages.
If you know how to fix I would be very grateful.
----
Also, the other help I need is...
I need a URL link using HTML or PHP that takes you back to where you where. So when you logout it will take you back to where you last were.
This post has been edited by Kingbradley6: 10 Jul, 2008 - 06:44 AM