So, to make my life easier when I'm posting news stories, I've added two new BBcode tags that are also available to you when you post in the forums or anywhere else on the site that accepts bbcode. BBcode is the code you use in place of html in the forums to create links and bolding, etc, for those who don't know.
The two new tags are imgrt and user.

imgrt is used just like the existing img tag, except that it right aligns the images. "Right Align"ing an image means that the image is placed against the right margin and the text comes up to the top of the image (as an example, look at the news stories from this week). The regular image tag doesn't do that, it just puts the image in the post as though it were a really big letter (like last week's news stories).
To use imgrt, you surround the url to the picture with the imgrt tag, just like img. Change { too [ and } to ] in the following example, which would give you the picture next to this paragraph:
{imgrt}http://www.thebubbler.com/images/wcn/20070926_forum.jpg{/imgrt}
The other new tag is "user". This tag will create a link to a user's profile:
{user=crys}Link to Crys's Profile{/user}
(change the curly brackets to straight brackets as above)
will give you:
Link to Crys's Profile
The user tag is also available now in the standard editor when you write a new post, at the end of the second row. It looks like a page with a person on it. Select the text you want to make a link to a profile, click on that to enter the user code, and it will place the opening and closing tags around the text you have selected.