Click to See Complete Forum and Search --> : Embedding blog inside homepage
tharazine
01-12-2003, 11:09 AM
Has anyone done this? I want to embed my blog which is hosted at a commercial blog site into my home page which is hosted on my ISP server. I have a layout region on my page that I want the blog to show up in but I'm confused on how to approach this. Any ideas would be really appreciated.
Stefan
01-12-2003, 05:16 PM
Originally posted by tharazine I have a layout region on my page that I want the blog to show up in
Use an <iframe>
http://www.w3.org/TR/html4/present/frames.html#h-16.5
tharazine
01-12-2003, 06:00 PM
YES!! That's precisley what I did and it worked like a charm. I love it when technology works! Thanks for your reply dude, I appreciate it.
Stefan
01-12-2003, 09:51 PM
Originally posted by tharazine
YES!! That's precisley what I did and it worked like a charm. I love it when technology works! Thanks for your reply dude, I appreciate it.
NP :)
BTW, if you need/want to support old NS 4.x (that doesn't understand iframe) you could nest the proprietary <layer> inside your <iframe>.