![]() |
Need help with IFRAME.
Hi Guys!
I need help with IFrame. I try to build my website www.adultfreetgp.com using some IFrame. If you click on Amateur they load on another page but I don't want that. I want the page to be load on the same as the index page. Can someone help me please? Thanks! Bigmath |
Also look what Anal do. Can someone help please?
- OK Anal do the samething of Amateur now. |
Here is an iframe example:
<iframe src ="http://www.yoursite.com/blog/index.php" width="900" height="900"> <p>Your browser does not support iframes.</p> </iframe> Play with the width and height to get the look you want. |
That is because you set the target.
Code:
<a href="amateur.php" target="amateur">AMATEUR ~</a> If you remove the target attribure then it will probably work. You can also set it to "_top". This is the "top" or main frame of the browser. Like this: Code:
<a href="amateur.php" target="_top">AMATEUR ~</a> Code:
<a href="amateur.php" title="amateur" target="_top">AMATEUR ~</a> Hope this helps. Good luck with your site. :thumbsup |
I understand that but why each time it load on another page? I don't think the problem is the width and height??
|
Ok thanks Code... Thanks GetInSpace also ;-)
|
It's working perfectly!! Thank you very much!!
|
All times are GMT -7. The time now is 11:58 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123