Login | Sign Up!       COVER ART: JOZIAS DAWSON      
 
  HOME  FEATURES  CREW  BLOGS  CONTRIBUTORS  FRIENDS
shutter butter

Uploading Photos

Click on ‘Create Blog’

Scroll down and click the Browse button in your Upload tab:

Find the picture you want on your computer and click Open:

help_files.jpg

Add an optional title and description and then click the Upload button:

help_upload.jpg

When your image is done uploading, select how you’d like your image to look (see details below):

help_uploaded.jpg

Then click click Send to editor to put the image into the blog post you are working on. Save the post and the image is now in your blog.

help_skateboarder.jpg

Your options for how to display an image.

Show:
Thumbnail: Show a thumbnail of your image
Full size: Show the entire image in its full size
Title: Show the title of your image (in text)

Link to:
File: The thumbnail/image/title links to the original file
Page: The thumbnail/image/title links to a separate page with the image on it
None: The thumbnail/image/title is not linked to anything

Always click “Send to Editor” to get the image into your post.

If your images are always thumbnails:

Click Code in your editor.
You will see something like this for your image:
<img src=”http://yourblog.seshn.com/2006/07/image.jpg alt=”image” height=”96” />
see the height bit? That’s the problem.

Edit that out to get
<img src=”http://yourblog.seshn.com/files/2006/07/image.jpg alt=”image” />
and you will get the full image.