Wednesday, July 26, 2006

Embedding Your Blog in a Web Page

Rather than list your blog as a link on your Rollins College web page, one of the easiest ways to hide the username.blogspot.com URL is to embed your journal in an <iframe> on a web page. Place the following on your page.

<center>
<iframe name="blogger" src="http://username.blogspot.com/" frameborder="0" scrolling="auto" height="900" width="100%>
<href="http://username.blogspot.com/"></a>
</iframe>
</center>

You will need to replace "username" with your Blogger.com username.