I need to add a html frame in publisher 2003

D

Daniel

Hey there. am running publisher 2003 to create my website. so far it's been
great to do everything that I need to do. However I need to add a frame into
a page. I am not sure I am explaining myself the best. I have a page that I
need to display a .php message board in without leaving the original site...
does that make sense?

Any help is appreciated
 
D

DavidF

Use the insert html code fragment to insert this code fragment into your
page:

<IFRAME src=http://www.google.com
width="760" height="930" hspace="0" vspace="0"
frameborder="0" scrolling="auto"></IFRAME>

Change the URL to the page you want in the iframe, and adjust the width and
height as desired. If you need to tweak other settings, google iframes to
learn more about how to code them.

DavidF
 
D

Daniel

awesome, that did the trick, thank you very much

DavidF said:
Use the insert html code fragment to insert this code fragment into your
page:

<IFRAME src=http://www.google.com
width="760" height="930" hspace="0" vspace="0"
frameborder="0" scrolling="auto"></IFRAME>

Change the URL to the page you want in the iframe, and adjust the width and
height as desired. If you need to tweak other settings, google iframes to
learn more about how to code them.

DavidF
 

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