IFRAMES FROM SCRATCH

T

TANYA COHEN

Hi there all

I was wondering if anyone could tell me how to create iframes from scratch
in Frontpage 2003. I did it in Dreamweaver on my own site www.tcmusic.co.za
but am very glad to hear I can do it in Frontpage as I prefer that but do not
even know where to start.

Would appreciate any input.

Thanks a stack

TANYA
 
T

Thomas A. Rowe

In HTML / Code View enter the following, etc.:

<IFRAME src="pagename.htm" width="100%" height="340" marginwidth="0" marginheight="0" hspace="0"
vspace="0" frameborder="0" scrolling="auto"></IFRAME>

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
T

TANYA COHEN

Thanks Thomas - that works great. Can you please tell me how I can set my
hyperlinks to use that particular iframe?
 
T

Thomas A. Rowe

Any hyperlink that is click on a page already loaded, will automatically open in the IFRAME as long
as the doesn't have a frame target value set.

To link to a page and have it open in the IFRAME, you must assign a name to the IFRAME. Add a name
tag like so:

name = "myIFrame"




--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

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