Need some HTML help...

Comp625

Golden Member
Aug 25, 2000
1,216
0
0
A page within a page

Ok I'm noobish at HTML. So please bear with me :)

I got Blogger going. As some of you know, you can use Blogger to post entries onto a website. The blogger page itself works (it's sitting in my root directory with the name "blogger.html").

I use Netobjects Fusion 5.0 (WYSIWYG editor) to create my web pages. I want to make the whole site (layout, graphics, links, etc) using NOF 5 BUT in the middle of my page, I want to have a section that links to my blogger.html. I was thinking maybe make some frames or some kinda "box" that contains the blogger.html inside of it. Here I have a pic to show you what I'm talking about...

Picture

How would I go about doing this? First of all, what would be the appropriate method of doing this? (I'm thinking frames would do it.) Next, where can I go and find a simple tutorial on how to do all of this. Thanks ALOT in advance!
 

Czar

Lifer
Oct 9, 1999
28,510
0
0
You could use frames, or you could use iframe, which is just a box that loads up another page in it (note that this does not work with netscape, you have to use ilayer for that)
 

Comp625

Golden Member
Aug 25, 2000
1,216
0
0
What is iframe and ilayer? Are they external plugins or are they part of the W3C HTML 4.0 code base?
 

gopunk

Lifer
Jul 7, 2001
29,239
2
0
iframe was a proprietary tag from microsoft. whether it's in the specifications now, i have no idea, but it works fine in IE.
 

Comp625

Golden Member
Aug 25, 2000
1,216
0
0
Where can I find info on how to intergrate iframe into my webpage?

Also, do any of you guys use Netobjects Fusion 5.0? If so, is there a method of doing that "A page in a page" idea through NOF?