Geek Update
Adding Photos to Comments
To add a comment to a post you have to use a little html, specifically, the image tag.
It should look like this:
<img src=”http://www.theurlofyourphoto/myimage.jpg” />
The photos must not be more than 480 pixels wide or they will bleed over into the right hand column where all the category links are. The easiest way to accomplish this is to use an image hosting service like Photobucket.com to host the image (you’ll need to create an account). If the image is somewhere on the intarwebs, save it to your computer then upload it to photobucket. With photobucket you can upload an image and edit it, then save it. Once you do that, when you go back to your “album” and mouseover your images, it will give you several “link options.” Copy the text from the box that is labeled “HTML Code” then paste it into your comment.
The code will look different than the code above. It will look like this:
<a href=”http://s262.photobucket.com/albums/ii98/my_bucket/?action=view¤t=my_image.jpg” target=”_blank”><img src=”http://i262.photobucket.com/albums/ii98/my_bucket/my_image.jpg” border=”0″ alt=”Photobucket”></a>
This is OK. It’s just an image with a link tag around it.
If your code disappears, that will be because you miscopied it, so recopy it, making sure you’ve gotten all of it and try again.
Have fun,
Lily
UPDATE: Hold that thought. Word Press is being uncooperative.