|
Standard Entry, Mutilple Images
Here is a standard entry with a simulated entry icon. To do this, instead of placing the image in the “Entry Icon URL” field, place it in the body field. You will have to know a bit about HTML and tags for this, so that the padding around the image is there. (This is the hspace attribute in the img tag, in this case hspace="8px" to add that little extra space and make it look better.) Also, to get the text to the top of the image, you will need to float the image to the left and that can be done by using the align="left" attribute in the img tag as well. Likewise the image on the right is the same except that it is floated to the right and notice that the text flows around both images nicely and looks might professional. (Oh, BTW to get the text and image on the right to not touch, I add the vspace="5" attribute to the img tag.)
The other nice thing about this format is that the paragraph text will flow around the image. When the text clears the bottom of the image it will wrap around the image and fill the space. This looks real good and in fact when I archive my own entries in WORD, this is how I do it. It is a nice touch of typography and makes the entry look professional.
|