How to publish pictures on my weblog
You have two options for uploading images onto your weblog: one way is to follow the path "Weblog -> Images & Files -> Add new file". A window will open that enables you to "browse" and "upload" an image from your computer. You can only use images which have been saved in JPEG or GIF format.
However, images which have been uploaded in this way are only saved at first and are not immediately displayed on your weblog.
An easier way to upload images is to use the feature "Add image" which you can find in the text editor. The text editor is located at "Entries -> New Entry" in your administration pages.
The link "Add image" in the editor and above the text window opens a new window offering you all the "uploading images" features available. You can either "browse" your own computer, select an "Image from the Internet", or choose an "Uploaded image".
In order to insert "Image from the Internet" you'll need the URL (e.g. http://www.anyserver.de/images/image.gif) of the picture file. This image can only be inserted as a link and, therefore, it does not require any additional storage space on your blog. However, some sites prohibit this kind of so-called "hot-linking".
"Uploaded images" will show all images which have already been uploaded onto your weblog. You can select such image by simply clicking its name.
If you have completed one of the outlined features above, your picture will be displayed in your new weblog entry.
Note: The image will only be displayed in the text editor if you are using Internet Explorer 5.0 or a later version. All other browsers and all Macintosh system will only display a HTML-sourcecode in place of the image.
See also:
» The administration site
» How do I compress images?
How many pictures can I publish on my weblog?
If the disc space is full you'll have to delete files in order to make space for new images.
Most digital cameras and scanners produce relatively large image files. You can compress these files by clicking the pencil icon next to the image on your images list (at "Weblog -> "Images & Files").
See also: » How to determine the size of a picture file
» How to compress images
What is the maximum file size I can upload on my weblog?
However, even if you still have plenty of space available, it is not advisable to upload very large images onto your weblog as it could cause problems for your reader. If a reader has a slow modem connection at 33.6 KB per second, it would take them approximately 2 minutes to display a picture of only 500 KB on their monitor. It's much better to compress the images. You can do this with an image processing program, or edit the picture under "Weblog" > "Images & Files" by clicking the pencil icon next to the image. There, you'll find a new window which allows you to edit the size of a picture. The optimal size will be suggested automatically. If your pictures have the optimal size, you can upload more and the display time speeds up significantly.
See also:
» How to determine the size of an image
» How to compress images
» Why should I compress images before uploading?
Why should I compress pictures?
See also:
» How to determine the size of a picture
» How to compress pictures
What happens to my original image if I process it with an image processing program?
Why does it take so long to upload images?
A picture which requires 500KB on your hard drive will need at least two minutes to upload with a basic modem. This time frame may be even longer depending on the speed of your internet connection. In this case, uploading pictures to your weblog requires a lot of patience. Whenever it takes too long, it helps to compress the image with the help of a picture processing programme and try again.
Even DSL users may have to wait a while to upload pictures. DSL connections enable quick download times as opposed to fast uploads.
See also:
» How to determine the size of an image
» How to compress images
» Why should I compress images before uploading?
How will I know when the uploading process has finished?
See also:
» Why uploading pictures takes so long
My pictures don't fit into the text editor.
In general, it's better to compress pictures before inserting them into the text editor. Click "Weblog" > "Images & Files" and the edit icon next to the particular image in order to do this. The optimal size is recommended automatically. You can also use a picture processing program to resize images.
See also:
» How to determine the size of an image
» How to compress a picture
» Why should I compress images before the upload?
Can I move, rotate or change picture sizes?
If you want to move an image in the text editor, simply click on the picture and hold the left button of your mouse. In order to scale your picture, click onto the image once - a number of small white squares will appear. These squares allow you to rescale the size of the picture (but not the size of the picture file). If you click on one of the squares and move the mouse around, you'll see how the size changes.
If you are using another browser, you can edit the image with a picture processing program or edit the picture after the upload under "Weblog" > "Images & Files" where you can click the edit icon next to the image in question. The optimal size for your picture is automatically recommended. The editor can also rotate images.
You can also edit the picture by directly editing the HTML-script. If you insert the picture into the editor, the editor will create a "tag". This tag can have the following form:
<IMG src="myimagename.jpg">
Change the tag as follows:
<IMG src="myimagename.jpg" width="300" height="200">
The width and height are measured in pixels. If you replace the numbers with alternative digits you will change the size of the image.
Tip: A minor addition to the HTML source code can move the picture to the very right edge of your blog with the text surrounding it. IE 5.5 users should start by switching from the "design view" to the "source code view".
Search for the tag mentioned above and add the following information:
Before : <IMG src="myimagename.jpg">
After: <IMG src="myimagename.jpg" align="left">
Of course you can also substitute "left" for "right".
How to link to a picture
The first step is to go to the website containing the specific image. Depending on your operating system and browser, there are various methods in which you can receive the URL of the image:
Windows Internet Explorer:
Right click on the image and select "Settings". A small window will open which shows the "address (URL)". Select the text, click the right mouse button and select "copy".MacOS Internet Explorer:
With the mouse on the image, hold the ctrl-key and click on the image. Select "open picture in new window" and select the content of the address line in the new window and press Ctrl+c.You will now find the URL in the clipboard. Insert the URL in the text field "link" of the insert link option of the editor. Simply click on the text field and do one of the following:
Windows: press ctrl+v or press the right mouse button and select "insert"
Macintosh: press apple+V.
After you insert the link and save your entry, the picture will open when you click onto the specific link.
See also:
» How to insert a link?
» Why is a linked picture not on display?
» The link i have inserted does not work
Why is the picture I linked to not being displayed?
How can I compress images?
Pictures can also be compressed with the help of picture processing programs. This makes sense if the size of a picture significantly delays the loading time of your weblog. The following instructions for picture editing apply only to programs recomended by us. For all other programs, please refer to the documentation.
IrfanView (Windows):
Open the picture you want to edit. If you wish to change the displayed size of the picture, choose the menu item "picture > change size". You can insert the new height and width of your picture under "new size". You can also increase the compression rate when you save the picture. Select the menu item "file > save under".Attention: do not confuse "save under" with "save". Selecting "save" will overwrite the original version.
You can choose the file type in the new window. The system only accepts JPEG or GIF images. You can edit the quality and, thereby, the file size under "options" if you choose the GIF format. The quality scale ranges from 1 (low, small file) to 100 (high, large file). 60 is the optimal choice in most cases, but that is for you to find out yourself. Rename the picture and save it onto your hard drive. The new file should be significantly smaller than the original.
See also:
» How to determine the size of a picture
» Why should I compress a picture before uploading it?
Is software available for compressing images?
What is the menu item "Images & Files" for?
Note: If you delete a picture, which is being used in one of your entries, you can still find a reference to the particular picture there. You have to edit the entry in order to delete the reference.
How to manage my pictures
See also:
» What options does the menu item "Images & Files" offer?
How can I find out the size of a picture?
Macintosh: click on the file once and press Apple+i. A new window will open and show you the size of the file.
My picture is too big and ruins my layout. What should I do?
However, you could also compress the size of the picture file. This enables quicker access to your weblog and you can provide more images for your visitors to view. In order to compress a file, you have to install a separate programm onto your computer. For more details click here.
See also:
» How to replace pictures and/or change the size
» How to compress pictures
What are Photoblogs?
The photoblog offers a layout that is entirely dedicated to publishing your images. Pictures can be displayed in their full size, as thumbnails, or in the form of a slide show.
How to publish photos on a Photoblog
The system will automatically give out a warning and offer help if the size of your picture is too large.
