Writing a Blog Entry

It makes a blog entry much more readable if you take a little time to format the entry. You will need to know just a tiny bit of HTML code in order to do this.

To make a paragraph space in a blog entry put this code: <p> in the place you want there to be a

blank line as above.

To make something bold: type <b>entry text</b> to make the words entry text bold like this.

To make italics: type <i>entry text</i> to make the words entry text italic like this.

To add a link to another blog entry, type code like this: <a href="http://intra.apl.org/blog/blog2/entry.asp?id=xxxx">LINK Text</a>

(In the above example, the XXXX is the BLOG ID number that you want to link to. The LINK Text is the text that you want people to click on to link to that entry. Everything else should be exactly like the text above.)

To add a picture to a blog entry: