Simply inserting an image in the middle of a page is just not good enough, sometimes. Pretty well never is for me.
So, for those interested in getting the most out of images (and the Full HTML formats, especially) and don't mind doing a little extra credit work, this is the page for you!
First, open up the Image Properties dialog by right-clicking on the image and selecting it.
The first tab is called Info and contains the basic settings.



This is pretty straightforward. You can make any image into a clickable link by entering the URL here. The Target option may be used to pick how the link opens.
Not setting the target simply means that the link will open in the same window as the image. The "Same window (_self)" option is the same thing.
If you would like your links to open in a new window (or tab) so that a reader doesn't lose his or her place on the page when they click something, choose the "New Window (_blank)" option.
The "Topmost (_top)" and "Parent (_parent)" options are primarily used in the case of frames which we don't really use around here.
Okay, now to the fun stuff. Here is where you are going to find doing a bit of research to be very rewarding.

Okay, when you first insert an image, CKEditor likes to put it in its own paragraph. That's fine because, really, that's how images are supposed to be rendered: all by themselves. Inline imagaes and other such trickery is managed through the use of style! The reader may have noticed that the images found in this instruction manual tend to be all over the place. Most of that is done by floating the images to either the right or left.
By adding "float: right"...


It may be a bit difficult to see, but although the text is flowing around the image, it is doing so very closely. Too closely. That picture needs some room to breath. This can be accomplished by increasing the size of the margins.

Will result in...
And, in case anyone wondered, most of the images in this guide are styled in the following manner:

There are many available border styles and a (mind-bogglingly) large amount of style options available. Keep in mind that some of this advanced trickery is only available if you are using one of the Full Input formats! So if you try something and it doesn't seem work for you, that might be why.
Comments
Post new comment