show all website pages in same inline frame

C

colinsmi

In Frontpage 2003 developed website, placed inline frame on home page. How do
I get other pages in the website to appear in the same inframe on the home
page?
 
S

Stefan B Rusynko

Put Either
- all your links to the in the inline frame pages
- or if they are in the home page (your only page) target the inline frame name
Or just create all your pages like your home page with a separate inline frame page in each

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


In Frontpage 2003 developed website, placed inline frame on home page. How do
I get other pages in the website to appear in the same inframe on the home
page?
 
H

Hot-text

<TABLE style="WIDTH: 983px; HEIGHT: 624px" width=983 summary="" border=1>
<TBODY>
<TR>
<TD width="10%" height="100%">
<a href="http://www.yahoo.com" target="Link_Me">Home</a><br />
<a href="http://www.webcrawler.com" target="Link_Me">WebCrawler</a><br />
<a href="http://www.bing.com" target="Link_Me">Bing</a><br />
<a href="http://www.dogpile.com" target="Link_Me">DogPile</a><br />
<a href="http://www.altavista.com" target="Link_Me">AltaVista</a><br />
<a href="http://www.search.com" target="Link_Me">Search</a><br />
<a href="http://www.google.com" target="Link_Me">Google</a><br />
</TD>
<TD width="90%" height="100%"><IFRAME name=Link_Me
src="http://www.yahoo.com" width="100%"
height="100%"></IFRAME></TD></TR></TBODY></TABLE>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top