Wednesday, September 28, 2005

iframe

Thanks to the wonders of iframe you can now read this blog from within my news page at www.rhizobia.co.nz/news.html.

2 comments:

Tom Peddle said...

Aha! I've been looking for a way to incorporate my blog into a site i have for ages... (Exactly how you have) Dont suppose you'd like to share the secret with me? :)

Tom

Bevan Weir said...

Hi,

It is very simple, just insert code like this into your website:

< iframe src="http://bevanz.blogspot.com/" width="100%" height="700px"> < /iframe>

(remove the spaces before iframe and /iframe)