Link in a frame.

windows

Guest
Hello, I want to put a frame in my webpage <br />
and i want all my links to appear in that frame. <br />
See <!-- m --><a class="postlink" href="http://www.freewebs.com/sushigirl/info.gif">http://www.freewebs.com/sushigirl/info.gif</a><!-- m --> <br />
for details. <br />
How do i do that without being a pro at html<br />
Thank you for your help.<!--content-->try something like this in the head section of the page<br />
<br />
<base target="frameName"/><br />
<br />
where framename should be replaced with the target frame name<!--content-->ok i dont understand can you help me to understand im new to html :(<!--content-->What part don't you understand?<!--content-->I dont understand what to do. <br />
Do i put the formula he gave to in the webpage i want to appear in the frame or in the webpage i want to appear in the main page (like the link)<br />
<br />
As i said im new to all this and i may be a bother with all my questions so thank you again for you times.<!--content-->Nope, no bother at all. Just wanted clarification as to what you needed help with.<br />
<br />
You need to add the code to the page that contains the iframe (ie, the page that you have your <iframe> in). Also, you need to change the frameName to the name of the iframe.<!--content-->ok... Thank you for you help<!--content-->You bet.... :)<!--content-->
 
Back
Top