For anybody who's used w.bloggar with the their template you're bound to be wondering how to add images to your blogs. Well, it's not easy. w.bloggar assumes that, like most blogging tools, you upload your images via FTP. With Domino we generally don't. You can if you want but it doesn't really fit in with the whole ethos of the nsf file being where we keep the whole site.
I'm afraid that if you want an image in your blog you are going to have to log in to the browser and upload it to a Resource document. However, I can tell you how to make life a little simpler. You can edit yourself a custom HTML tag in w.bloggar for including these resources. Here's how:
Notice the syntax of the start and end tag. You would replace the "docid" part with whatever naming convention you generally use for your resource document. Now type in the name of the file you uploading. In this case "customtags.gif". Select the text you just entered and press Ctrl + F4 or whatever combination you assigned it. You should now have the following:
<img src="rsrc/docid/$file/customtags.gif" width="" height="" />
Fill in the blanks and your image is included. You should even be able to see it in the Preview Pane of w.bloggar!