Wednesday, April 1, 2009


This is an image by Yang Yan Kang and I think it's awesome because of the mist and the swirls on the ground. I also like how ancient and long ago this cart in the middle looks. It looks like I was brought into a long ago world. The misty mountains makes a sort of mysterious feel. It's kind of scary and how the lady is dressed in black adds to the mystery and cool senses.

1 comment:

Slade said...

Annie,

If you are editing in HTML, and want to change the width of the image, you need to go to this code:

img style="cursor:pointer; cursor:hand;width: 400px; height: 400px;

The 'img' stands for 'image'. That's how you'll be able to find the code for each of your pictures.

When you find the right code you need to adjust the width to be 400 pixels. You also need to remove the code that is telling the web browser how tall to show the image. If you don't remove that height code the image will show 400 pixels wide and whatever the original image settings were for the height. So, to show the image correctly the following code needs to be removed:

height: 400px;

Play with that on those last two posts where the image is very tall and see if you can figure out how to make it work.