Quote:
Originally Posted by dxflw
i want to add a iframe code to the forumhome but if the iframe website is loaded i to see a image to the front of the website..
How do i that?
i.e.:
Code:
<IFRAME name="box" src="http://google.com" scrolling="auto" width="800" height="400"> <p>Your browser doesn't support frames. Click <a href="http://google.com" target="_blank">here</a> to view the page.</p> </IFRAME>
|
You mean something like this
Code:
<DIV ALIGN=CENTER>
<IFRAME name=stbbox src="http://google.com" width="100%" height="200">
<p>Your browser doesn't support frames. Click <a href="http://www.ukbusinesslive.co.uk/forum/index.php" target="_blank">here</a> to view the page.</p>
</IFRAME>
</DIV>
and you can find the whole hack here
https://vborg.vbsupport.ru/showthread.php?t=204808
hope that helps