Entries RSS Comments RSS

Barn Photos

Given my lack of computer savvy, the best I can do is give a Flickr link to the set of barn photos!

 

http://www.flickr.com/photos/20955081@N03/2423671369/in/set-72157604615574665/

 

We have much to be grateful for!

 

Trisch

One Response to “Barn Photos”

  1. basketflat says:

    What you can do to place an image from Flickr:

    You go to your entry. And click on the icon where it says "source". This gives you the HTML. Then just add a line like the following:

    <br /><img src="name_of_image.jpg">

    Then, click on "source" again and you should see your image in your new entry.

    To get the name of the image from Flickr. Go to your image stream in Flickr and right click on your image there and select "Properties". In the box that pops up under the heading "Image Properties", it will list "Image Location:" Highlight that location to the right, and copy it with <Ctrl>-C . Paste it into <img src=""> between the quotation marks as mentioned above.

    Here is an example of an image location:

    http://farm4.static.flickr.com/3003/2489010136_9a2b513386.jpg

    And here is an example of the code you put in your "source":

    <br /><img src="http://farm4.static.flickr.com/3003/2489010136_9a2b513386.jpg"&gt;

    I hope that helps.

Leave a Reply