i-frame

liunx

Guest
hey I am made a cool template in photoshop then transfered it to imageready and want to insert a i-frame and i was wondering how you add it and specify where it is. Also i need to know how to make the buttons change the text part of the i-frame not the frames with the navigation.<br />
Thanks in advance!<!--content-->To add an iframe to your page you simply put this code in your page <br />
<iframe src=http://www.webdeveloper.com/forum/archive/index.php/"thepageinside.html" width="somewidth" height="someheight"<br />
name="whatuwannacallit"><a href=http://www.webdeveloper.com/forum/archive/index.php/"thepageinside.html">Your browser does not support iframes, here is the page that would be here if your browser did</a></iframe> Just place this where you want the frame to be. And as to the second question, what are you talking about, could you expalain what you are trying to do a little more so I can visualize it?<!--content-->i want the link to change the source of the text that the text in the i frame comes from<!--content--><iframe src=http://www.webdeveloper.com/forum/archive/index.php/"thepageinside.html" width="somewidth" height="someheight" <br />
name="whatuwannacallit"><a href=http://www.webdeveloper.com/forum/archive/index.php/"thepageinside.html">Your browser does not support iframes, here is the page that would be here if your browser did</a></iframe><br />
<br />
then your links are:<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"anotherpageforinside.html" target="whatuwannacallit"> link</a><!--content-->Oh You just wanted to know how to have your links open in the iframe, the way you worded it confused me, Yea like davesw said it uses that target attribute of the anchor tag target="iframename"<!--content-->
 
Back
Top