">'); win.document.writeln(''); win.document.writeln(''); }
 

The Indefinite Article.

Wednesday, October 29, 2003

Posting Images

If you see an image that you would like to post, right-click or (Mac) control-click on the image and open the image in a new window. The web address of the image should be in the address bar at the top of the window. Copy that image location. It should look kind of like:

http://www.somewhere.com/somelocation/somefile.jpg

To put the image in your blogger post you will type the following into your post:

<img src="http://www.somewhere.com/somelocation/somefile.jpg" align="right">

You can modify the alignment of the image by using align="left" or align="center" or just leaving the alignment out. The important part of the tag (tag: the part between the < and > signs) is the img, meaning image, and src, meaning source.

0 Comments:

Post a Comment

<< Home