Create Journals
Update Journals

Journals
Find Users
Random

Read
Search
Create New

Communities
Latest News
How to Use

Support
Privacy
T.O.S.

Legal
Username:
Password:

One way to hide www.blurty.com from the URL and make your journal look like part of your site is using frames... put the HTML page with the <frameset> on your own server, and then make one of the frames be your journal. This method will work with any frame-supporting browser, including Netscape and Internet Explorer.

Additionally, HTML-4.0 compliant browsers are supposed to let you embed a frame inline with your page, so it doesn't have to be on the far side. This is called an <iframe>. Internet Explorer supports this, as do Netscape 6, Mozilla and all recent Opera versions. Inline frames aren't as compatible as normal frames, and won't work in Netscape 4. The following example shows an iframe:

Note

For more information on <iframe>, see the HTML 4.0 spec.

<center>
<iframe name="Blurty"
src="http://www.blurty.com/users/username/" 
frameborder="0"
scrolling="auto" height="400" width="460">
<a href="http://username.blurty.com/">View my LiveJournal</a>
</iframe>
</center>

*

<< Back to the embedding page

© 2002-2008. Blurty Journal. All rights reserved.